/* Union Regional Water Resilience — scoped styles for Kadence / WordPress */
:root {
  --urw-navy: #0d2c45;
  --urw-deep: #061d38;
  --urw-blue: #167fad;
  --urw-aqua: #31b6ad;
  --urw-mint: #8ce3dd;
  --urw-slate: #496678;
  --urw-mist: #f4f9fa;
  --urw-line: #dce9ed;
  --urw-ease: cubic-bezier(0.23, 1, 0.32, 1);
}

.urw-home-resilience,
.urw-reserve-page {
  color: var(--urw-navy);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.urw-home-resilience *,
.urw-home-resilience *::before,
.urw-home-resilience *::after,
.urw-reserve-page *,
.urw-reserve-page *::before,
.urw-reserve-page *::after {
  box-sizing: border-box;
}

.urw-home-resilience h2,
.urw-home-resilience h3,
.urw-reserve-page h1,
.urw-reserve-page h2,
.urw-reserve-page h3 {
  font-family: "Manrope", sans-serif;
}

.urw-container {
  width: min(100%, 1280px);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
}

.urw-grid-texture {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 84, 113, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 84, 113, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 58%);
  mask-image: linear-gradient(to bottom, #000, transparent 58%);
}

.urw-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--urw-blue);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.urw-eyebrow > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--urw-aqua);
  box-shadow: 0 0 0 6px rgba(49, 182, 173, 0.11);
}

.urw-eyebrow-light {
  color: #82ddd7;
}

.urw-icon-wrap,
.urw-flow-icon {
  display: grid;
  place-items: center;
}

.urw-icon-wrap svg,
.urw-flow-icon svg {
  width: 22px;
  height: 22px;
}

.urw-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid rgba(143, 235, 229, 0.3);
  border-radius: 999px;
  color: #08213d !important;
  background: var(--urw-mint);
  box-shadow: 0 12px 28px rgba(18, 183, 174, 0.17);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 160ms var(--urw-ease),
    background 180ms,
    box-shadow 180ms;
}

.urw-button:hover {
  color: #08213d !important;
  background: #b3f2ed;
  box-shadow: 0 15px 34px rgba(18, 183, 174, 0.24);
}

.urw-button:active {
  transform: scale(0.97);
}
.urw-button svg {
  width: 17px;
  transition: transform 180ms var(--urw-ease);
}
.urw-button:hover svg {
  transform: translateX(3px);
}

.urw-button-ghost {
  color: #fff !important;
  border-color: rgba(210, 240, 244, 0.28);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.urw-button-ghost:hover {
  color: #fff !important;
  border-color: rgba(210, 240, 244, 0.52);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

/* Homepage section */
.urw-home-resilience {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 8vw, 130px) 0 clamp(80px, 8vw, 120px);
  background:
    radial-gradient(
      circle at 10% 5%,
      rgba(62, 181, 181, 0.09),
      transparent 400px
    ),
    linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
}

.urw-home-resilience > .urw-container {
  position: relative;
  z-index: 1;
}

.urw-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.75fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: end;
}

.urw-home-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--urw-navy);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.urw-home-copy {
  position: relative;
  padding-left: 26px;
  color: var(--urw-slate);
  font-size: 17px;
  line-height: 1.65;
}

.urw-home-copy::before {
  content: "";
  position: absolute;
  inset: 6px auto 6px 0;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(var(--urw-blue), var(--urw-aqua));
}

.urw-home-copy p {
  margin: 0;
}
.urw-home-copy p + p {
  margin-top: 16px;
  color: #234b63;
}

.urw-pressure-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(60px, 6vw, 92px);
}

