body {
  font-family: "Georgia", serif;
  margin: 0;
  color: #333;
  background-color: #faf9f7;
  line-height: 1.6;
}

/* Header */
header {
  background: #f5f2ed;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

nav a {
  margin-left: 1rem;
  text-decoration: none;
  color: #333;
}

nav a:hover {
  text-decoration: underline;
}

/* Hero section */
.hero {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .overlay {
  position: absolute;
  bottom: 20%;
  left: 10%;
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem 2rem;
  border-radius: 8px;
}

.hero h2 {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
}

/* Content section */
.content {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.content h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/* Footer */
footer {
  text-align: center;
  padding: 2rem 1rem;
  background: #f5f2ed;
  font-size: 0.9rem;
  color: #555;
}
nav a.active {
  font-weight: bold;
  text-decoration: underline;
}

/* Footer/Instagram link styling */
footer .social {
  margin-top: 1rem;
}
footer .social a {
  text-decoration: none;
  color: #333;
}
footer .social a:hover {
  text-decoration: underline;
}
.stockist-list {
  margin-top: 1em;
}

.stockist-list h3 {
  margin-top: 1.5em;
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}

.stockist-list ul {
  list-style: none;
  padding-left: 0;
}

.stockist-list li {
  margin: 0.4em 0;
}

.stockist-list a {
  text-decoration: underline;
}
