
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #0a0e0f url('https://therunebook.com/progressives/img/bground.png') repeat;
  font-family: 'IM Fell Great Primer SC', serif;
  color: #d8d3c3;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(70,90,80,0.25) 0, transparent 70%),
    radial-gradient(circle at 80% 60%, rgba(100,120,110,0.2) 0, transparent 65%);
  filter: blur(80px);
  animation: fogMove 60s linear infinite alternate;
  z-index: 0;
}
@keyframes fogMove {
  0% { background-position: 20% 30%, 80% 60%; }
  100% { background-position: 25% 25%, 75% 65%; }
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.top-bar {
  position: sticky;
  top: 0;
  background: #141a18;
  border-bottom: 2px solid #3a4a40;
  z-index: 1000;
  text-align: center;
  box-shadow: inset 0 0 15px rgba(120,180,150,0.3), 0 4px 12px rgba(0,0,0,0.9);
}
.top-bar header {
  font-family: 'Uncial Antiqua', cursive;
  font-size: 3rem;
  color: #e1d6b8;
  padding: 20px 0 10px;
  text-shadow: 0 0 8px #7ab99d, 0 0 16px #55836c;
}
.subheading {
  font-family: 'Uncial Antiqua', cursive;
  font-size: 1.4rem;
  color: #d5e0d8;
  padding: 8px;
  background: #1c2424;
  border-top: 1px solid #3a4a40;
  border-bottom: 1px solid #3a4a40;
  text-shadow: 0 0 8px #92c7aa;
}
nav {
  background: #121715;
  border-top: 2px solid #3a4a40;
  border-bottom: 2px solid #3a4a40;
}
nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
nav li { position: relative; }
nav a {
  display: block;
  padding: 12px 18px;
  color: #c6d0c0;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
  transition: background 0.3s;
}
nav a:hover {
  background-color: #496f5f;
  color: #fff;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1c1f1d;
  border: 1px solid #3a4a40;
  border-radius: 6px;
  min-width: 200px;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.8);
  padding: 8px 0;
}
nav ul li:hover > ul {
  display: block;
}
nav ul ul li a {
  padding: 10px 16px;
  font-size: 14px;
}
nav ul ul li a:hover {
  background: #3a4a40;
  color: #fff;
}
.section-box {
  background: #1a1f1c;
  border-radius: 20px;
  padding: 30px 40px;
  margin-top: 40px;
  box-shadow: 0 0 25px rgba(50,80,60,0.5), inset 0 0 20px #131815;
  border: 2px solid #3a4a40;
}
.section-box h3 {
  font-family: 'Uncial Antiqua', cursive;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  color: #98b3a1;
  text-shadow: 0 0 8px #496f5f;
}
.mob-list {
  list-style: none;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  font-family: 'Merriweather', serif;
  padding: 0;
}
.mob-list li {
  position: relative;
  padding-left: 32px;
  margin: 10px 0;
  background: none;
  border: none;
  box-shadow: none;
}
.mob-list li::before {
  content: 'ᚠ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Uncial Antiqua', cursive;
  color: #7fcfff;
  text-shadow: 0 0 6px #7fcfff, 0 0 12px #58b8f7;
  font-size: 1.4rem;
  line-height: 1;
}
.image-container {
  text-align: center;
  margin-top: 20px;
}
.image-container img {
  margin: 0 12px 20px;
  border-radius: 14px;
  border: 3px solid #3a4a40;
  box-shadow: 0 0 12px 4px rgba(122,185,157,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-container img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 6px rgba(180,255,210,0.5);
}
.locations-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.locations-links a {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 14px 18px;
  font-family: 'Uncial Antiqua', cursive;
  font-size: 1.1rem;
  color: #8fc7ff;
  text-decoration: none;
  border: 2px solid #3a4a40;
  border-radius: 8px;
  background: rgba(30,50,60,0.2);
  box-shadow: 0 0 10px rgba(80,160,255,0.4);
  text-align: center;
}
.locations-links a:hover {
  color: #dff7ff;
  border-color: #5aa9ff;
  box-shadow: 0 0 15px #7fcfff, 0 0 25px #58b8f7;
  background: rgba(50,90,120,0.3);
  text-shadow: 0 0 10px #7fcfff, 0 0 18px #58b8f7;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  nav ul { flex-direction: column; }
  nav ul ul {
    position: static;
    box-shadow: none;
    border: none;
  }
}
