/* EVENTS PAGE MENU — ISOLATED */

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 36px;
  background: #f8f7f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.menu-button {
  background: none;
  border: 1px solid #1a1a1a;
  padding: 8px 24px;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(248,247,244,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.menu-overlay.active {
  display: flex;
}

.menu-items {
  list-style: none;
  text-align: center;
}

.menu-items li {
  margin: 24px 0;
}

.menu-items a {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-decoration: none;
  color: #1a1a1a;
}



/* Navigation styling based on image */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    color: #1a1a1a;
}

.nav-left {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-left::after {
    
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.nav-center {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.nav-right {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-center img.nav-logo {
    filter: 
        drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15))
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25))
        drop-shadow(0 16px 32px rgba(0, 0, 0, 0.5));
}
/* On hover */
.nav-center img.nav-logo:hover {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    background-color: #f8f7f4;
}

/* Add to entry.css */
.nav-center img.nav-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.nav-right .menu-button {
    background: none;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    padding: 8px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nav-right .menu-button:hover {
    background: #1a1a1a;
    color: #f8f7f4;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 247, 244, 0.95);
    z-index: 2000;
    display: none;
    opacity: 0;
}

.menu-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-content {
    text-align: center;
    position: relative;
}






.menu-items {
    list-style: none;
    padding: 0;
}

.menu-items li {
    margin: 30px 0;
}

.menu-items a {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.menu-items a:hover {
    opacity: 0.5;
}

.nav-left, .nav-right {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: #1a1a1a;
}

.nav-center {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #1a1a1a;
}


/* FIX: prevent menu overflow on events page */
.main-nav {
  box-sizing: border-box;
  max-width: 100vw;
  overflow: hidden;
}

.nav-right {
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .main-nav {
    padding: 20px 20px;
  }

  .nav-center {
    position: relative;
    left: auto;
    transform: none;
  }
}

html, body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;   /* <-- THIS */
}

/* HARD RESET FOR EVENTS PAGE ONLY */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* =========================
   MDH FOOTER — ULTRA LUXURY
========================= */

.mdh-footer {
  width: 100%;
  background: #121212;
  color: #e8e5df;
  padding: 160px 0 80px;
}

.mdh-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.3fr 1.7fr 1fr;
  gap: 100px;
}

/* Brand */
.footer-brand img {
  width: 60px;
  margin-bottom: 28px;
}

.footer-brand h3 {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.8;
  color: #bfbdb8;
  max-width: 320px;
}

/* Labels */
.footer-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #e8e5df;
}

/* Addresses */
.footer-address-block {
  margin-bottom: 28px;
}

.footer-address-block span {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #ffffff;
}

.footer-address-block p {
  font-size: 14px;
  line-height: 1.8;
  color: #bfbdb8;
}

/* Contact */
.footer-contact-block span,
.footer-social span {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-contact a {
  display: block;
  font-size: 14px;
  color: #bfbdb8;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-contact a:hover {
  color: #ffffff;
}

/* Social */
.footer-social {
  margin-top: 32px;
}

.footer-social a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #bfbdb8;
  margin-bottom: 8px;
}

.footer-social a:hover {
  color: #ffffff;
}

/* Bottom */
.mdh-footer-bottom {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.mdh-footer-bottom p {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #9c9a96;
}

/* Responsive */
@media (max-width: 1024px) {
  .mdh-footer-inner {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}


html, body {
  width: 100%;
  overflow-x: hidden;
}



