.verona-title {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: -0.45rem;
  position: relative;
  line-height: .85;
}

/* Compact navbar height */
.navbar {
  padding-top: 0.0rem;
  padding-bottom: 0.25rem;
  min-height: unset;
}

/* Keep brand vertically aligned with links */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  max-height: 80px !important;
  margin-top: 0;
}

/* Slightly smaller nav links for visual balance */
.nav-link {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 1.2;
}

/* Large V, vertically spanning two lines */
.verona-v {
  display: inline-block;
  font-size: 4.6rem;    /* 20% smaller (5.6 × 0.8) */
  line-height: 0.7;
  vertical-align: top;
  margin-right: -0.56rem; /* 20% smaller (-0.7 × 0.8) */
  position: relative;
  top: 1.00rem;          /* 20% smaller (0.8 × 0.8) */
}

/* Slightly smaller ERONA part to balance the big V */
.verona-erona {
  display: inline-block;
  font-size: 2.8rem;     /* 20% smaller (3.5 × 0.8) */
  letter-spacing: 0.89rem; /* 20% smaller (1.11 × 0.8) */
  vertical-align: middle;
}

/* Tuck the subtitle under “ERONA” */
.industrial-title {
  display: block;
  font-size: 1.12rem;    /* 20% smaller (1.4 × 0.8) */
  font-weight: 400;
  letter-spacing: 0.024rem; /* 20% smaller (0.03 × 0.8) */
  text-transform: uppercase;
  margin-top: -0.36rem;  /* 20% smaller (-0.2 × 0.8) */
  margin-left: 3.6rem;   /* 20% smaller (4.5 × 0.8) */
  text-align: left;
  color: whitesmoke;
}

/* Put the contents at the bottom of the bar */
.navbar > .container-fluid {
  align-items: flex-end !important;
  padding-bottom: .25rem; /* tweak as desired */
}

/* Make the brand align with the link bottoms */
.navbar-brand {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

/* Align the link row to the bottom as well */
.navbar-nav {
  display: flex;
  align-items: flex-end !important;
}

.logo-wrapper {
  position: relative;
  display: inline-block;
}

.logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: default;
  user-select: none; /* prevent text highlighting */
  pointer-events: none; /* allow clicks to pass through */
}