:root {
  --green: #0e7b53;
  --green-2: #179e67;
  --green-dark: #075137;
  --ink: #1f2a26;
  --muted: #5f6f68;
  --pale: #f2f7f3;
  --white: #ffffff;
  --line: #dbe7df;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.6;
  background: var(--white);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(14, 123, 83, 0.12);
  backdrop-filter: blur(12px);
}

.brand img {
  width: min(260px, 48vw);
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--green);
}

.site-nav a {
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
  border-bottom-color: var(--green-2);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--green);
  background: var(--white);
  color: var(--green);
  padding: 9px 12px;
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  align-items: center;
  padding: 80px clamp(22px, 8vw, 120px);
  background-image: linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.9) 38%, rgba(255,255,255,0.25) 66%), url("assets/banner.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.hero-copy {
  max-width: 560px;
}

h1,
h2,
h3,
.eyebrow {
  font-family: Quicksand, Roboto, sans-serif;
}

h1 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: clamp(54px, 8vw, 92px);
  line-height: 0.96;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: clamp(34px, 5vw, 65px);
  line-height: 1.02;
}

h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 25px;
  line-height: 1.2;
}

.eyebrow,
.subhead {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-address {
  display: inline-flex;
  margin: 10px 0 4px;
  padding: 9px 12px;
  border-left: 4px solid var(--green-2);
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-dark);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 12px 18px;
  background: var(--green-2);
  color: var(--white);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover,
.button:focus {
  background: var(--green-dark);
}

.button.white {
  background: var(--white);
  color: var(--green-dark);
}

.button.secondary {
  background: var(--white);
  color: var(--green);
  border: 1px solid var(--green-2);
}

.button.secondary:hover,
.button.secondary:focus {
  background: var(--pale);
  color: var(--green-dark);
}

.page-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(320px, 7fr) minmax(260px, 5fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(56px, 8vw, 100px) clamp(22px, 8vw, 120px);
  background: linear-gradient(90deg, #ffffff 0%, #f3faf6 100%);
}

.page-hero.compact {
  min-height: 440px;
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  font-size: 20px;
}

.page-hero img {
  max-height: 360px;
  margin: auto;
  object-fit: contain;
}

.page-hero .hero-logo-small {
  align-self: start;
  width: min(180px, 46vw);
  max-height: 180px;
  margin-top: 8px;
}

.landing-hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(320px, 8fr) minmax(260px, 4fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(56px, 8vw, 110px) clamp(22px, 8vw, 120px);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.91) 56%, rgba(242,247,243,0.86) 100%),
    url("assets/banner.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: min(920px, 70vw) auto;
}

.landing-hero-copy {
  max-width: 850px;
}

.landing-hero h1 {
  max-width: 930px;
  font-size: clamp(48px, 7vw, 82px);
}

.landing-hero p:not(.eyebrow) {
  max-width: 780px;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.landing-hero-panel {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 55px rgba(14, 123, 83, 0.12);
}

.landing-hero-panel strong {
  color: var(--green);
  font-family: Quicksand, Roboto, sans-serif;
  font-size: 28px;
}

.landing-hero-panel span {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--green-dark);
  font-weight: 700;
}

.section-pad {
  padding: clamp(48px, 7vw, 88px) clamp(22px, 8vw, 120px);
}

.steps {
  text-align: center;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
}

.step-grid img {
  width: min(100%, 360px);
  margin: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(320px, 7fr);
}

.green {
  background: var(--green);
  color: var(--white);
}

.green h2,
.green h3,
.green .subhead {
  color: var(--white);
}

.photo-panel,
.copy-panel,
.logo-panel {
  min-height: 535px;
}

.photo-panel {
  background-position: center;
  background-size: cover;
}

.about-photo {
  background-image: url("assets/Untitled-design-12.png");
}

.wine-photo {
  background-image: url("assets/A1-From-1-November-W_S-print-at-home.pdf-792-x-528-px.png");
}

.copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 96px);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(300px, 7fr) minmax(260px, 5fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
}

.feature-grid img {
  max-height: 640px;
  margin: auto;
  object-fit: contain;
}

.clean-list {
  list-style: none;
  padding: 0;
}

.logo-panel {
  display: grid;
  place-items: center;
  padding: 42px;
}

.logo-panel img {
  width: min(280px, 70%);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 30px;
}

