:root {
  --earth-ink: #032d25;
  --earth-forest: #07513b;
  --earth-leaf: #2b8b59;
  --earth-moss: #72a85e;
  --earth-river: #2e7485;
  --earth-sky: #63b6bd;
  --earth-mineral: #c3ad76;
  --earth-lime: #b8e778;
  --earth-mist: #eef7f1;
  --earth-paper: #fbfcf8;
  --earth-line: rgba(7, 81, 59, .16);
  --earth-glow: rgba(99, 182, 189, .24);
}

body.earth-future-home {
  color: var(--earth-ink);
  background: var(--earth-paper);
}

.earth-future-home main {
  overflow: clip;
}

.earth-future-home .atlas-header {
  border-color: rgba(46, 116, 133, .22);
  box-shadow: 0 18px 48px rgba(3, 45, 37, .13), 0 1px 0 rgba(255, 255, 255, .82) inset;
}

.earth-future-home .atlas-header.is-scrolled {
  box-shadow: 0 14px 36px rgba(3, 45, 37, .2), 0 1px 0 rgba(255, 255, 255, .72) inset;
}

.earth-future-home .atlas-topic-row {
  background:
    linear-gradient(90deg, rgba(238, 247, 241, .97), rgba(241, 248, 246, .97) 52%, rgba(235, 246, 241, .97));
}

.earth-future-home .atlas-topic-rail a:hover,
.earth-future-home .atlas-topic-rail a.is-current {
  border-color: rgba(46, 116, 133, .4);
  color: var(--earth-ink);
  background: #f8fcf8;
  box-shadow: 0 7px 16px rgba(3, 45, 37, .12), 0 0 0 1px rgba(99, 182, 189, .12) inset;
}

.earth-future-home .atlas-hero {
  min-height: 650px;
  border-bottom: 1px solid rgba(99, 182, 189, .38);
  background: var(--earth-ink);
  box-shadow: 0 24px 64px rgba(3, 45, 37, .2);
}

.earth-future-home .atlas-hero::before,
.earth-future-home .atlas-hero::after {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.earth-future-home .atlas-hero::before {
  top: 0;
  bottom: 0;
  background:
    linear-gradient(90deg, rgba(3, 45, 37, .22) 0, transparent 1px) 0 0 / 84px 100%,
    linear-gradient(180deg, rgba(99, 182, 189, .12) 0, transparent 1px) 0 0 / 100% 84px;
  opacity: .32;
  mask-image: linear-gradient(90deg, #000 0, transparent 72%);
}

.earth-future-home .atlas-hero::after {
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--earth-lime), var(--earth-sky) 45%, var(--earth-mineral) 78%, transparent);
  opacity: .78;
}

.earth-future-home .atlas-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 34, 28, .96) 0%, rgba(3, 45, 37, .8) 43%, rgba(4, 47, 46, .22) 78%, rgba(3, 29, 28, .08) 100%),
    linear-gradient(0deg, rgba(2, 35, 29, .38), transparent 54%);
}

.earth-future-home .atlas-hero-content {
  z-index: 3;
}

.earth-future-home .atlas-hero-content::before {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 3px;
  height: 176px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--earth-lime) 22%, var(--earth-sky) 76%, transparent);
  box-shadow: 0 0 22px var(--earth-glow);
  transform: translateY(-50%);
}

.earth-future-home .atlas-hero h1 {
  max-width: 770px;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .28);
}

.earth-future-home .atlas-hero-intro {
  max-width: 690px;
  color: rgba(248, 252, 249, .84);
}

.earth-future-home .atlas-button {
  border-radius: 7px;
}