.urw-pressure-card,
.urw-page-card {
  --urw-card-accent: var(--urw-blue);
  --urw-card-tint: #edf8fc;
  min-width: 0;
  border: 1px solid rgba(21, 78, 107, 0.1);
  border-top: 4px solid var(--urw-card-accent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(16, 54, 75, 0.07);
  transition:
    transform 220ms var(--urw-ease),
    box-shadow 220ms;
}

.urw-pressure-card {
  min-height: 240px;
  padding: 21px 20px 23px;
}
.urw-pressure-card:hover,
.urw-page-card:hover,
.urw-six-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(16, 54, 75, 0.12);
}

.urw-accent-gold {
  --urw-card-accent: #c58b21;
  --urw-card-tint: #fdf7ea;
}
.urw-accent-indigo {
  --urw-card-accent: #536ca9;
  --urw-card-tint: #f0f3fb;
}
.urw-accent-teal {
  --urw-card-accent: #159a98;
  --urw-card-tint: #edf9f8;
}
.urw-accent-green {
  --urw-card-accent: #4d8b6b;
  --urw-card-tint: #eff8f2;
}

.urw-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.urw-number {
  color: color-mix(in srgb, var(--urw-card-accent, var(--urw-aqua)) 66%, #fff);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.urw-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: var(--urw-card-accent);
  background: var(--urw-card-tint);
}

.urw-pressure-card h3,
.urw-page-card h3 {
  margin: 21px 0 11px;
  color: #123149;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.urw-pressure-card p,
.urw-page-card p {
  margin: 0;
  color: #5a7281;
  font-size: 15px;
  line-height: 1.5;
}

.urw-home-feature {
  position: relative;
  min-height: 550px;
  margin-top: clamp(68px, 7vw, 106px);
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(4, 25, 51, 0.99),
      rgba(4, 25, 51, 0.88) 46%,
      rgba(4, 25, 51, 0.25)
    ),
    linear-gradient(0deg, rgba(3, 20, 41, 0.96), transparent 37%),
    url("../images/water-resilience-background.webp") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(7, 31, 60, 0.24);
}

.urw-feature-content {
  position: relative;
  z-index: 1;
  width: min(650px, 60%);
  padding: clamp(48px, 5vw, 82px) clamp(32px, 5vw, 82px) 145px;
}

.urw-feature-statement {
  margin: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3.2vw, 55px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.urw-feature-content > p:not(.urw-eyebrow):not(.urw-feature-statement) {
  max-width: 570px;
  margin: 24px 0 30px;
  color: rgba(228, 244, 250, 0.76);
  font-size: 16px;
  line-height: 1.62;
}

.urw-process {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(181, 232, 239, 0.18);
  border-radius: 16px;
  list-style: none;
  background: rgba(6, 29, 57, 0.72);
  backdrop-filter: blur(14px);
}

.urw-process li {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-right: 1px solid rgba(181, 232, 239, 0.13);
}

.urw-process li:last-child {
  border-right: 0;
}
.urw-process span {
  color: rgba(120, 220, 215, 0.64);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.urw-process strong {
  color: #f7fdff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Dedicated page */
.urw-page-section {
  padding-block: clamp(88px, 9vw, 144px);
}

.urw-heading {
  max-width: 850px;
}
.urw-heading-center {
  margin-inline: auto;
  text-align: center;
}
.urw-heading-center .urw-eyebrow {
  justify-content: center;
}

.urw-heading h2,
.urw-premise h2,
.urw-asset-content h2,
.urw-closing h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(40px, 5.2vw, 80px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.urw-heading > p:not(.urw-eyebrow) {
  max-width: 740px;
  margin: 23px 0 0;
  color: var(--urw-slate);
  font-size: 17px;
  line-height: 1.65;
}

.urw-heading-center > p:not(.urw-eyebrow) {
  margin-inline: auto;
}

.urw-page-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(4, 23, 45, 0.99),
      rgba(4, 23, 45, 0.91) 45%,
      rgba(4, 23, 45, 0.28)
    ),
    linear-gradient(0deg, rgba(3, 18, 35, 0.74), transparent 45%),
    url("../images/water-resilience-background.webp") center / cover no-repeat;
}

.urw-page-hero .urw-grid-texture {
  opacity: 0.12;
}

.urw-page-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: 80px;
  padding-block: clamp(80px, 10vh, 130px);
}

.urw-page-hero-copy {
  max-width: 800px;
}
.urw-hero-kicker {
  margin: 0 0 24px;
  color: #86e5df;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.urw-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 7.3vw, 112px);
  font-weight: 650;
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.urw-page-hero h1 em {
  color: #96e7e1;
  font-style: normal;
}
.urw-hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(231, 245, 250, 0.78);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.6;
}
.urw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 35px;
}
.urw-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 42px 0 0;
  color: rgba(213, 235, 241, 0.63);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.urw-status span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--urw-aqua);
  box-shadow: 0 0 0 6px rgba(49, 182, 173, 0.12);
}

