/* itravel logo + holidays stacked underneath
   Cormorant is loaded from the page <head> (display=optional) — no @import (CLS). */
.brand-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
}
.brand-logo:hover {
  text-decoration: none;
  opacity: 0.92;
}
.brand-logo__img {
  height: 2.25rem;
  width: auto;
  display: block;
  object-fit: contain;
}
.brand-logo__tagline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.brand-logo__holidays {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  color: #ff8a00;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  line-height: 1;
  text-align: center;
}
.brand-logo--sm .brand-logo__img {
  height: 1.85rem;
}
.brand-logo--sm .brand-logo__holidays {
  font-size: 0.92rem;
}

.site-header .brand-logo,
.site-header a.logo.brand-logo {
  color: #fff;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.site-header .brand-logo__holidays {
  color: #ff8a00;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-logo__suffix {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: inherit;
  line-height: 1;
}