.earth-future-home .atlas-button-primary {
  color: #052d23;
  background: linear-gradient(135deg, #c3ed83, #92d77a);
  box-shadow: 0 13px 30px rgba(4, 40, 31, .26), 0 0 0 1px rgba(255, 255, 255, .4) inset;
}

.earth-future-home .atlas-button-primary:hover {
  color: #032d25;
  background: linear-gradient(135deg, #d1f39a, #9be9c0);
  box-shadow: 0 15px 34px rgba(4, 40, 31, .3), 0 0 22px rgba(99, 182, 189, .2);
}

.earth-future-home .atlas-explore-map,
.earth-future-home .atlas-news,
.earth-future-home .atlas-evidence {
  position: relative;
  isolation: isolate;
}

.earth-future-home .atlas-explore-map {
  background:
    repeating-linear-gradient(118deg, transparent 0 62px, rgba(46, 116, 133, .035) 62px 63px),
    linear-gradient(180deg, #f7fbf7, #edf6f1 58%, #f8faf6);
}

.earth-future-home .atlas-explore-map::before,
.earth-future-home .atlas-evidence::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(46, 116, 133, .055) 50%, transparent 50.1%),
    linear-gradient(180deg, transparent 49.9%, rgba(43, 139, 89, .045) 50%, transparent 50.1%);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.earth-future-home .atlas-section-heading {
  position: relative;
}

.earth-future-home .atlas-section-heading::after,
.earth-future-home .atlas-section-bar::after,
.earth-future-home .atlas-evidence-copy::after {
  display: block;
  width: 92px;
  height: 3px;
  margin-top: 22px;
  content: "";
  background: linear-gradient(90deg, var(--earth-leaf), var(--earth-sky), transparent);
}

.earth-future-home .atlas-kicker {
  letter-spacing: 0;
}

.earth-future-home .atlas-kicker::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4px rgba(99, 182, 189, .12);
  vertical-align: 1px;
}

.earth-future-home .atlas-explore-card {
  --card-accent: var(--earth-leaf);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 18px 34px rgba(3, 45, 37, .16);
}

.earth-future-home .atlas-explore-card:nth-child(3n + 2) {
  --card-accent: var(--earth-sky);
}

.earth-future-home .atlas-explore-card:nth-child(3n) {
  --card-accent: var(--earth-mineral);
}

.earth-future-home .atlas-explore-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--card-accent), transparent 72%);
  opacity: .9;
}

.earth-future-home .atlas-explore-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, .18) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 650ms ease;
}

.earth-future-home .atlas-explore-card:hover::after,
.earth-future-home .atlas-explore-card:focus-visible::after {
  transform: translateX(120%);
}

.earth-future-home .atlas-explore-card:hover,
.earth-future-home .atlas-explore-card:focus-visible {
  border-color: color-mix(in srgb, var(--card-accent) 58%, white);
  box-shadow: 0 23px 42px rgba(3, 45, 37, .22), 0 0 0 1px var(--card-accent);
  transform: translateY(-6px);
}

.earth-future-home .atlas-purpose-bridge {
  position: relative;
  color: var(--earth-ink);
  background:
    linear-gradient(90deg, rgba(195, 173, 118, .1), transparent 28%, transparent 72%, rgba(99, 182, 189, .09)),
    #fcfcf8;
  border-block: 1px solid rgba(195, 173, 118, .28);
}

.earth-future-home .atlas-purpose-inner {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 36px;
}

.earth-future-home .atlas-purpose-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  align-items: end;
  gap: 52px;
}

.earth-future-home .atlas-purpose-copy .atlas-kicker,
.earth-future-home .atlas-purpose-copy h2 {
  grid-column: 1;
}

.earth-future-home .atlas-purpose-copy h2 {
  max-width: 850px;
  line-height: 1.07;
}

.earth-future-home .atlas-purpose-copy > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 4px 6px 4px 26px;
  border-left: 2px solid rgba(43, 133, 93, .28);
}