.urw-hero-index {
  align-self: end;
  border-top: 1px solid rgba(206, 240, 242, 0.26);
}
.urw-hero-index p {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(206, 240, 242, 0.16);
}
.urw-hero-index span {
  color: #6ad7d0;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.urw-hero-index strong {
  color: rgba(240, 250, 252, 0.84);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
}

.urw-risk {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(49, 182, 173, 0.08),
      transparent 430px
    ),
    linear-gradient(180deg, #fff, #f8fbfc);
}
.urw-page-pressure-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 70px;
}
.urw-page-card {
  grid-column: span 2;
  min-height: 270px;
  padding: 23px;
}
.urw-page-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.urw-page-card h3 {
  margin-top: 35px;
  font-size: 18px;
}

.urw-premise {
  padding-block: clamp(88px, 9vw, 136px);
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 0%,
      rgba(32, 139, 162, 0.2),
      transparent 450px
    ),
    var(--urw-deep);
}
.urw-premise-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
}
.urw-premise-top > div > p:not(.urw-eyebrow) {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(225, 241, 246, 0.74);
  font-size: 18px;
  line-height: 1.65;
}
.urw-premise blockquote {
  margin: 35px 0 0;
  padding-left: 22px;
  border-left: 3px solid var(--urw-aqua);
  color: #a3e6e2;
  font-family: "Manrope", sans-serif;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.5;
}

