:root {
  --green: #071d3f;
  --mint: #9fc7f1;
}

.ruo-banner {
  background: #06152e;
  color: #eef5ff;
}

.brand-mark {
  background: #092d5d;
  color: #fff;
}

.accent,
.nav-links > a:not(.button):hover,
h1 em,
.section-label,
.feature-grid b,
.timeline span {
  color: #124b83;
}

.eyebrow {
  color: #234f7a;
}

.eyebrow span,
.live i,
.activity p i,
.document-list i {
  background: #2b6ca8;
}

.button:hover {
  background: #103c72;
}

.principles,
.signup {
  background: #071d3f;
}

.principle-list span,
.section-label.light {
  color: #9fc7f1;
}

.policy-note {
  border-left-color: #124b83;
}

.timeline .active {
  border-color: #124b83;
}

.product-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 63, .18);
  background: #e8edf4;
  box-shadow: 0 30px 70px rgba(7, 29, 63, .18);
}

.product-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(3, 15, 34, .82));
  content: "";
  pointer-events: none;
}

.product-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: 64% center;
}

.product-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.product-visual figcaption span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.product-visual figcaption strong {
  max-width: 240px;
  font: 700 18px/1.25 Manrope, sans-serif;
  text-align: right;
}

.packaging {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  padding: 20px 0 120px;
}

.packaging-copy h2 {
  max-width: 430px;
  margin: 24px 0 20px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -3px;
}

.packaging-copy > p:last-child {
  max-width: 500px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.packaging-details article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(7, 29, 63, .18);
}

.packaging-details article > span {
  color: #124b83;
  font: 700 11px Manrope, sans-serif;
}

.packaging-details h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.packaging-details p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .product-visual,
  .product-visual img {
    min-height: 420px;
  }

  .product-visual figcaption {
    align-items: start;
    flex-direction: column;
  }

  .product-visual figcaption strong {
    text-align: left;
  }

  .packaging {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-bottom: 80px;
  }
}
