/* GV Brand – spoločná vizuálna identita portálu */

.gv-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gv-brand-title,
.uvodny-nadpis {
  margin: 0;
  padding: 0.28em 0.6em 0.36em;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(20, 5, 3, 0.10), rgba(20, 5, 3, 0.48), rgba(20, 5, 3, 0.10));
  color: #fff3df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.2vw, 4.6rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.075em;
  text-wrap: balance;
  text-shadow:
    0 2px 2px rgba(0, 0, 0, 0.82),
    0 6px 18px rgba(0, 0, 0, 0.72),
    0 0 28px rgba(121, 12, 12, 0.35);
}

.gv-brand-title::after,
.uvodny-nadpis::after {
  content: "";
  display: block;
  width: 62%;
  height: 3px;
  margin: 0.24em auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #b52b2b 24%, #efc38c 50%, #b52b2b 76%, transparent);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.gv-brand-title span,
.uvodny-nadpis span {
  display: block;
  white-space: nowrap;
}

.gv-brand-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  color: rgba(255, 243, 223, 0.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.78rem, 1.5vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 2px 7px rgba(0,0,0,.62);
}

.gv-brand-subtitle::before,
.gv-brand-subtitle::after {
  content: "";
  width: clamp(28px, 5vw, 58px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239,195,140,.90));
}

.gv-brand-subtitle::after {
  background: linear-gradient(90deg, rgba(239,195,140,.90), transparent);
}

.gv-brand--content .gv-brand-title {
  font-size: clamp(1.95rem, 3.8vw, 3.35rem);
  padding: 0.24em 0.58em 0.32em;
}

.gv-brand--content .gv-brand-title span {
  display: inline;
}

.gv-brand--content .gv-brand-subtitle {
  margin-top: 7px;
  font-size: clamp(0.72rem, 1.15vw, 0.95rem);
  letter-spacing: 0.20em;
}

.gv-brand--home .gv-brand-title {
  margin: 0;
}


/* GV Motto – spoločná myšlienka projektu */

.gv-motto {
  margin: 0;
  padding: 0;
  color: #fff3df;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.35;
  text-align: center;
  text-shadow:
    0 2px 4px rgba(0,0,0,.74),
    0 8px 22px rgba(0,0,0,.54);
}

.gv-motto--home {
  width: min(100%, 980px);
  margin-top: 8px;
  font-size: clamp(1.12rem, 2.15vw, 1.72rem);
  font-weight: 700;
  letter-spacing: 0.018em;
  white-space: nowrap;
}

.gv-motto--content {
  align-self: flex-end;
  max-width: 620px;
  color: rgba(255, 243, 223, 0.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 1.32;
  text-align: right;
  white-space: nowrap;
  text-shadow:
    0 2px 4px rgba(0,0,0,.68),
    0 8px 20px rgba(0,0,0,.46);
}