.urw-benchmark {
  padding: 32px;
  border: 1px solid rgba(154, 223, 226, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
.urw-benchmark > strong {
  display: inline-block;
  color: var(--urw-mint);
  font-family: "Manrope", sans-serif;
  font-size: 102px;
  line-height: 0.8;
  letter-spacing: -0.08em;
}
.urw-benchmark > span {
  margin-left: 10px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.urw-benchmark p {
  margin: 22px 0 0;
  color: rgba(237, 248, 250, 0.84);
  line-height: 1.55;
}
.urw-benchmark small {
  display: block;
  margin-top: 16px;
  color: rgba(204, 228, 234, 0.52);
  line-height: 1.45;
}

.urw-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(64px, 7vw, 104px);
  border: 1px solid rgba(164, 225, 229, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}
.urw-flow article {
  min-height: 260px;
  padding: 26px;
  border-right: 1px solid rgba(164, 225, 229, 0.16);
}
.urw-flow article:last-child {
  border-right: 0;
}
.urw-flow-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
  border-radius: 14px;
  color: #82ddd7;
  background: rgba(129, 223, 216, 0.1);
}
.urw-flow article h3 {
  margin: 8px 0 11px;
  color: #fff;
  font-size: 18px;
}
.urw-flow article p {
  margin: 0;
  color: rgba(217, 237, 242, 0.65);
  font-size: 15px;
  line-height: 1.5;
}
.urw-note {
  margin: 18px 0 0;
  color: rgba(207, 230, 235, 0.5);
  font-size: 12px;
  line-height: 1.5;
}
.urw-note-dark {
  color: #78909e;
  text-align: center;
}

.urw-asset-section {
  background: #eef5f7;
}
.urw-asset-panel {
  min-height: 650px;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(4, 24, 49, 0.98),
      rgba(4, 24, 49, 0.87) 44%,
      rgba(4, 24, 49, 0.12)
    ),
    url("../images/urw-aquifer-foundation.webp") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(6, 34, 58, 0.19);
}
.urw-asset-content {
  width: min(680px, 61%);
  padding: clamp(48px, 6vw, 88px);
}
.urw-asset-number {
  margin: 40px 0 32px;
}
.urw-asset-number strong,
.urw-asset-number span {
  display: block;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
}
.urw-asset-number strong {
  color: var(--urw-mint);
  font-size: clamp(80px, 9vw, 140px);
  line-height: 0.78;
  letter-spacing: -0.085em;
}
.urw-asset-number span {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 650;
  letter-spacing: 0.08em;
}
.urw-asset-content h2 {
  max-width: 630px;
  font-size: clamp(32px, 3.8vw, 56px);
}
.urw-asset-content > p:not(.urw-eyebrow):not(.urw-asset-number) {
  max-width: 560px;
  margin: 19px 0 0;
  color: rgba(225, 240, 245, 0.72);
  font-size: 17px;
  line-height: 1.6;
}
.urw-caution {
  max-width: 620px;
  display: flex;
  gap: 14px;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid rgba(152, 226, 221, 0.18);
  border-radius: 13px;
  color: rgba(228, 243, 246, 0.74);
  background: rgba(3, 21, 43, 0.58);
  font-size: 13px;
  line-height: 1.5;
  backdrop-filter: blur(10px);
}
.urw-caution svg {
  width: 20px;
  flex: 0 0 auto;
  color: var(--urw-mint);
}
.urw-caution strong {
  color: #fff;
}

.urw-network-section {
  background: #fff;
}
.urw-network-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}
.urw-network-layout .urw-heading h2 {
  font-size: clamp(43px, 4.8vw, 72px);
}
.urw-checks {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.urw-checks li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 0;
  border-bottom: 1px solid var(--urw-line);
  color: #34566a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 650;
}
.urw-checks svg {
  width: 18px;
  color: var(--urw-aqua);
}
.urw-network-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--urw-deep);
  box-shadow: 0 25px 65px rgba(7, 40, 66, 0.18);
}
.urw-network-figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.urw-network-figure figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 19px;
  color: rgba(225, 241, 245, 0.72);
  background: #092844;
  font-size: 12px;
}
.urw-network-figure figcaption svg {
  width: 17px;
  color: #79d9d3;
}

.urw-customers-section,
.urw-validation-section {
  background: var(--urw-mist);
}
.urw-six-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 64px;
}
.urw-six-grid article {
  min-height: 225px;
  padding: 26px;
  border: 1px solid rgba(19, 75, 101, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 54, 75, 0.06);
  transition:
    transform 220ms var(--urw-ease),
    box-shadow 220ms;
}
.urw-six-grid article > svg {
  width: 26px;
  color: var(--urw-blue);
}
.urw-six-grid h3,
.urw-four-grid h3,
.urw-commercial-list h3,
.urw-roadmap h3 {
  margin: 23px 0 11px;
  color: var(--urw-navy);
  font-size: 17px;
  letter-spacing: -0.02em;
}
.urw-six-grid p,
.urw-four-grid p,
.urw-commercial-list p,
.urw-roadmap p {
  margin: 0;
  color: var(--urw-slate);
  line-height: 1.55;
}

.urw-opportunity {
  padding-block: clamp(88px, 9vw, 144px);
  color: #fff;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(39, 154, 175, 0.18),
      transparent 480px
    ),
    linear-gradient(145deg, #071f3c, #0b3655);
}
.urw-opportunity .urw-heading > p:not(.urw-eyebrow) {
  color: rgba(220, 239, 244, 0.7);
}
.urw-four-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border: 1px solid rgba(157, 222, 226, 0.18);
  border-radius: 22px;
}
.urw-four-grid article {
  min-height: 285px;
  padding: 29px;
  border-right: 1px solid rgba(157, 222, 226, 0.14);
}
.urw-four-grid article:last-child {
  border-right: 0;
}
.urw-four-grid article > .urw-number {
  display: block;
  margin-bottom: 35px;
  color: rgba(114, 216, 210, 0.55);
}
.urw-four-grid article > svg {
  width: 28px;
  color: #82ddd7;
}
.urw-four-grid h3 {
  color: #fff;
}
.urw-four-grid p {
  color: rgba(217, 238, 243, 0.66);
  font-size: 15px;
}

