@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f7f4ed;
  color: #10202a;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3 {
  color: inherit;
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 3rem + (5.85rem - 3rem) * (100vw - 22rem) / 58, 5.85rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(2rem, 2rem + (3.75rem - 2rem) * (100vw - 22rem) / 58, 3.75rem);
}

h3 {
  font-size: clamp(1.35rem, 1.12rem + 0.9vw, 2rem);
  line-height: 1.12;
}

p {
  color: #66737a;
}

.eyebrow {
  color: #84b83d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section--ink .eyebrow,
.section--scrolly .eyebrow,
.cta .eyebrow {
  color: #8ed2e4;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.5rem;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.2rem;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible {
  outline: 3px solid rgba(217, 164, 65, 0.72);
  outline-offset: 4px;
}

.button--primary {
  background: #84b83d;
  color: #071116;
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.54);
  color: #ffffff;
}

.history-card,
.mini-card,
.ecosystem-node {
  border-radius: 0.75rem;
}

.ecosystem-node {
  line-height: 1.1;
}
.ecosystem-node h3 {
  margin-bottom: 0.5em;
}

.history-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 1.5rem 4rem rgba(7, 17, 22, 0.14);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.history-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.history-card__body {
  padding: 1.5rem;
}

.timeline {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64rem) {
  .timeline {
    grid-template-columns: repeat(6, 1fr);
  }
}

.timeline__item {
  border-top: 1px solid rgba(16, 32, 42, 0.16);
  padding-top: 1rem;
}
.timeline__item span {
  color: #c56a32;
  display: block;
  font-size: 1.35rem;
  font-weight: 850;
  margin-bottom: 0.5rem;
}