.earth-future-home .atlas-why-acc {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(320px, 1.18fr) minmax(180px, .48fr);
  align-items: center;
  gap: 32px;
  padding: 28px 30px;
  overflow: hidden;
  color: #f7fff9;
  border: 1px solid rgba(99, 182, 189, .28);
  border-radius: 7px;
  background:
    linear-gradient(118deg, rgba(184, 231, 120, .12), transparent 36%, rgba(99, 182, 189, .12)),
    linear-gradient(135deg, #032d25, #07513b 62%, #0b4f53);
  box-shadow: 0 20px 46px rgba(3, 45, 37, .2), 0 1px 0 rgba(255, 255, 255, .08) inset;
}

.earth-future-home .atlas-why-acc-heading .atlas-kicker {
  margin-bottom: 9px;
  color: #c9f28e;
}

.earth-future-home .atlas-why-acc h3 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 39px);
  line-height: 1.02;
}

.earth-future-home .atlas-why-acc > p {
  margin: 0;
  color: rgba(246, 255, 249, .83);
  font-size: 13px;
  line-height: 1.7;
}

.earth-future-home .atlas-why-acc nav {
  display: grid;
  gap: 8px;
}

.earth-future-home .atlas-why-acc nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  color: #f8fff9;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.earth-future-home .atlas-why-acc nav a:hover,
.earth-future-home .atlas-why-acc nav a:focus-visible {
  color: #062f25;
  border-color: #c9f28e;
  background: #c9f28e;
  transform: translateX(2px);
}

.earth-future-home .atlas-purpose-path {
  --path-accent: var(--earth-river);
  padding: 25px 24px 23px;
  border-top: 3px solid var(--path-accent);
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 13px 32px rgba(3, 45, 37, .08);
}

.earth-future-home .atlas-purpose-path:nth-child(2) {
  --path-accent: var(--earth-mineral);
}

.earth-future-home .atlas-purpose-path:nth-child(3) {
  --path-accent: var(--earth-leaf);
}

.earth-future-home .atlas-purpose-path-support {
  background: linear-gradient(145deg, rgba(232, 247, 225, .94), rgba(255, 255, 255, .88));
  box-shadow: 0 13px 32px rgba(3, 45, 37, .1), inset 1px 0 rgba(55, 132, 82, .08);
}

.earth-future-home .atlas-purpose-path-support > small {
  color: #1d6b43;
}

.earth-future-home .atlas-purpose-path-support > b {
  max-width: 18ch;
  color: #103a2b;
  font-size: 25px;
  line-height: 1.08;
  text-wrap: balance;
}

.earth-future-home .atlas-purpose-path-support > p {
  color: #344f43;
  font-size: 13.5px;
  line-height: 1.68;
}

.earth-future-home .atlas-purpose-path-support nav {
  border-top-color: rgba(66, 132, 84, .4);
}

.earth-future-home .atlas-purpose-path-support nav a {
  color: #155b38;
}

.earth-future-home .atlas-purpose-path > p {
  margin: 0 0 20px;
  color: #556b62;
  font-size: 13px;
  line-height: 1.62;
}

.earth-future-home .atlas-purpose-path > b {
  line-height: 1.12;
}

.earth-future-home .atlas-purpose-path nav a {
  padding-right: 8px;
  padding-left: 8px;
}

.earth-future-home .atlas-purpose-path small {
  color: var(--path-accent);
}

.earth-future-home .atlas-purpose-path nav a:hover,
.earth-future-home .atlas-purpose-path nav a:focus-visible,
.earth-future-home .atlas-purpose-path nav a:active {
  color: #ffffff;
}

.earth-future-home .atlas-purpose-path nav a:hover span,
.earth-future-home .atlas-purpose-path nav a:focus-visible span,
.earth-future-home .atlas-purpose-path nav a:active span {
  color: #dff6a9;
}

.earth-future-home .atlas-purpose-path nav a:focus-visible {
  outline: 3px solid #f2c75c;
  outline-offset: 2px;
}

.earth-future-home .atlas-purpose-path:hover {
  box-shadow: 0 18px 38px rgba(3, 45, 37, .13), 0 0 0 1px color-mix(in srgb, var(--path-accent) 30%, transparent);
  transform: translateY(-4px);
}