.urw-commercial-section {
  background: #fff;
}
.urw-commercial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: center;
}
.urw-commercial-layout .urw-heading h2 {
  font-size: clamp(42px, 4.7vw, 72px);
}
.urw-concept-label {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #34586e;
  background: #eef6f7;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.urw-concept-label svg {
  width: 16px;
  color: var(--urw-blue);
}
.urw-commercial-list {
  border-top: 1px solid var(--urw-line);
}
.urw-commercial-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--urw-line);
}
.urw-commercial-list article > svg {
  width: 25px;
  margin-top: 3px;
  color: var(--urw-aqua);
}
.urw-commercial-list h3 {
  margin: 0 0 7px;
}
.urw-commercial-list p {
  font-size: 15px;
}

.urw-roadmap-section {
  background: #fff;
}
.urw-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 72px 0 0;
  padding: 0;
  list-style: none;
}
.urw-roadmap::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 6%;
  width: 88%;
  height: 2px;
  background: linear-gradient(90deg, var(--urw-blue), var(--urw-aqua), #4d8b6b);
}
.urw-roadmap li {
  position: relative;
  padding-right: 21px;
}
.urw-roadmap-marker {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 99px;
  color: #fff;
  background: linear-gradient(145deg, var(--urw-blue), var(--urw-aqua));
  box-shadow: 0 8px 22px rgba(23, 128, 165, 0.23);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.urw-roadmap h3 {
  margin-top: 24px;
  font-size: 15px;
}
.urw-roadmap p {
  max-width: 205px;
  font-size: 14px;
}

.urw-closing {
  padding-block: clamp(96px, 10vw, 160px);
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(4, 23, 45, 0.99),
      rgba(4, 23, 45, 0.84) 58%,
      rgba(4, 23, 45, 0.42)
    ),
    url("../images/urw-national-network.webp") center / cover no-repeat;
}
.urw-closing h2 {
  max-width: 850px;
}
.urw-closing > .urw-container > p:not(.urw-eyebrow):not(.urw-disclaimer) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(225, 241, 245, 0.75);
  font-size: 18px;
  line-height: 1.65;
}
.urw-disclaimer {
  max-width: 850px;
  margin: 48px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(190, 229, 233, 0.18);
  color: rgba(210, 232, 237, 0.5);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .urw-pressure-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .urw-page-pressure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .urw-page-card,
  .urw-page-card:nth-child(4) {
    grid-column: auto;
  }
  .urw-page-card:last-child {
    grid-column: 1 / -1;
    min-height: 220px;
  }
  .urw-flow,
  .urw-four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .urw-flow article:nth-child(2),
  .urw-four-grid article:nth-child(2) {
    border-right: 0;
  }
  .urw-flow article:nth-child(-n + 2),
  .urw-four-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(157, 222, 226, 0.14);
  }
  .urw-asset-content {
    width: 67%;
  }
  .urw-roadmap {
    grid-template-columns: 1fr;
  }
  .urw-roadmap::before {
    top: 0;
    bottom: 0;
    left: 28px;
    width: 2px;
    height: auto;
  }
  .urw-roadmap li {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    padding: 0 0 32px;
  }
  .urw-roadmap h3 {
    margin-top: 5px;
  }
  .urw-roadmap p {
    max-width: 650px;
  }
}