.ecosystem-timeline {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .ecosystem-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .ecosystem-timeline {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ecosystem-node {
  align-items: stretch;
  background: linear-gradient(135deg, #0e4f62, #10202a);
  border: 1px solid rgba(27, 120, 145, 0.28);
  color: #ffffff;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr);
  min-height: 6.5rem;
  padding: 1rem;
  position: relative;
  transition: background-color 420ms cubic-bezier(0.22, 1, 0.36, 1), border-color 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.ecosystem-node::after {
  background: #10202a;
  clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%);
  color: #ffffff;
  content: "→";
  display: none;
  font-size: 0;
  font-weight: 850;
  height: 2.2rem;
  left: -3.4rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 3.6rem;
}
.ecosystem-node:hover {
  background: linear-gradient(135deg, rgb(17.1875, 96.9866071429, 120.3125), #10202a);
  border-color: rgba(132, 184, 61, 0.62);
  box-shadow: 0 1.25rem 3rem rgba(14, 79, 98, 0.22);
  transform: translateX(0.25rem);
}
.ecosystem-node:hover::after {
  transform: translateY(-50%) translateX(0.2rem);
}
.ecosystem-node:focus-visible {
  outline: 3px solid rgba(217, 164, 65, 0.72);
  outline-offset: 4px;
}
.ecosystem-node h3 {
  color: #ffffff;
  font-size: clamp(0.95rem, 0.85rem + 0.25vw, 1.15rem);
  line-height: 1.05;
  margin-bottom: 0.25rem;
}
@media (min-width: 64rem) {
  .ecosystem-node::after {
    display: block;
  }
}

.ecosystem-timeline .ecosystem-node {
  grid-template-rows: auto 1fr;
  min-height: 13rem;
  text-decoration: none;
  transform: none;
}
.ecosystem-timeline .ecosystem-node::after {
  display: none;
}
.ecosystem-timeline .ecosystem-node:hover {
  transform: translateY(-0.15rem);
}

.ecosystem-node__label {
  background: #10202a;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 850;
  justify-self: start;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 64rem) {
  .ecosystem-node__label {
    font-size: 1.05rem;
    left: -8.15rem;
    line-height: 2.2rem;
    min-width: 7.1rem;
    padding: 0 1.5rem 0 0.75rem;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.ecosystem-node__copy {
  align-content: start;
  color: #ffffff;
  display: grid;
  font-size: clamp(0.78rem, 0.72rem + 0.18vw, 0.92rem);
  font-weight: 760;
  line-height: 1.2;
  min-width: 0;
}

.ecosystem-timeline .ecosystem-node__label {
  font-size: 0.8rem;
  left: auto;
  line-height: 1;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  position: static;
  text-align: left;
  top: auto;
  transform: none;
}

@media (min-width: 64rem) {
  .ecosystem-map .ecosystem-node--one {
    grid-area: one;
  }
  .ecosystem-map .ecosystem-node--two {
    grid-area: two;
  }
  .ecosystem-map .ecosystem-node--three {
    grid-area: three;
  }
  .ecosystem-map .ecosystem-node--four {
    grid-area: four;
  }
  .ecosystem-map .ecosystem-node--five {
    grid-area: five;
  }
}
.step-card {
  background: transparent;
  box-shadow: none;
  color: #10202a;
  display: grid;
  gap: 1.5rem;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .step-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    min-height: 14rem;
  }
}

.step-card__media {
  min-height: 0;
  position: relative;
}

.step-card__media img {
  height: clamp(15rem, 58vw, 22rem);
  min-height: 0;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 64rem) {
  .step-card__media img {
    height: 100%;
    min-height: 18rem;
    position: absolute;
    object-fit: cover;
  }
}

.step-card__caption {
  background: rgba(7, 17, 22, 0.9);
  bottom: 1rem;
  color: #ffffff;
  font-size: clamp(0.98rem, 0.9rem + 0.35vw, 1.25rem);
  font-weight: 850;
  line-height: 1.18;
  padding: 0.75rem 1rem;
  position: absolute;
  opacity: 0.8;
  width: 100%;
  text-align: center;
}
@media (min-width: 64rem) {
  .step-card__caption {
    bottom: 1.5rem;
  }
}

.step-card__body {
  align-self: center;
  display: grid;
  gap: 1rem;
  order: 1;
  padding: 1.5rem;
}
@media (min-width: 48rem) {
  .step-card__body {
    padding: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .step-card__body {
    order: initial;
  }
}
.step-card__body {
  color: #66737a;
}

#livlab-1 .step-card__body p > strong:first-child::before {
  background: #84b83d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.55rem;
  margin-right: 0.65rem;
  vertical-align: 0.08rem;
  width: 0.55rem;
}

.step-card__kicker {
  color: #c56a32;
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.step-card__subtitle {
  font-size: 1.1em;
  line-height: 1.1;
  margin-top: 4px;
}

.spec-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}
@media (min-width: 48rem) {
  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.spec-grid div {
  border: 1px solid rgba(16, 32, 42, 0.16);
  border-radius: 0.5rem;
  padding: 1rem;
}
.spec-grid dt {
  color: #10202a;
  font-weight: 850;
}
.spec-grid dd {
  color: #66737a;
  margin: 0.25rem 0 0;
}

.mini-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 32, 42, 0.16);
  padding: 1.5rem;
}
.mini-card span {
  color: #c56a32;
  display: block;
  font-weight: 850;
  margin-bottom: 1.5rem;
}
.mini-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.skip-link {
  background: #ffffff;
  border-radius: 0.5rem;
  color: #10202a;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-150%);
  z-index: 20;
}
.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  background: #84b83d;
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(var(--progress, 0));
  transform-origin: left;
  width: 100%;
  z-index: 30;
}

.site-header {
  align-items: center;
  color: #ffffff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  left: 50%;
  padding: 1rem;
  position: fixed;
  top: 0.25rem;
  transform: translateX(-50%);
  transition: background-color 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1), color 420ms cubic-bezier(0.22, 1, 0.36, 1);
  max-width: 1260px;
  width: calc(100% - 1rem);
  z-index: 10;
}
.site-header.is-scrolled {
  background: rgba(7, 17, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 1.5rem 4rem rgba(7, 17, 22, 0.14);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  flex: 0 0 auto;
  min-width: max-content;
}
.brand:focus-visible {
  outline: 3px solid rgba(217, 164, 65, 0.72);
  outline-offset: 4px;
}
.brand::before {
  background: linear-gradient(180deg, #84b83d, #1b7891);
  border-radius: 999px;
  content: "";
  flex: 0 0 0.25rem;
  height: 2.2rem;
}

.brand__text {
  display: grid;
  gap: 0.05rem;
  overflow: visible;
}
.brand__text span,
.brand__text strong {
  line-height: 1;
  overflow: visible;
  white-space: nowrap;
}
.brand__text span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.brand__text strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}

.site-nav {
  display: none;
  flex: 1 1 auto;
  gap: clamp(0.25rem, 0.8vw, 0.75rem);
  justify-content: flex-end;
  min-width: 0;
}
@media (min-width: 80rem) {
  .site-nav {
    display: flex;
  }
}
.site-nav a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.78rem, 0.72rem + 0.18vw, 0.9rem);
  font-weight: 750;
  padding: 0.5rem clamp(0.45rem, 0.7vw, 0.75rem);
  white-space: nowrap;
}
.site-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.site-nav a:focus-visible {
  outline: 3px solid rgba(217, 164, 65, 0.72);
  outline-offset: 4px;
}

.container {
  max-width: 1180px;
  margin-inline: auto;
  width: calc(100% - 2rem);
}

.section {
  padding-block: 6rem;
}
@media (min-width: 64rem) {
  .section {
    padding-block: 8rem;
  }
}

.section--light {
  background: #f7f4ed;
}

.section--ink,
.section--scrolly {
  background: #071b22;
  color: #ffffff;
}
.section--warm,
.section--impact {
  background: #fffaf0;
}

.hero {
  align-items: end;
  color: #ffffff;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding-block: 8rem 5rem;
  position: relative;
}

.hero__image,
.hero__overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero__image {
  object-fit: cover;
  transform: scale(1.04);
}

.hero__overlay {
  background: linear-gradient(90deg, rgba(7, 17, 22, 0.06), rgba(7, 17, 22, 0.28) 44%, rgba(7, 17, 22, 0.04) 74%), linear-gradient(0deg, rgba(7, 17, 22, 0.58), rgba(7, 17, 22, 0.08) 45%);
}

.hero__content {
  display: grid;
  gap: 1.5rem;
  position: relative;
  text-shadow: 0 0.2rem 1.4rem rgba(7, 17, 22, 0.42);
  z-index: 1;
}

.hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 0.98rem + 0.5vw, 1.38rem);
  max-width: 21rem;
}
@media (min-width: 48rem) {
  .hero__lead {
    max-width: 40rem;
  }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__signal {
  bottom: 3rem;
  display: none;
  gap: 0.75rem;
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  z-index: 1;
}
@media (min-width: 64rem) {
  .hero__signal {
    display: flex;
  }
}
.hero__signal span {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  height: 5rem;
  opacity: 0.48;
  width: 5rem;
}
.hero__signal span:nth-child(2) {
  height: 7rem;
  width: 7rem;
}
.hero__signal span:nth-child(3) {
  height: 9rem;
  width: 9rem;
}

.story-grid,
.lab-panel,
.impact {
  display: grid;
  gap: 3rem;
}
@media (min-width: 64rem) {
  .story-grid,
  .lab-panel,
  .impact {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}

.section__intro,
.lab-panel__copy,
.impact__copy,
.split-heading {
  display: grid;
  gap: 1rem;
}

.section__intro p,
.lab-panel__copy p,
.impact__copy p,
.split-heading p,
.cta p {
  font-size: 1.08rem;
  max-width: 44rem;
}

.lab-panel__media {
  border-radius: 0.75rem;
  overflow: hidden;
}
.lab-panel__media img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.check-list,
.pill-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
}

.check-list li {
  color: inherit;
  padding-left: 1.2rem;
  position: relative;
}
.check-list li::before {
  background: #84b83d;
  border-radius: 50%;
  content: "";
  height: 0.55rem;
  left: 0;
  position: absolute;
  top: 0.35rem;
  width: 0.55rem;
}

.check-list--compact {
  gap: 0.5rem;
}
@media (min-width: 48rem) {
  .check-list--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.check-list--compact li {
  font-size: 0.95rem;
  line-height: 1.25;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
}
.pill-list li {
  background: rgba(27, 120, 145, 0.1);
  border: 1px solid rgba(27, 120, 145, 0.24);
  border-radius: 999px;
  color: #0e4f62;
  font-weight: 800;
  padding: 0.5rem 1rem;
}

.detail-page {
  background: #f7f4ed;
}

.detail-hero {
  color: #ffffff;
  display: grid;
  min-height: 86svh;
  overflow: hidden;
  padding-block: 8rem 4rem;
  position: relative;
}

.detail-hero__image,
.detail-hero__overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.detail-hero__image {
  object-fit: cover;
}

.detail-hero__overlay {
  background: linear-gradient(90deg, rgba(7, 17, 22, 0.78), rgba(7, 17, 22, 0.42) 48%, rgba(7, 17, 22, 0.08)), linear-gradient(0deg, rgba(7, 17, 22, 0.52), rgba(7, 17, 22, 0.04) 55%);
}

.detail-hero__content {
  align-self: end;
  display: grid;
  gap: 1.5rem;
  max-width: 50rem;
  position: relative;
  z-index: 1;
}
.detail-hero__content h1 {
  max-width: 11ch;
}
.detail-hero__content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1rem + 0.45vw, 1.35rem);
  max-width: 42rem;
}
.detail-hero__content .button {
  justify-self: start;
}