.earth-future-home .atlas-purpose-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: -14px;
  padding: 26px 28px;
  border: 1px solid rgba(40, 112, 80, .3);
  border-left: 4px solid var(--earth-leaf);
  border-radius: 7px;
  background:
    linear-gradient(110deg, rgba(214, 241, 186, .42), rgba(255, 255, 255, .9) 48%, rgba(99, 182, 189, .14)),
    #f8fbf6;
  box-shadow: 0 15px 34px rgba(3, 45, 37, .08);
}

.earth-future-home .atlas-purpose-note small {
  display: block;
  margin-bottom: 7px;
  color: #1b633f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.earth-future-home .atlas-purpose-note p {
  max-width: 74ch;
  margin: 0;
  color: #29483c;
  font-size: 15.5px;
  line-height: 1.62;
}

.earth-future-home .atlas-purpose-note strong {
  color: #0c3427;
}

.earth-future-home .atlas-purpose-note .atlas-button {
  min-width: 210px;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(37, 112, 77, .18);
}

.earth-future-home .atlas-companion-section {
  background:
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(99, 182, 189, .04) 31px 32px),
    linear-gradient(135deg, #032d25, #07513b 52%, #0b4f53);
}

.earth-future-home .atlas-companion-surface {
  border: 1px solid rgba(99, 182, 189, .34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 44%),
    linear-gradient(145deg, rgba(4, 52, 42, .96), rgba(8, 81, 59, .94) 58%, rgba(15, 75, 78, .9));
  box-shadow: 0 30px 80px rgba(1, 28, 24, .38), 0 0 0 1px rgba(255, 255, 255, .08) inset;
}

.earth-future-home .atlas-companion-surface::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 118px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--earth-sky), var(--earth-lime));
  box-shadow: 0 0 18px var(--earth-glow);
  opacity: .7;
}

.earth-future-home .atlas-guide-object,
.earth-future-home .atlas-phone-object {
  box-shadow: 0 24px 55px rgba(1, 26, 22, .4), 0 0 0 1px rgba(99, 182, 189, .22);
}

.earth-future-home .atlas-phone-object {
  border-color: rgba(184, 231, 120, .58);
}

.earth-future-home .atlas-news {
  background:
    linear-gradient(180deg, rgba(238, 247, 241, .42), transparent 20%),
    #fff;
}

.earth-future-home .atlas-news-feature {
  border: 1px solid rgba(46, 116, 133, .22);
  box-shadow: 0 20px 44px rgba(3, 45, 37, .15);
}

.earth-future-home .atlas-news-list a {
  border-bottom-color: rgba(46, 116, 133, .2);
}

.earth-future-home .atlas-news-list a {
  padding-right: 16px;
  padding-left: 16px;
}

.earth-future-home .atlas-news-list a:hover {
  padding-left: 22px;
  color: var(--earth-river);
}

