@import url("/assets/appointment-cta.css");

/* Shell compartilhado das subpáginas institucionais e temáticas. */
.topbar .brand-logo {
  width: auto;
}

.topbar-store {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.topbar-store::before {
  content: "";
  width: 14px;
  height: 16px;
  border: 1.5px solid var(--gold);
  border-radius: 2px 4px 4px 2px;
  box-shadow: inset 3px 0 0 rgba(184, 150, 46, 0.18);
  transform: rotate(-2deg);
}

.topbar-store:hover {
  color: var(--gold);
}

.topbar-store:focus-visible,
.subpage-footer a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}

.subpage-footer .footer-links {
  margin-top: 8px;
}

.subpage-footer .footer-links a {
  display: inline-block;
  margin: 2px 4px;
}

@media (max-width: 760px) {
  .topbar-store {
    display: none;
  }
}

@media (max-width: 540px) {
  .topbar-inner {
    padding-inline: 16px;
  }

  .topbar a.back {
    display: none;
  }

  .topbar .brand-logo {
    width: 142px;
    height: auto;
    max-height: 48px;
  }

  .topbar a.topbar-cta {
    padding: 9px 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.04em !important;
  }

  .topbar a.topbar-cta::after {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .topbar-store {
    transition: none;
  }
}
