*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hero {
  width: 100%;
  min-height: 80svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}

.logo-wrap {
  margin-bottom: 2.75rem;
}

.logo {
  display: block;
  width: min(420px, 80vw);
  height: auto;
}

.tagline {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 4.5rem;
}

.coming-soon {
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.address {
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #777;
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: center;
}

.address a {
  color: inherit;
}

.feed {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 3rem 1.5rem 5rem;
}

.instagram-media {
  max-width: 860px !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
}