.detail-section {
  padding-block: 4rem;
}
@media (min-width: 64rem) {
  .detail-section {
    padding-block: 6rem;
  }
}

.detail-section--intro {
  background: #fffaf0;
}

.detail-intro {
  display: grid;
  gap: 2rem;
}
@media (min-width: 64rem) {
  .detail-intro {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  }
}

.detail-prose {
  display: grid;
  gap: 1rem;
}
.detail-prose p {
  color: #66737a;
  font-size: 1.05rem;
}

.detail-feature-list {
  display: grid;
  gap: 2rem;
}

.detail-section__heading {
  display: grid;
  gap: 0.75rem;
  max-width: 44rem;
}

.detail-feature-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .detail-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .detail-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.detail-feature {
  background: #ffffff;
  border: 1px solid rgba(16, 32, 42, 0.16);
  border-radius: 0.75rem;
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem;
  align-content: start;
}
.detail-feature span {
  color: #84b83d;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.detail-feature h3 {
  color: #10202a;
  font-size: clamp(1.1rem, 1rem + 0.35vw, 1.35rem);
}
.detail-feature p {
  color: #66737a;
}

.split-heading {
  margin-bottom: 3rem;
}
@media (min-width: 64rem) {
  .split-heading {
    grid-template-columns: 0.5fr 1fr;
  }
}

