.logo-crown {
  background: var(--ink);
  border: 2px solid var(--red);
  border-radius: 10px 3px 10px 3px;
  box-shadow: 3px 3px 0 var(--gold);
  color: #fff;
  transform: rotate(-8deg);
}

.logo-monogram {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
  transform: rotate(8deg);
}

.rb-demo-controls {
  align-items: center;
  display: flex;
  gap: 10px;
}

.rb-demo-label {
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(213, 43, 30, 0.22);
  border-radius: 7px;
  display: grid;
  line-height: 1.05;
  padding: 6px 9px;
}

.rb-demo-label strong {
  color: var(--red);
  font-family: Oswald, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.rb-demo-label span {
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}

.rb-language-switcher {
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(30, 29, 25, 0.14);
  border-radius: 999px;
  display: flex;
  padding: 3px;
}

.rb-language-switcher button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  height: 28px;
  min-width: 30px;
  padding: 0 7px;
}

.rb-language-switcher button.active {
  background: var(--red);
  color: #fff;
}

.rb-hero-demo {
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: none;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  padding: 7px 10px;
  width: fit-content;
}

@media (width <= 1000px) {
  .rb-demo-label {
    display: none;
  }

  .rb-hero-demo {
    display: block;
  }
}

@media (width <= 650px) {
  .header .logo > span:last-child {
    display: none;
  }

  .rb-demo-controls {
    gap: 5px;
  }

  .rb-language-switcher button {
    height: 26px;
    min-width: 27px;
    padding: 0 5px;
  }

  .header-actions {
    gap: 6px;
  }

  .icon-button {
    height: 39px;
    width: 39px;
  }

  html[data-royal-bite-language='de'] .hero h1 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  html[data-royal-bite-language='de'] .hero .eyebrow {
    font-size: 11px;
    letter-spacing: 1.7px;
  }
}
