* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Playfair Display', serif;
  background-color: #fdfaf5; /* warm off-white / antique paper feel */
  color: #3a2e1f; /* dark warm brown */
  line-height: 1.6;
}

nav ul {
  gap: 3rem;
}

nav a,
.dropbtn {
  font-size: 1.25rem;
  padding: 0.6rem 0;
}

nav a:hover,
.dropbtn:hover {
  border-bottom: 2px solid #8b5a2b;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 5%;
  background-color: #e8e0d9; /* soft vintage beige */
  border-bottom: 2px solid #c0b29a;
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 6rem;
}

.logo-img {
  max-height: 80px; /* adjust based on your logo size */
  width: auto;
}

nav ul {
  display: flex;
  list-style: none;
}

nav li {
  margin-left: 2rem;
}

nav a {
  text-decoration: none;
  color: #3a2e1f;
  font-weight: bold;
  font-size: 1.1rem;
  transition: color 0.3s;
}

nav a:hover {
  color: #8b5a2b; /* warm antique bronze hover */
}

.hero {
  text-align: center;
  padding: 6rem 5% 4rem;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('https://example.com/vintage-ns-background.jpg'); /* replace with a subtle antique-style background if you have one */
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.hero h1 {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.regions {
  padding: 4rem 5%;
  text-align: center;
}

.regions h2 {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  color: #5c4033;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.region-card {
  background-color: #f5f0e8;
  border: 1px solid #d4c9b8;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.region-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.region-card h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #5c4033;
}

.region-card p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #8b5a2b;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #a36f3a;
}

footer {
  text-align: center;
  padding: 2rem;
  background-color: #e8e0d9;
  margin-top: 3rem;
  font-size: 0.9rem;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 1rem;
  }
  .logo {
    margin-bottom: 1rem;
  }
  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  nav li {
    margin: 0.5rem 1rem;
  }
}

.store-section {
  padding: 4rem 5%;
  text-align: center;
}

.store-card {
  display: flex;
  flex-direction: row;
  background-color: #f5f0e8;
  border: 1px solid #d4c9b8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.store-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.store-info {
  padding: 2rem;
  flex: 1;
}

.store-info ul {
  list-style: none;
  margin: 1rem 0;
}

.store-info li {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .store-card {
    flex-direction: column;
  }
  .store-img {
    width: 100%;
  }
}

/* Mega Dropdown - Centered under "Regions" link, large but not full-screen */
.dropdown {
  position: relative;
}

.dropbtn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: #3a2e1f;
  padding: 0;
  transition: color 0.3s;
}

.dropbtn:hover {
  color: #8b5a2b;
}

.arrow {
  font-size: 0.8rem;
  margin-left: 0.3rem;
  vertical-align: middle;
}

.mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;                     /* Drops right below the link */
  left: 50%;
  transform: translateX(-50%);   /* Centers perfectly under "Regions" */
  width: 90vw;                   /* Wide/large feel, but respects screen edges */
  max-width: 1200px;             /* Caps for big screens */
  min-width: 800px;              /* Ensures it's "large" even on medium screens */
  background-color: #f5f0e8;
  border: 1px solid #d4c9b8;
  border-top: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 99;
  padding: 2rem 5%;
  text-align: center;
  border-radius: 0 0 12px 12px;
}

.dropdown:hover .mega-dropdown {
  display: block;
}

.mega-content {
  max-width: 1100px;             /* Slightly narrower content area for readability */
  margin: 0 auto;
}

.mega-content h2 {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2.5rem;
  color: #5c4033;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.regions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.regions-list a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3a2e1f;
  padding: 1.2rem;
  background-color: #e8e0d9;
  border: 1px solid #c0b29a;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.regions-list a:hover {
  background-color: #d9c9b8;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  color: #8b5a2b;
}

/* Adjust for small screens (stack & full-width-ish) */
@media (max-width: 768px) {
  .mega-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    min-width: auto;
    padding: 1.5rem;
    border-radius: 0;
  }
  
  .regions-list {
    grid-template-columns: 1fr;
  }
  
  .regions-list a {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

/* Mobile: Keep it full-width but stack better */
@media (max-width: 768px) {
  .mega-dropdown {
    position: absolute;          /* Switch to absolute on mobile if fixed causes issues */
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.5rem;
  }
  .regions-list {
    grid-template-columns: 1fr;
  }
}

/* Contact Section */
.contact {
  padding: 5rem 5% 6rem;
  text-align: center;
  background-color: #f5f0e8; /* subtle vintage paper */
  border-top: 1px solid #d4c9b8;
}

.contact h2 {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2.8rem;
  color: #5c4033;
  margin-bottom: 1.5rem;
}

.contact p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: #3a2e1f;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.form-group {
  margin-bottom: 1.8rem;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.6rem;
  color: #5c4033;
  font-size: 1.1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.9rem;
  border: 1px solid #c0b29a;
  border-radius: 6px;
  background-color: #fdfaf5;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #3a2e1f;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #8b5a2b;
  box-shadow: 0 0 8px rgba(139, 90, 43, 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .btn {
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  cursor: pointer;
}

/* Alternative contact info */
.alternative-contact {
  margin-top: 3rem;
  font-size: 1.1rem;
}

.alternative-contact ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.alternative-contact li {
  margin-bottom: 0.8rem;
}

.alternative-contact a {
  color: #8b5a2b;
  text-decoration: none;
}

.alternative-contact a:hover {
  text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .contact {
    padding: 4rem 5% 5rem;
  }
  .contact h2 {
    font-size: 2.4rem;
  }
}