.top-rail {
  background: #161411;
  color: rgba(243,235,226,0.85);
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(232,201,164,0.18);
  position: relative;
  z-index: 55;
}
.top-rail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.35rem;
  flex-wrap: wrap;
  padding: 0.35rem 0;
}
.top-rail-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}
.top-rail a { color: rgba(243,235,226,0.82); }
.top-rail a:hover { color: #e8c9a4; }
.rail-pill {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(232,201,164,0.35);
  color: #e8c9a4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.rail-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
  font-weight: 600;
}
.rail-phone span {
  font-weight: 400;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.68rem;
}

body.has-top-rail .site-header--hero { top: 2.35rem; }
body.has-top-rail .site-header:not(.site-header--hero) { top: 0; }
body.has-top-rail .site-header--hero.is-solid { top: 0; }

@media (max-width: 760px) {
  .top-rail-inner { justify-content: center; text-align: center; }
  .rail-phone span { display: none; }
}