.ecosystem-map {
  display: grid;
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 64rem) {
  .ecosystem-map {
    align-items: center;
    gap: 1.5rem 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
    grid-template-areas: "core one" "core two" "core three" "core four" "core five";
  }
}

.ecosystem-map__core {
  background: #10202a;
  border-radius: 0.75rem;
  color: #ffffff;
  display: grid;
  isolation: isolate;
  min-height: 13rem;
  overflow: hidden;
  padding: 0;
  place-content: stretch;
  position: relative;
  text-align: center;
}
@media (min-width: 64rem) {
  .ecosystem-map__core {
    grid-area: core;
    min-height: 38rem;
  }
}
.ecosystem-map__core img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.ecosystem-map__core::after {
  background: linear-gradient(180deg, rgba(7, 17, 22, 0.02), rgba(7, 17, 22, 0.18) 55%, rgba(7, 17, 22, 0.28)), linear-gradient(90deg, rgba(7, 17, 22, 0.04), rgba(7, 17, 22, 0.2));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.ecosystem-map__caption {
  align-self: end;
  background: rgba(7, 17, 22, 0.92);
  display: grid;
  gap: 0.25rem;
  margin: 1rem;
  padding: 1.5rem;
  text-align: center;
}
.ecosystem-map__caption strong,
.ecosystem-map__caption span {
  color: #ffffff;
  line-height: 1.2;
}
.ecosystem-map__caption strong {
  font-size: clamp(1.15rem, 0.95rem + 0.6vw, 1.45rem);
  font-weight: 850;
}
.ecosystem-map__caption span {
  font-size: clamp(1rem, 0.9rem + 0.35vw, 1.22rem);
  font-weight: 760;
}

.scrolly {
  display: grid;
  gap: 3rem;
}
@media (min-width: 64rem) {
  .scrolly {
    grid-template-columns: 0.42fr 1fr;
  }
}

.scrolly__sticky {
  display: grid;
  gap: 1rem;
}
@media (min-width: 64rem) {
  .scrolly__sticky {
    align-self: start;
    position: sticky;
    top: 8rem;
  }
}

.scrolly__meter {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.scrolly__meter span {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  height: 0.45rem;
  transition: background-color 420ms cubic-bezier(0.22, 1, 0.36, 1), width 420ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 2rem;
}
.scrolly__meter .is-active {
  background: #84b83d;
  width: 4rem;
}

.livlab-sections {
  background: #fffaf0;
}

.scrolly__steps {
  display: block;
}

.step-card-section {
  padding-block: 4rem;
  scroll-margin-top: 6rem;
  border-bottom: 1px solid #b7b7b7;
}
@media (min-width: 64rem) {
  .step-card-section {
    padding-block: 0.5rem;
  }
}

.step-card-section--white {
  background: #ffffff;
}

.step-card-section--soft {
  background: #fffaf0;
}

.impact__cards {
  display: grid;
  gap: 1rem;
}

.cta {
  background: linear-gradient(90deg, rgba(7, 17, 22, 0.92), rgba(14, 79, 98, 0.82)), url("../images/raggiera-work.jpg") center/cover;
  color: #ffffff;
  padding-block: 6rem;
}
.cta p {
  color: rgba(255, 255, 255, 0.76);
}

.cta__inner {
  display: grid;
  gap: 2rem;
}
@media (min-width: 64rem) {
  .cta__inner {
    align-items: end;
    grid-template-columns: 1fr auto;
  }
}
.cta__inner h2 {
  max-width: 18ch;
}
.cta__inner > div {
  display: grid;
  gap: 1rem;
}

.site-footer {
  background: #071116;
  color: #ffffff;
  padding-block: 2rem;
}
.site-footer p {
  color: rgba(255, 255, 255, 0.64);
  margin-top: 0.5rem;
}

.site-footer__inner {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .site-footer__inner {
    align-items: center;
    grid-template-columns: 1fr auto;
  }
}

.site-footer__brand {
  align-items: center;
  display: grid;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .site-footer__brand {
    grid-template-columns: auto minmax(0, 1fr);
  }
}
.site-footer__brand img {
  background: #ffffff;
  height: auto;
  max-width: 12rem;
  padding: 0.5rem;
  width: 100%;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.site-footer__links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}
.site-footer__links a:hover {
  color: #ffffff;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1), transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
/** Custom CSS for the Cookie Consent plugin **/
:root {
  --cc-btn-primary-bg: #373A3F;
  --cc-btn-primary-border-color: #373A3F;
  --cc-btn-primary-hover-bg: #6d6d6d;
  --cc-btn-primary-hover-border-color: #6d6d6d;
}

/*# sourceMappingURL=style.css.map */