.earth-future-home .atlas-education {
  background:
    linear-gradient(90deg, rgba(99, 182, 189, .07), transparent 20%, transparent 80%, rgba(195, 173, 118, .08)),
    linear-gradient(145deg, #032d25, #074735 62%, #153f3b);
}

.earth-future-home .atlas-image-card {
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 20px 46px rgba(1, 25, 21, .32);
}

.earth-future-home .atlas-image-card:hover {
  border-color: rgba(99, 182, 189, .52);
  box-shadow: 0 26px 54px rgba(1, 25, 21, .42), 0 0 22px rgba(99, 182, 189, .12);
}

.earth-future-home .atlas-evidence {
  background:
    linear-gradient(135deg, rgba(99, 182, 189, .12), transparent 42%),
    linear-gradient(180deg, #eff7f4, #e7f1ec);
  border-block: 1px solid rgba(46, 116, 133, .16);
}

.earth-future-home .atlas-goals-summary,
.earth-future-home .atlas-impact-figure {
  border-color: rgba(46, 116, 133, .24);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 42px rgba(3, 45, 37, .1);
  backdrop-filter: blur(10px);
}

.earth-future-home .atlas-goals-summary > div {
  padding-right: 18px;
  padding-left: 18px;
}

.earth-future-home .atlas-goals-percentage {
  border-color: rgba(184, 231, 120, .72);
  background: linear-gradient(135deg, #063f31, #0b6650 58%, #176b70);
  box-shadow: 0 14px 30px rgba(3, 45, 37, .24), 0 0 24px rgba(99, 182, 189, .18);
}

.earth-future-home .atlas-goals-percentage b {
  color: #d2f59b;
  text-shadow: 0 0 18px rgba(184, 231, 120, .28);
}

.earth-future-home .atlas-goals-percentage,
.earth-future-home .atlas-goals-percentage span {
  color: rgba(246, 255, 249, .82);
}

.earth-future-home .atlas-impact-row > i em {
  background: linear-gradient(90deg, var(--earth-leaf), var(--earth-sky));
  box-shadow: 0 0 12px rgba(99, 182, 189, .2);
}

.earth-future-home .atlas-support {
  background:
    linear-gradient(115deg, rgba(99, 182, 189, .12), transparent 38%),
    var(--earth-ink);
}

.earth-future-home .atlas-support-links a {
  border-color: rgba(99, 182, 189, .27);
  background: rgba(255, 255, 255, .06);
}

.earth-future-home .atlas-support-links a:hover {
  border-color: rgba(184, 231, 120, .58);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 16px 36px rgba(0, 20, 17, .28);
}

.earth-future-home .atlas-footer {
  background: #021f1a;
  border-top: 1px solid rgba(99, 182, 189, .22);
}

@media (max-width: 900px) {
  .earth-future-home .atlas-hero {
    min-height: 620px;
  }

  .earth-future-home .atlas-hero-content::before {
    left: -12px;
    height: 136px;
  }

  .earth-future-home .atlas-why-acc {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 22px 28px;
    padding: 26px;
  }

  .earth-future-home .atlas-why-acc nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .earth-future-home .atlas-hero {
    min-height: 590px;
  }

  .earth-future-home .atlas-purpose-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .earth-future-home .atlas-purpose-copy .atlas-kicker,
  .earth-future-home .atlas-purpose-copy h2,
  .earth-future-home .atlas-purpose-copy > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .earth-future-home .atlas-purpose-copy > p:last-child {
    margin-top: 0;
    padding: 2px 4px 2px 18px;
  }

  .earth-future-home .atlas-why-acc {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 21px;
  }

  .earth-future-home .atlas-why-acc nav {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .earth-future-home .atlas-hero::before {
    background-size: 56px 100%, 100% 56px;
    opacity: .2;
  }

  .earth-future-home .atlas-hero-content::before {
    display: none;
  }

  .earth-future-home .atlas-explore-map::before,
  .earth-future-home .atlas-evidence::before {
    background-size: 54px 54px;
  }

  .earth-future-home .atlas-explore-card:hover,
  .earth-future-home .atlas-explore-card:focus-visible,
  .earth-future-home .atlas-purpose-path:hover {
    transform: translateY(-2px);
  }

  .earth-future-home .atlas-purpose-note {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
    padding: 21px 19px;
  }

  .earth-future-home .atlas-purpose-path {
    padding: 23px 21px 21px;
  }

  .earth-future-home .atlas-purpose-note .atlas-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .earth-future-home .atlas-why-acc nav {
    grid-template-columns: 1fr;
  }

  .earth-future-home .atlas-news-list a,
  .earth-future-home .atlas-news-list a:hover {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .earth-future-home .atlas-explore-card::after {
    display: none;
  }

  .earth-future-home .atlas-explore-card,
  .earth-future-home .atlas-purpose-path,
  .earth-future-home .atlas-news-list a {
    transition: none;
  }
}
