:root {
  --ink: #082f40;
  --body: #253744;
  --teal: #034b5e;
  --teal-dark: #043b4b;
  --green: #6aa448;
  --green-bright: #89bc48;
  --cream: #fdfcf8;
  --mist: #f1f8fc;
  --line: #e3e8e3;
  --white: #fff;
  --shadow: 0 8px 24px rgba(15, 45, 53, 0.07);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
}

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

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.inline-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.shell {
  width: min(100% - 9rem, 1120px);
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 3;
  height: 72px;
  background: var(--white);
  border-bottom: 1px solid #e5e8e6;
  box-shadow: 0 2px 9px rgba(11, 38, 47, 0.05);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font: 700 25px/1 var(--serif);
}

.brand-mark {
  display: block;
  width: 49px;
  height: 49px;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark .leaf {
  fill: #679e42;
}

.brand-mark .small {
  fill: #4f8536;
}

.brand-mark .water {
  fill: #087298;
}

.brand-mark .wave {
  fill: none;
  stroke: #cbe8ee;
  stroke-width: 3.2;
}

.primary-nav {
  display: flex;
  gap: 27px;
  align-items: center;
  color: #0c2938;
  font-weight: 600;
}

.primary-nav a {
  padding: 27px 0 6px;
}

.primary-nav .active {
  color: #007668;
  border-bottom: 2px solid #65a691;
}

.hero {
  position: relative;
  min-height: 530px;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 36%;
  width: 64%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 7% 52%, rgba(211, 223, 207, 0.22), transparent 25%),
    linear-gradient(90deg, #fcfbf7 0%, #fcfbf7 35%, rgba(252, 251, 247, 0.97) 44%, rgba(252, 251, 247, 0.16) 70%, transparent 100%);
}

.hero::after {
  position: absolute;
  bottom: -32px;
  left: -3%;
  width: 106%;
  height: 55px;
  content: "";
  background: var(--cream);
  border-radius: 50% 50% 0 0 / 30px 30px 0 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 69px;
}

.hero-content h1 {
  margin-bottom: 23px;
  color: var(--ink);
  font: 700 46px/1.16 var(--serif);
  letter-spacing: -0.045em;
}

.hero-content p {
  width: 495px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 31px;
  align-items: center;
  margin-top: 25px;
}

.button-primary,
.button-green {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
}

.button-primary {
  height: 48px;
  padding: 0 25px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 7px 14px rgba(3, 75, 94, 0.18);
}

.button-text {
  color: var(--ink);
  font-weight: 650;
}

.button-text span {
  padding-left: 11px;
  font-size: 18px;
}

.section {
  padding: 22px 0 31px;
}

.significance {
  background: linear-gradient(180deg, #fdfcf8 0%, #fbfbf7 100%);
}

.eyebrow {
  color: #68a34b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow span:first-child {
  display: inline;
}

.eyebrow svg {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto 2px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.significance h2,
.advocate h2 {
  margin: 9px 0 19px;
  color: var(--ink);
  font: 700 31px/1.16 var(--serif);
  letter-spacing: -0.04em;
  text-align: center;
}

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

.feature-card {
  min-height: 287px;
  padding: 13px 17px 18px;
  background: var(--white);
  border: 1px solid #edf0ec;
  border-radius: 11px;
  box-shadow: var(--shadow);
  text-align: center;
}

.feature-icon,
.action-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
  place-items: center;
  border: 1.5px solid #b9d4f7;
  border-radius: 50%;
  background: #fbfdff;
}

.feature-icon svg,
.action-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon.water,
.feature-icon.droplets {
  color: #2fa5ef;
}

.feature-icon.leaf {
  color: #72ab47;
  border-color: #bddbaf;
}

.feature-icon.globe {
  border-color: #aedccb;
}

.feature-icon.bee {
  border-color: #efd27d;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.feature-card p {
  font-size: 11.5px;
  line-height: 1.48;
  text-align: left;
}

.awareness {
  padding: 34px 0;
  background: #f2f9fd;
}

.awareness-grid {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 59px;
  align-items: center;
}

.awareness-photo {
  width: 100%;
  height: 374px;
  object-fit: cover;
  border-radius: 9px;
}

.overline {
  margin-bottom: 9px;
  color: #155271;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.overline svg {
  width: 17px;
  height: 17px;
  margin-left: 4px;
  vertical-align: -5px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.awareness-copy h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font: 700 27px/1.18 var(--serif);
  letter-spacing: -0.04em;
}

.awareness-copy .intro {
  margin-bottom: 16px;
  font-size: 11.5px;
  line-height: 1.55;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 18px;
}

.benefit {
  display: flex;
  gap: 12px;
}

.benefit > span {
  display: grid;
  flex: 0 0 57px;
  height: 57px;
  place-items: center;
  color: #0d6385;
  background: #fff;
  border: 1px solid #cfe8ec;
  border-radius: 50%;
}

.benefit > span svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit:nth-child(2) > span {
  color: #667ee5;
  border-color: #d9e0fa;
}

.benefit:nth-child(3) > span,
.benefit:nth-child(4) > span {
  color: #16896a;
}

.benefit h3 {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 700;
}

.benefit p {
  font-size: 9.8px;
  line-height: 1.39;
}

.advocate {
  padding: 25px 0 30px;
  background: #fdfbf7;
}

.advocate h2 {
  margin: 0 0 19px;
  font-size: 27px;
}

.advocate h2 svg {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  color: var(--green);
  vertical-align: 9px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.advocate-card {
  display: flex;
  gap: 14px;
  min-height: 171px;
  padding: 30px 16px 16px 11px;
  background: var(--white);
  border: 1px solid #ebece6;
  border-radius: 9px;
  box-shadow: var(--shadow);
}

.action-icon {
  flex: 0 0 57px;
  width: 57px;
  height: 57px;
  color: #497f3b;
  border-color: #c7dab6;
  font-size: 27px;
}

.action-icon.blue {
  color: #126586;
  border-color: #cadff1;
}

.action-icon.gold {
  color: #da9d1a;
  border-color: #f0d38e;
}

.advocate-card h3 {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.35;
}

.advocate-card p {
  font-size: 10px;
  line-height: 1.48;
}

.movement {
  position: relative;
  min-height: 222px;
  overflow: hidden;
  color: #f5fbfa;
  background: var(--teal);
}

.movement > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.movement::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(2, 67, 81, 1) 0%, rgba(2, 67, 81, 0.97) 43%, rgba(2, 67, 81, 0.55) 65%, rgba(2, 67, 81, 0.03) 100%);
}

.movement-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 88px 455px 194px;
  grid-template-rows: auto auto;
  column-gap: 24px;
  padding: 28px 0 18px;
}

