.nadezhda-site {
  --green: #171514;
  --green-2: #2a2521;
  --sage: #f4ead8;
  --ivory: #fbfaf6;
  --cream: #f4ead8;
  --line: #dfd6c9;
  --ink: #171514;
  --muted: #625d56;
  --gold: #b8862f;
  --soft-gold: #f4ead8;
  --shadow: 0 14px 34px rgba(23, 21, 20, 0.1);
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  .nadezhda-site {
    overflow-x: hidden;
  }
}

.nadezhda-site .nav-shell,
.nadezhda-site .hero-content,
.nadezhda-site .contact-band-row,
.nadezhda-site .faq-band-row {
  max-width: 100%;
}

.nadezhda-site .hero-brand-logo {
  width: clamp(150px, 18vw, 210px);
  max-width: 100%;
  height: auto;
  margin: 0 0 18px;
  object-fit: contain;
}

.nadezhda-site .icon-bubble {
  color: var(--gold);
  background: rgba(244, 234, 216, 0.72);
  width: 58px;
  height: 58px;
}

.nadezhda-site .icon-bubble .icon {
  width: 34px;
  height: 34px;
}

.nadezhda-site .stars {
  color: var(--gold);
}
