@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Newsreader:wght@600&display=swap);
.uninest-event-masthead,
.uninest-event-masthead * { box-sizing: border-box; }
.uninest-event-masthead {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,245,238,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid #d8d3c2;
  font-family: "DM Sans", system-ui, sans-serif;
}
.uninest-event-masthead__inner {
  max-width: 1180px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 68px;
}
.uninest-event-masthead__brand { display: flex; align-items: baseline; gap: 12px; text-decoration: none; }
.uninest-event-masthead__brand-pn { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #8a6a12; font-weight: 500; }
.uninest-event-masthead__brand-un { font-family: "Newsreader", Georgia, serif; font-weight: 600; font-size: 1.45rem; color: #001a49; }
.uninest-event-masthead__right { display: flex; align-items: center; gap: 22px; font-size: .85rem; }
.uninest-event-masthead__link { text-decoration: none; border-bottom: 1px solid #b08c1c; padding-bottom: 1px; color: inherit; }
.uninest-event-masthead__cta {
  display: inline-block; padding: 10px 18px; font-size: .84rem; font-weight: 500;
  text-decoration: none; border: 1px solid #001a49; background: #001a49; color: #f7f5ee;
  cursor: pointer; transition: background .18s, border-color .18s;
}
.uninest-event-masthead__cta:hover, .uninest-event-masthead__cta:focus-visible { background: #8a6a12; border-color: #8a6a12; }

@media (max-width: 991px) {
  .uninest-event-masthead__inner { padding: 0 24px; }
  .uninest-event-masthead__link { display: none; }
}
@media (max-width: 600px) {
  .uninest-event-masthead__brand-pn { display: none; }
}

