:root {
  --pv-brand-red: #e74c3c;
  --pv-header-height: 72px;
  --pv-header-inline: clamp(14px, 3vw, 48px);
}

.pv-brand {
  display: inline-flex;
  width: 116px;
  height: 52px;
  min-width: 116px;
  min-height: 52px;
  flex: 0 0 116px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  overflow: visible;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-brand-mark {
  display: flex;
  height: 34px;
  align-items: baseline;
  padding: 0 0.16em 0 0.04em;
  overflow: visible;
  font-family: "Arial Black", "Franklin Gothic Heavy", Impact, sans-serif;
  font-size: 2.35rem;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 0.86;
}

.pv-brand-p,
.pv-brand-v {
  display: block;
  line-height: 0.86;
}

.pv-brand-p {
  color: var(--pv-brand-red);
  font-style: italic;
}

.pv-brand-v {
  margin-left: 0.04em;
  padding-right: 0.12em;
  overflow: visible;
  color: #fff;
  font-style: normal;
  opacity: 0.94;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  transform-origin: center;
}

.pv-brand-word {
  margin-left: 1px;
  color: rgba(255,255,255,0.92);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 1;
  white-space: nowrap;
}

.pv-brand-header {
  display: flex;
  min-height: var(--pv-header-height);
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pv-header-inline);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(18,18,18,0.98);
}

.pv-brand-header-call {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 14px;
  border-radius: 4px;
  background: #c0392b;
  color: #fff;
  font: 800 0.78rem/1 Arial, "Helvetica Neue", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.pv-brand-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pv-brand-header-lang {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 4px;
  color: #fff;
  font: 900 0.72rem/1 Arial, "Helvetica Neue", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
}

@media (max-width: 360px) {
  .pv-brand {
    width: 110px;
    min-width: 110px;
    flex-basis: 110px;
  }

  .pv-brand-mark { font-size: 2.2rem; }
  .pv-brand-word { font-size: 0.39rem; letter-spacing: 3.2px; }
}