.movement-symbol {
  display: grid;
  grid-row: span 2;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
}

.movement-symbol svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.movement-copy h2 {
  margin-bottom: 10px;
  font: 700 26px/1 var(--serif);
}

.movement-copy p {
  margin-bottom: 13px;
  font-size: 11px;
  line-height: 1.48;
}

.movement-copy a {
  text-decoration: underline;
}

.button-green {
  align-self: end;
  grid-column: 2;
  width: 182px;
  height: 44px;
  color: #fff;
  background: #84b944;
  font-size: 12px;
}

.movement-note {
  align-self: end;
  grid-column: 3;
  grid-row: 2;
  font-size: 11px;
  line-height: 1.42;
}

.site-footer {
  color: #eef5f5;
  background: #044758;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 1fr 1fr 1.38fr;
  gap: 35px;
  padding: 26px 0 19px;
}

.footer-brand .brand {
  margin-bottom: 14px;
  color: #f3f6f4;
  font-size: 21px;
}

.footer-brand .brand-mark {
  width: 39px;
  height: 39px;
}

.footer-brand p,
.stay-connected p {
  max-width: 220px;
  color: #eff5f4;
  font-size: 10.5px;
  line-height: 1.58;
}

.social-links {
  display: flex;
  gap: 17px;
  margin-top: 14px;
}

.social-links a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #064758;
  background: #f5faf9;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.footer-links h3,
.stay-connected h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.footer-links a {
  display: block;
  margin-bottom: 7px;
  font-size: 10.5px;
}

.resource-credit {
  margin-top: 12px;
  color: #edf4f2;
  font-size: 9.5px;
  line-height: 1.42;
}

.stay-connected .contact {
  margin: 9px 0;
  font-weight: 500;
}

.subscribe {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.subscribe input {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  color: #303c42;
  font: 10px var(--sans);
}

.subscribe button {
  height: 28px;
  margin-left: auto;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--green-bright);
  font: 600 10px var(--sans);
}

.footer-bottom {
  background: #043d4d;
}

.bottom-inner {
  display: flex;
  min-height: 33px;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
}

.bottom-inner nav {
  display: flex;
  gap: 43px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .shell {
    width: min(100% - 3rem, 900px);
  }

  .hero-photo {
    inset-inline-start: 30%;
    width: 70%;
  }

  .hero-content h1 {
    font-size: clamp(36px, 4.4vw, 46px);
  }

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

  .feature-card:last-child {
    grid-column: 2;
  }

  .awareness-grid {
    gap: 34px;
  }

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

  .movement-inner {
    grid-template-columns: 80px minmax(350px, 1fr) 180px;
  }

  .footer-columns {
    gap: 22px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 2rem, 560px);
  }

  .site-header {
    height: auto;
  }

  .header-inner {
    gap: 18px;
    padding: 15px 0;
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .primary-nav {
    gap: 14px;
    font-size: 12px;
  }

  .primary-nav a {
    padding: 16px 0 4px;
  }

  .hero {
    padding-bottom: 38px;
  }

  .hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: 275px;
    object-position: center;
  }

  .hero-wash,
  .hero::after {
    display: none;
  }

  .hero-content {
    padding-top: 27px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    width: auto;
  }

  .significance h2 br,
  .awareness-copy h2 br {
    display: none;
  }

  .significance-grid,
  .advocate-grid,
  .benefit-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .advocate-card {
    min-height: 0;
  }

  .feature-card:last-child {
    grid-column: auto;
  }

  .awareness-grid {
    display: block;
  }

  .awareness-photo {
    height: 285px;
    margin-bottom: 26px;
  }

  .movement-inner {
    display: block;
    padding: 26px 0;
  }

  .movement-symbol {
    margin-bottom: 18px;
  }

  .button-green {
    margin: 12px 0;
  }

  .footer-columns {
    gap: 24px;
  }

  .bottom-inner {
    display: block;
    padding: 12px 0;
  }

  .bottom-inner nav {
    gap: 18px;
    margin-top: 9px;
  }
}