@media (max-width: 800px) {
  .urw-home-intro,
  .urw-premise-top,
  .urw-network-layout,
  .urw-commercial-layout {
    grid-template-columns: 1fr;
  }
  .urw-home-intro {
    gap: 36px;
  }
  .urw-pressure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .urw-pressure-card:last-child {
    grid-column: 1 / -1;
  }
  .urw-home-feature {
    min-height: 660px;
    background-position: 68% center;
  }
  .urw-feature-content {
    width: auto;
    padding: 52px 32px 165px;
  }
  .urw-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .urw-process li:nth-child(2) {
    border-right: 0;
  }
  .urw-process li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(181, 232, 239, 0.13);
  }
  .urw-page-hero-inner {
    min-height: 760px;
    grid-template-columns: 1fr;
    align-content: center;
  }
  .urw-hero-index {
    display: none;
  }
  .urw-premise-top {
    gap: 48px;
  }
  .urw-asset-panel {
    min-height: 760px;
    background-position: 66% center;
    background-image:
      linear-gradient(
        180deg,
        rgba(4, 24, 49, 0.98),
        rgba(4, 24, 49, 0.84) 58%,
        rgba(4, 24, 49, 0.28)
      ),
      url("../images/urw-aquifer-foundation.webp");
  }
  .urw-asset-content {
    width: auto;
  }
  .urw-six-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .urw-home-resilience,
  .urw-page-section,
  .urw-premise,
  .urw-opportunity {
    padding-block: 72px;
  }
  .urw-home-intro h2,
  .urw-heading h2,
  .urw-premise h2,
  .urw-closing h2 {
    font-size: clamp(37px, 12vw, 50px);
  }
  .urw-home-copy {
    padding-left: 19px;
    font-size: 16px;
  }
  .urw-pressure-grid,
  .urw-page-pressure-grid,
  .urw-flow,
  .urw-six-grid,
  .urw-four-grid {
    grid-template-columns: 1fr;
  }
  .urw-pressure-card,
  .urw-pressure-card:last-child,
  .urw-page-card,
  .urw-page-card:last-child {
    grid-column: auto;
    min-height: 210px;
  }
  .urw-home-feature {
    min-height: 760px;
    margin-top: 56px;
    border-radius: 20px;
  }
  .urw-feature-content {
    padding: 40px 22px 200px;
  }
  .urw-feature-statement {
    font-size: 31px;
  }
  .urw-process {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
  .urw-process li {
    min-height: 68px;
    padding: 13px 12px;
  }
  .urw-page-hero {
    min-height: 710px;
    background-image:
      linear-gradient(180deg, rgba(4, 23, 45, 0.98), rgba(4, 23, 45, 0.87)),
      url("../images/water-resilience-background.webp");
  }
  .urw-page-hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }
  .urw-actions {
    flex-direction: column;
  }
  .urw-button {
    width: 100%;
  }
  .urw-flow article,
  .urw-flow article:nth-child(2) {
    min-height: 205px;
    border-right: 0;
    border-bottom: 1px solid rgba(164, 225, 229, 0.16);
  }
  .urw-flow article:last-child {
    border-bottom: 0;
  }
  .urw-benchmark {
    padding: 24px;
  }
  .urw-benchmark > strong {
    font-size: 86px;
  }
  .urw-asset-panel {
    min-height: 810px;
    border-radius: 20px;
  }
  .urw-asset-content {
    padding: 36px 22px;
  }
  .urw-asset-number strong {
    font-size: 82px;
  }
  .urw-network-figure,
  .urw-four-grid {
    border-radius: 17px;
  }
  .urw-six-grid article {
    min-height: 205px;
  }
  .urw-four-grid article,
  .urw-four-grid article:nth-child(2) {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid rgba(157, 222, 226, 0.14);
  }
  .urw-four-grid article:last-child {
    border-bottom: 0;
  }
  .urw-commercial-layout {
    gap: 48px;
  }
  .urw-closing {
    padding-block: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .urw-home-resilience *,
  .urw-reserve-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
