.brand-link {
  display: inline-flex;
  min-height: 44px;
  max-width: 120px;
  align-items: center;
}

.brand-link img {
  width: 10.5rem;
  height: auto;
}

.hero__supporting-line {
  color: var(--text-soft);
  font-size: 1.08rem;
  text-shadow: 1px 1px 10px #122b3e75;
}

.store-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: var(--space-xs);
}

.store-actions.is-android .store-badge--google {
  order: -1;
}

.store-badge {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.store-badge:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.store-badge img {
  width: auto;
  height: 3.05rem;
}

.editorial-card {
  display: grid;
  min-height: 13.8rem;
  align-content: start;
  justify-items: center;
  gap: var(--space-sm);
  padding: 1rem 1.35rem 0.95rem;
  color: var(--app-white);
  text-align: center;
}

.editorial-card + .editorial-card {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.editorial-card__icon {
  display: grid;
  width: 5.6rem;
  height: 4.8rem;
  place-items: center;
}

.editorial-card__icon svg {
  width: 5rem;
  height: auto;
  overflow: visible;
}

.editorial-card__icon img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
}

.editorial-card__icon--phone {
  width: 9.5rem;
  height: 6rem;
  margin-bottom: 0.15rem;
}

.editorial-card__icon--phone img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

.editorial-card__icon--share {
  width: clamp(9.5rem, 52vw, 14rem);
  height: clamp(6.5rem, 20vw, 8.5rem);
  margin-bottom: 0.15rem;
}

.editorial-card__icon--eras {
  width: clamp(9.5rem, 52vw, 14rem);
  height: clamp(6.5rem, 20vw, 8.5rem);
  margin-bottom: 0.15rem;
}

.editorial-card__icon--fresh {
  width: clamp(9.5rem, 52vw, 14rem);
  height: clamp(6.5rem, 20vw, 8.5rem);
  margin-bottom: 0.15rem;
}

.editorial-card__icon--share img,
.editorial-card__icon--eras img,
.editorial-card__icon--fresh img {
  width: 100%;
  height: auto;
  max-height: 8.5rem;
}

.editorial-card__icon path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.editorial-card__icon .icon-sun {
  stroke: var(--app-sun);
}

.editorial-card__title {
  max-width: 15.2rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.35;
}

.editorial-card__arrow {
  color: var(--app-sun);
  font-family: var(--font-control);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.footer-nav a,
.site-footer p {
  color: var(--text-muted);
  font-size: 0.98rem;
  font-weight: 500;
}

.footer-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-nav a:hover {
  color: var(--app-white);
}

@media (max-width: 430px) {
  .brand-link img {
    width: 8.8rem;
  }

}

@media (min-width: 641px) {
  .brand-link img {
    width: 11.25rem;
  }

  .editorial-card {
    min-height: 12.35rem;
    padding-top: 1.1rem;
  }

  .editorial-card__icon--phone {
    height: 6.75rem;
  }

  .editorial-card__icon--share,
  .editorial-card__icon--eras,
  .editorial-card__icon--fresh {
    width: clamp(9.5rem, 20vw, 12rem);
    height: 6.75rem;
  }

  .editorial-card__icon--share img,
  .editorial-card__icon--eras img,
  .editorial-card__icon--fresh img {
    max-height: 6.75rem;
  }

  .editorial-card + .editorial-card {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.19);
  }

  .store-actions {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .brand-link img {
    width: 12.9rem;
  }

  .editorial-card {
    min-height: 12.35rem;
  }
}
