#header {
  color: #fff;
  box-shadow: inset 0 -8em 8em -8em rgba(0, 0, 0, 1);
}

#header .slide-content {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  padding-top: clamp(1.2em, 4vw, 7em);
  padding-bottom: 2em;
}

.top {
  display: flex;
  align-items: center;
}

.top-inner {
  position: relative;
  width: 100%;
}

.lang-switcher {
  position: absolute;
  top: 1vh;
  right: 4vw;
}

.bottom {
  margin-top: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

.logo {
  font-family: "PT Serif";
  font-weight: 400;
  font-size: clamp(1.6em, 3vw, 2.2em);
  line-height: 2.4em;
  letter-spacing: 0.02em;
}

.sublogo,
.domains {
  font-family: 'Figtree';
  text-transform: uppercase;
}

.sublogo {
  font-size: 0.66em;
  letter-spacing: 0.1em;
  font-weight: 380;
}

.domains {
  text-align: center;
  line-height: 3.6em;
  font-size: 0.72em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

h4 {
  line-height: 1.8;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 0.45em;
  list-style: none;
  cursor: pointer;
}

.lang-current::-webkit-details-marker {
  display: none;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 0.4em);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  min-width: 100%;
  padding: 0.35em;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6em;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  padding: 0.35em 0.45em;
  cursor: pointer;
  font: inherit;
}

.lang-flag {
  display: block;
  width: 46px;
  height: auto;
  border-radius: 4px;
}