.section-heading p {
  margin-top: -10px;
  color: var(--muted);
  font-size: 18px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards article,
details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.cards article {
  padding: 24px;
}

.cards ul {
  padding-left: 20px;
}

.cards a {
  color: var(--green);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

.icon-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.icon-card-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.icon-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

.two-panel {
  display: grid;
  grid-template-columns: minmax(300px, 5fr) minmax(300px, 7fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 15px 18px 15px 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 14px;
  color: var(--green-2);
  font-weight: 900;
}

.audience-grid,
.suburb-grid,
.infrastructure-grid,
.stats-grid {
  display: grid;
  gap: 14px;
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid span,
.suburb-grid span,
.infrastructure-grid article,
.stats-grid article {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.audience-grid span {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 18px;
  color: var(--green-dark);
  font-family: Quicksand, Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.infrastructure-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.infrastructure-grid article {
  overflow: hidden;
  padding: 0 0 22px;
}

.infrastructure-grid strong,
.stats-grid strong {
  display: block;
  color: var(--green);
  font-family: Quicksand, Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

.infrastructure-grid span,
.stats-grid span {
  display: block;
  margin-top: 10px;
}

.infrastructure-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
}

.infrastructure-grid strong,
.infrastructure-grid span {
  padding-left: 22px;
  padding-right: 22px;
}

.suburb-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.suburb-grid span {
  padding: 12px 14px;
  color: var(--green-dark);
  font-weight: 700;
}

.stats-band h2 {
  color: var(--white);
}

.stats-band .section-heading {
  margin-bottom: 26px;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid article {
  padding: 24px;
  background: rgba(255,255,255,0.96);
}

.stats-grid span {
  color: var(--ink);
}

.final-cta {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.final-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.commercial-callout {
  display: grid;
  grid-template-columns: minmax(300px, 7fr) minmax(260px, 5fr);
  gap: 34px;
  align-items: center;
  background: var(--pale);
}

.transfer-strip {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: clamp(28px, 5vw, 52px) clamp(22px, 8vw, 120px) 0;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-left: 6px solid var(--green-2);
  border-radius: 6px;
  background: var(--pale);
}

.transfer-strip h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 46px);
}

.transfer-strip p {
  margin-top: 0;
  max-width: 780px;
}

.callout-copy {
  max-width: 780px;
}

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

.mini-benefits span {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green-2);
  background: var(--white);
  border-radius: 6px;
  color: var(--green-dark);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

.content-page {
  max-width: 1180px;
  margin: 0 auto;
}

.content-page h2:not(:first-child) {
  margin-top: 42px;
}

.table-list {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.bin-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.bin-gallery figure,
.scheme-guide {
  margin: 0;
}

.bin-gallery figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.bin-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bin-gallery figcaption,
.scheme-guide figcaption {
  padding: 12px;
  color: var(--green-dark);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

.scheme-guide {
  max-width: 860px;
  margin: 30px auto 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  overflow: hidden;
}

.scheme-guide img {
  width: 100%;
  height: auto;
}

.table-list div {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 18px;
  padding: 16px 18px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.table-list div:last-child {
  border-bottom: 0;
}

.table-list strong {
  color: var(--green);
  font-family: Quicksand, Roboto, sans-serif;
}

.note {
  color: var(--muted);
  font-size: 14px;
}

.cta-band {
  margin-top: 42px;
  padding: clamp(26px, 5vw, 44px);
  border-radius: 6px;
  background: var(--pale);
  border: 1px solid var(--line);
}

.cta-band h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.service-area {
  margin-top: 28px;
  max-width: 1100px;
}

.pale {
  background: var(--pale);
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.faq {
  max-width: 1080px;
  margin: 0 auto;
}

details {
  margin: 14px 0;
  padding: 0;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--green);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(320px, 8fr);
  gap: 34px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-footer {
  padding: 28px 22px;
  text-align: center;
  background: var(--green);
  color: var(--white);
}

.socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--white);
  font-family: Quicksand, Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .site-header {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0 4px;
  }

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

  .hero {
    min-height: 680px;
    background-position: right bottom;
    background-size: 1050px auto;
  }

  .split,
  .feature-grid,
  .contact,
  .contact-grid,
  .cards,
  .cards.four,
  .cards.three,
  .icon-card-grid,
  .audience-grid,
  .infrastructure-grid,
  .stats-grid,
  .two-col,
  .two-panel,
  .page-hero,
  .landing-hero,
  .transfer-strip,
  .commercial-callout {
    grid-template-columns: 1fr;
  }

  .bin-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-panel,
  .copy-panel,
  .logo-panel {
    min-height: auto;
  }

  .photo-panel {
    min-height: 380px;
  }

  .page-hero {
    min-height: auto;
  }

  .landing-hero {
    min-height: auto;
    background-size: 760px auto;
    background-position: right bottom;
  }

  .suburb-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 74px;
    padding: 12px 18px;
  }

  .hero {
    min-height: 620px;
    padding: 54px 22px 250px;
    align-items: start;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.86) 52%, rgba(255,255,255,0.08) 100%), url("assets/banner.png");
    background-size: 760px auto;
  }

  .step-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }

  .mini-benefits,
  .table-list div {
    grid-template-columns: 1fr;
  }

  .bin-gallery {
    grid-template-columns: 1fr;
  }

  .suburb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
