body {
  min-width: 320px;
  margin: 0;
  color: #f6e4bb;
  background: #1d1812;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(246, 228, 187, 0.14);
  background: rgba(29, 24, 18, 0.82);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(1120px, calc(100% - 2rem));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-instagram {
  border: 1px solid rgba(198, 121, 44, 0.5);
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: min(210px, 46vw);
  height: auto;
}

.center-div {
    display: flex;
    justify-content: center;
}
