.home-page .foot {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, .24);
  background: var(--orange-grad);
}
.home-page .foot__logo { color: #fff; }
.home-page .foot__links a { color: rgba(255, 255, 255, 0.9); }
.home-page .foot__links a:hover { color: #fff; }
.home-page .foot__copy { color: rgba(255, 255, 255, 0.82); }

.site-header--hero {
  margin-top: -104px;
  padding-top: 104px;
}

.site-header.site-header--home-nav::before,
.site-header--hero {
  background-attachment: fixed;
}

.hero-blobs {
  position: absolute;
  z-index: 0;
  inset: 104px 0 0 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-blob {
  position: absolute;
  animation: none;
  background:
    radial-gradient(ellipse at 29% 24%, rgba(255, 235, 207, 0.32), rgba(255, 194, 112, 0.16) 42%, rgba(255, 137, 22, 0.08) 72%),
    linear-gradient(145deg, rgba(255, 199, 125, 0.3), rgba(255, 146, 34, 0.12));
  box-shadow:
    inset 15px 17px 30px rgba(255, 238, 214, 0.08),
    inset -18px -22px 36px rgba(226, 87, 0, 0.08);
  opacity: 0.78;
  will-change: auto;
}

.hero-blob::after {
  position: absolute;
  top: 16%;
  left: 18%;
  width: 32%;
  height: 19%;
  border-radius: 68% 32% 61% 39% / 55% 64% 36% 45%;
  background: rgba(255, 242, 222, 0.1);
  content: "";
  transform: rotate(-16deg);
}

.hero-blob--one {
  --bubble-rotation: -13deg;
  --float-rotate-one: 3deg;
  --float-rotate-two: -2deg;
  --float-duration: 12s;
  --float-x-one: 16px;
  --float-x-two: -12px;
  --float-y-one: -22px;
  --float-y-two: 13px;
  --morph-duration: 17s;
  top: 7%;
  left: 6%;
  width: 152px;
  height: 126px;
  border-radius: 63% 37% 55% 45% / 44% 62% 38% 56%;
  transform: rotate(-13deg);
}

.hero-blob--two {
  --bubble-rotation: 17deg;
  --float-delay: -5s;
  --float-duration: 14s;
  --float-rotate-one: -4deg;
  --float-rotate-two: 2deg;
  --float-x-one: -18px;
  --float-x-two: 10px;
  --float-y-one: 13px;
  --float-y-two: -20px;
  --morph-delay: -8s;
  --morph-duration: 19s;
  top: 8%;
  left: 70%;
  width: 184px;
  height: 142px;
  border-radius: 41% 59% 68% 32% / 57% 39% 61% 43%;
  opacity: 0.58;
  transform: rotate(17deg);
}

.hero-blob--three {
  --bubble-rotation: -21deg;
  --float-delay: -10s;
  --float-duration: 16s;
  --float-rotate-one: 2deg;
  --float-rotate-two: -4deg;
  --float-x-one: 13px;
  --float-x-two: -16px;
  --float-y-one: 19px;
  --float-y-two: -12px;
  --morph-delay: -4s;
  --morph-duration: 20s;
  top: 48%;
  right: -82px;
  width: 266px;
  height: 238px;
  border-radius: 55% 45% 38% 62% / 34% 57% 43% 66%;
  opacity: 0.5;
  transform: rotate(-21deg);
}

.hero-blob--four {
  --bubble-rotation: 11deg;
  --float-delay: -3s;
  --float-duration: 13s;
  --float-rotate-one: -3deg;
  --float-rotate-two: 4deg;
  --float-x-one: -15px;
  --float-x-two: 17px;
  --float-y-one: -18px;
  --float-y-two: 10px;
  --morph-delay: -13s;
  --morph-duration: 18s;
  bottom: -96px;
  left: 3%;
  width: 240px;
  height: 216px;
  border-radius: 38% 62% 48% 52% / 62% 43% 57% 38%;
  opacity: 0.62;
  transform: rotate(11deg);
}

.hero {
  position: relative;
  z-index: 10;
  display: grid;
  width: var(--shell);
  align-items: center;
  margin: clamp(48px, 5vw, 72px) auto 0;

  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 3.2vw, 56px);
}

.hero-copy {
  padding-bottom: 28px;
}

.hero h1 {
  margin-bottom: clamp(22px, 2.5vw, 38px);
  color: #fff;
  font-size: clamp(2.9rem, 5.2vw, 5.6rem);
  font-weight: 700;
  letter-spacing: -0.062em;
  line-height: 0.99;
  text-wrap: balance;
}

.hero-headline .hero-word {
  display: inline-block;
  white-space: nowrap;
}

.hero-headline.is-lettered .hero-letter {
  display: inline-block;

  animation: hero-letter-pop 540ms cubic-bezier(0.22, 1.2, 0.36, 1) both;
  animation-delay: calc(var(--i, 0) * 26ms);
}
@media (prefers-reduced-motion: reduce) {

  .hero-headline.is-lettered .hero-letter {
    animation: none;
  }
}

.hero-lede {
  max-width: 630px;
  margin-bottom: clamp(30px, 3.4vw, 52px);
  color: rgba(255, 255, 255, 0.92);

  font-size: clamp(1.02rem, 1.55vw, 1.32rem);
  line-height: 1.62;
}

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

.hero-visual {
  position: relative;
  align-self: start;
  margin-top: 20px;
}

.hero-visual::before {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: -7%;
  width: 37%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 192, 107, 0.24);
  content: "";
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 650ms ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-tabs {
  --tabs-pad: 6px;
  position: relative;
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  margin: 0 auto 38px;
  padding: var(--tabs-pad);
  border-radius: 999px;
  background: #f0ece8;
}

.values-tabs__indicator {
  position: absolute;
  z-index: 0;
  top: var(--tabs-pad);
  bottom: var(--tabs-pad);
  left: 0;
  width: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(42, 30, 19, 0.12);
  opacity: 0;
  pointer-events: none;
  transition:
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 160ms ease;
}

.values-tabs.is-enhanced .values-tabs__indicator {
  opacity: 1;
}

.values-tab {
  position: relative;
  z-index: 1;
  min-height: 50px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  color: #343136;
  background: transparent;
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 650;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.values-tab:hover {
  color: var(--ink);
}

.values-tab:focus-visible {
  outline: 3px solid rgba(255, 115, 0, 0.28);
  outline-offset: 2px;
}

.values-tab.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 2px 10px rgba(42, 30, 19, 0.12);
}

.values-tabs.is-enhanced .values-tab.is-active {
  background: transparent;
  box-shadow: none;
}

.values-showcase {
  display: grid;
  grid-template-columns: minmax(0, 2.35fr) minmax(270px, 0.75fr);
  gap: 20px;
}

.values-feature {
  position: relative;
  display: flex;
  min-height: 570px;
  overflow: hidden;
  justify-content: space-between;
  flex-direction: column;
  padding: 58px;
  border: 1px solid #f0dfcf;
  border-radius: 34px;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 79% 42%, rgba(255, 173, 89, 0.23), transparent 29%),
    linear-gradient(145deg, #fffefc 0%, #fffaf4 62%, #fff2e3 100%);
  box-shadow: 0 22px 50px rgba(88, 45, 12, 0.08);
  isolation: isolate;
}

.values-feature::before {
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 72%;
  background: linear-gradient(90deg, #fffefc 0 68%, rgba(255, 254, 252, 0));
  content: "";
}

.values-feature__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.values-feature__image[data-values-image="power"] {
  background-image: url(/static/images/value-topics/money-democracy-1200.webp);
}
.values-feature__image[data-values-image="costs"] {
  background-image: url(/static/images/value-topics/costs-work-1200.webp);
}
.values-feature__image[data-values-image="safety"] {
  background-image: url(/static/images/value-topics/health-safety-1200.webp);
}
.values-feature__image[data-values-image="rights"] {
  background-image: url(/static/images/value-topics/immigration-rights-1200.webp);
}
.values-feature__image[data-values-image="global"] {
  background-image: url(/static/images/value-topics/climate-global-1200.webp);
}

.values-feature__image,
.values-feature__copy {
  transition: opacity 280ms ease-in-out;
}

.values-stat > strong,
.values-stat > span {
  transition: opacity 280ms ease-in-out;
}

.values-feature__image--incoming {
  opacity: 0;
}

.values-feature.is-switching .values-feature__image--incoming {
  opacity: 1;
}

.values-feature.is-switching .values-feature__copy,
.values-stats.is-switching .values-stat > strong,
.values-stats.is-switching .values-stat > span {
  opacity: 0;
}

.values-feature__copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.values-feature h3 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4vw, 4.35rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.values-feature__copy p {
  max-width: 520px;
  color: #656169;
  font-size: clamp(0.98rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.values-stats {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.values-stat {
  display: flex;
  min-height: 0;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 38px;
  border-radius: 20px;
  color: #000;
  background: #fff0df;
  cursor: default;
}

.values-stat:last-child {
  color: #000;
  background: #f2eee9;
}

.values-stat strong {
  font-size: clamp(2.15rem, 3vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.values-stat span {
  max-width: 230px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.closing-panel {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--orange-grad);
}

.closing-panel::before,
.closing-panel::after {
  position: absolute;
  animation: none;
  background:
    radial-gradient(ellipse at 30% 24%, rgba(255, 234, 204, 0.2), rgba(255, 190, 105, 0.11) 52%, rgba(255, 132, 20, 0.04) 78%),
    linear-gradient(145deg, rgba(255, 205, 139, 0.16), rgba(255, 149, 42, 0.07));
  box-shadow: inset 20px 18px 34px rgba(255, 243, 226, 0.04);
  content: "";
  pointer-events: none;
  will-change: auto;
}

.closing-panel::before {
  --bubble-rotation: -14deg;
  --float-delay: -7s;
  --float-duration: 14s;
  --float-rotate-one: -3deg;
  --float-rotate-two: 3deg;
  --float-x-one: -16px;
  --float-x-two: 9px;
  --float-y-one: 15px;
  --float-y-two: -18px;
  --morph-delay: -4s;
  --morph-duration: 19s;
  top: 24px;
  left: -58px;
  width: 230px;
  height: 202px;
  border-radius: 64% 36% 52% 48% / 42% 63% 37% 58%;
  transform: rotate(-14deg);
}

.closing-panel::after {
  --bubble-rotation: 18deg;
  --float-delay: -2s;
  --float-duration: 16s;
  --float-rotate-one: 4deg;
  --float-rotate-two: -3deg;
  --float-x-one: 18px;
  --float-x-two: -11px;
  --float-y-one: -13px;
  --float-y-two: 20px;
  --morph-delay: -12s;
  --morph-duration: 21s;
  right: -76px;
  top: 330px;
  width: 286px;
  height: 244px;
  border-radius: 39% 61% 67% 33% / 58% 41% 59% 42%;
  transform: rotate(18deg);
}@media (max-width: 1220px) {

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 45px;
  }

  .values-tab {
    padding-inline: 17px;
    font-size: 0.76rem;
  }

  .values-feature {
    min-height: 530px;
    padding: 46px;
  }

  .values-stat {
    padding: 30px;
  }
}
@media (max-width: 980px) {

  .hero {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-copy {
    max-width: 760px;
    padding-bottom: 28px;
    text-align: center;
    justify-self: center;
  }

  .hero h1,
  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-benefits {
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 7.4vw, 4.6rem);
  }

  .hero-visual {
    width: min(820px, 100%);
    margin-inline: auto;
  }

  .values-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .values-tabs::-webkit-scrollbar {
    display: none;
  }

  .values-showcase {
    grid-template-columns: 1fr;
  }

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

  .values-stat {
    min-height: 220px;
  }
}
@media (max-width: 720px) {

  .hero {
    margin-top: 32px;
  }

  .hero-copy {
    padding-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 12.5vw, 5rem);
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .values-tabs {
    --tabs-pad: 4px;
    margin-bottom: 24px;
  }

  .values-tab {
    min-height: 44px;
    padding: 8px 15px;
    font-size: 0.72rem;
  }

  .values-feature {
    min-height: 590px;
    padding: 32px 24px;
    border-radius: 25px;
  }

  .values-feature::before {
    width: 100%;
    height: 72%;
    background: linear-gradient(180deg, #fffefc 0 58%, rgba(255, 254, 252, 0.9) 76%, transparent);
  }

  .values-feature h3 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
  }

  .values-feature__copy p {
    font-size: 0.9rem;
  }

  .values-feature__image {
    top: auto;
    bottom: 0;
    height: 58%;
    object-position: 72% center;
  }

  .values-stats {
    gap: 10px;
  }

  .values-stat {
    min-height: 180px;
    padding: 23px;
    border-radius: 24px;
  }

  .values-stat strong {
    font-size: 1.85rem;
  }

  .values-stat span {
    font-size: 0.75rem;
  }
}
