:root {
  color-scheme: dark;
  --aqua: #00d9df;
  --aqua-soft: #87fbff;
  --black: #000;
  --panel: rgba(0, 0, 0, .76);
  --line: rgba(0, 217, 223, .7);
  --text: #fff;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #000; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background: #000 url("images/Web_Background.jpg") center center / cover fixed no-repeat;
  font: 16px/1.65 Arial, Helvetica, sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: #000; }
.brand { display: flex; min-height: 104px; align-items: center; justify-content: center; border-bottom: 2px solid var(--aqua); }
.brand img { width: min(500px, 76vw); max-height: 92px; object-fit: contain; }
.nav-bar { position: static; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; min-height: 66px; padding: 0 max(18px, calc((100vw - 1140px)/2)); border-bottom: 2px solid var(--aqua); background: #000; }
.home-link img { width: 52px; height: 52px; object-fit: contain; }
.facebook-link img { width: 64px; height: 64px; object-fit: contain; }
.facebook-link { justify-self: end; }
.main-menu { display: flex; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; }
.nav-item > a { display: block; padding: 20px 13px; color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-item > a:hover, .nav-item:focus-within > a, .nav-item.active > a { color: var(--aqua-soft); }
.submenu { position: absolute; left: 0; top: 100%; min-width: 205px; margin: 0; padding: 7px 0; border: 1px solid var(--line); background: #000; list-style: none; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .16s ease; }
.nav-item:hover .submenu, .nav-item:focus-within .submenu { opacity: 1; visibility: visible; transform: none; }
.submenu a { display: block; padding: 8px 18px; text-decoration: none; }
.submenu a:hover, .submenu a:focus { color: var(--aqua-soft); background: #151515; }
.menu-toggle { display: none; border: 0; background: transparent; }

main { min-height: 58vh; }
.content { padding: 48px 22px 70px; }
article { width: min(1140px, 100%); margin: 0 auto; padding: 34px clamp(18px, 5vw, 64px); }
.page-heading { width: 412px; max-width: 92%; max-height: 180px; margin: 0 auto 26px; object-fit: contain; border-radius: 12px; }
h1 { margin: 0 0 24px; color: var(--aqua-soft); text-align: center; }
.prose { max-width: 980px; margin: 0 auto; text-align: center; }
.prose h2 { margin: 0 0 16px; font-size: 1.25rem; }
.prose p { margin: 0 0 1.05em; }
.prose span { color: inherit !important; font: inherit !important; }
.prose br { line-height: 1.2; }

.image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin: 38px auto 0; }
.entertainment-links { max-width: 540px; }
.shopping-links { grid-template-columns: 1fr; max-width: 270px; gap: 18px; }
.image-card { overflow: hidden; border: 1px solid rgba(0,217,223,.35); border-radius: 8px; background: #000; }
a.image-card { transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
a.image-card:hover, a.image-card:focus { transform: translateY(-3px); border-color: var(--aqua); box-shadow: 0 9px 28px rgba(0,217,223,.18); }
.image-card img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; }

.realms-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; max-width: 725px; margin: 68px auto 0; }
.realm-link-group { display: flex; flex-direction: column; align-items: center; gap: 29px; }
.realm-category { width: 255px; border-radius: 10px; }
.realm-small-link, .realm-coming-soon { width: 172px; }
.realm-small-link { display: block; overflow: hidden; border-radius: 8px; transition: transform .18s ease, box-shadow .18s ease; }
.realm-small-link:hover, .realm-small-link:focus { transform: translateY(-2px); box-shadow: 0 7px 22px rgba(0,217,223,.22); }
.realm-small-link img, .realm-coming-soon img { width: 100%; border-radius: 8px; }
.realm-coming-soon { display: grid; gap: 6px; text-align: center; }
.realm-coming-soon a { display: block; overflow: hidden; border-radius: 8px; transition: transform .18s ease, box-shadow .18s ease; }
.realm-coming-soon a:hover, .realm-coming-soon a:focus { transform: translateY(-2px); box-shadow: 0 7px 22px rgba(0,217,223,.22); }

.coming-soon-page-image { width: min(480px, 100%); margin: 0 auto; }

.location-block { margin: 46px auto 0; text-align: center; }
.location-block p { margin: 0 0 1.05em; }

.grids-page > article { max-width: 1500px; }
.grids-page h1 { margin-bottom: 8px; color: #fff; }
.grids-intro { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.grid-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; margin-top: 42px; }
.grid-section { margin-top: 0; }
.grid-section > h2 { margin: 0 0 22px; color: #fff; text-align: center; }
.region-list { display: grid; gap: 22px; }
.region-card { padding: 24px 20px; border: 1px solid rgba(0,217,223,.45); border-radius: 10px; background: rgba(0,0,0,.72); text-align: center; }
.region-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.45rem; }
.region-card p { margin: 0 auto 16px; }
.region-address { overflow-wrap: anywhere; }
.region-link { display: inline-block; padding: 9px 18px; border: 1px solid var(--aqua); border-radius: 6px; color: #fff; text-decoration: none; transition: background .18s ease, color .18s ease; }
.region-link:hover, .region-link:focus { color: #fff; background: rgba(0,217,223,.18); }
.coming-soon-label { margin-bottom: 0 !important; color: #fff; font-size: 1.15rem; font-weight: 700; }

.carousel { position: relative; margin: 40px auto 0; }
.slides { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; overflow: hidden; scroll-behavior: smooth; }
.slide { overflow: hidden; border-radius: 8px; background: #000; }
.slide img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.carousel-button { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(0,0,0,.76); font-size: 34px; line-height: 1; transform: translateY(-50%); cursor: pointer; }
.carousel-button:hover, .carousel-button:focus { border-color: var(--aqua); color: var(--aqua-soft); }
.previous { left: -17px; }
.next { right: -17px; }

.events-calendar { min-height: 110px; margin-top: 34px; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 34px; margin: 36px auto; }
.contact-links a { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.contact-links a:hover { color: var(--aqua-soft); }
.contact-links img { width: 45px; height: 45px; object-fit: contain; }

/* Aurora gallery theme overrides. The imported gallery module supplies its
   structure and tools; Aurora remains responsible for the public appearance. */
body:not(.admin-embedded):not(.reader-control-embedded) .site-main {
  color: var(--text);
  background: transparent;
}
.gallery-section,
.section-intro:has(+ .gallery-section) {
  background: transparent;
}
.gallery-index-heading { padding-top: 12px; }
.gallery-album-card,
.gallery-photo-card,
.gallery-viewer,
.gallery-empty,
.gallery-album-description {
  border-color: rgba(0, 217, 223, .48);
  color: #fff;
  background: rgba(0, 0, 0, .82);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .42);
}
.gallery-album-link { color: #fff; }
.gallery-album-link:hover,
.gallery-album-link:focus-visible {
  color: var(--aqua-soft);
  background: rgba(0, 217, 223, .12);
}
.gallery-album-cover-empty {
  color: #c9ffff;
  background: rgba(0, 0, 0, .72);
}
.gallery-album-info h2,
.gallery-album-info h3,
.gallery-heading h1,
.gallery-breadcrumb a {
  color: var(--aqua-soft);
}
.gallery-count { color: #d8ffff; }
.gallery-photo-card { background: #03070a; }

.site-footer { display: grid; justify-items: center; gap: 12px; padding: 25px 20px 19px; border-top: 1px solid #222; color: #ddd; background: #000; text-align: center; }
.footer-tagline { width: min(600px, 86vw); }
.site-footer p { margin: 0; font-size: .875rem; }
.footer-mark { width: 26px; height: 26px; object-fit: contain; }


@media (max-width: 800px) {
  .grid-columns { grid-template-columns: 1fr; max-width: 760px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 900px) {
  .nav-bar { grid-template-columns: 44px 1fr 44px 44px; }
  .home-link img { width: 38px; height: 38px; }
  .facebook-link img { width: 47px; height: 47px; }
  .menu-toggle { display: grid; grid-column: 3; gap: 4px; justify-self: end; padding: 9px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: #fff; }
  .facebook-link { grid-column: 4; }
  #main-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 66px); overflow: auto; border-bottom: 2px solid var(--aqua); background: rgba(0,0,0,.98); }
  #main-menu.open { display: block; }
  .main-menu { display: block; padding: 12px 22px 24px; }
  .nav-item > a { padding: 11px 8px; }
  .submenu { position: static; min-width: 0; padding: 0 0 5px 22px; border: 0; opacity: 1; visibility: visible; transform: none; }
  .submenu a { padding: 7px 10px; }
  .slides { grid-auto-columns: calc((100% - 18px) / 2); }
}

@media (max-width: 620px) {
  .brand { min-height: 82px; }
  .content { padding: 28px 12px 45px; }
  article { padding: 26px 16px; }
  .image-grid { grid-template-columns: 1fr; gap: 16px; }
  .realms-links { grid-template-columns: 1fr; gap: 48px; margin-top: 42px; }
  .slides { grid-auto-columns: 100%; }
  .previous { left: 6px; }
  .next { right: 6px; }
  .footer-tagline { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* Grids page: vertical turquoise dividers between grid columns */
@media (min-width: 769px) {
  .grid-columns {
    align-items: stretch;
  }

  .grid-columns > .grid-section {
    position: relative;
  }

  .grid-columns > .grid-section + .grid-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 1px;
    background: var(--aqua);
  }
}

/* Footer legal navigation */
.footer-home-link { display: inline-flex; align-items: center; justify-content: center; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; font-size: .82rem; }
.footer-legal a { color: var(--aqua-soft); text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #fff; text-decoration: underline; }
.legal-page { max-width: 980px; margin: 0 auto; text-align: left; }
.legal-page h1 { text-align: center; color: var(--aqua-soft); }
.legal-page h2 { margin-top: 1.8rem; color: var(--aqua-soft); }
.legal-page a { color: var(--aqua-soft); }
.legal-updated { text-align: center; color: #d8ffff; }

/* Cookie consent banner */
.cookie-consent[hidden] { display: none; }

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 10000;
  width: min(980px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  border: 1px solid var(--aqua);
  border-radius: 12px;
  background: rgba(0, 8, 10, .97);
  color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .45);
}

.cookie-consent__text {
  flex: 1 1 auto;
}

.cookie-consent__text strong {
  display: block;
  margin-bottom: 5px;
  color: var(--aqua-soft);
  font-size: 1.05rem;
}

.cookie-consent__text p {
  margin: 0;
  line-height: 1.5;
}

.cookie-consent__text a {
  color: var(--aqua-soft);
}

.cookie-consent__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

.cookie-btn {
  min-width: 92px;
  padding: 10px 16px;
  border: 1px solid var(--aqua);
  border-radius: 6px;
  background: #02090b;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cookie-btn:hover,
.cookie-btn:focus-visible {
  background: var(--aqua);
  color: #001012;
}

.cookie-btn--accept {
  background: var(--aqua);
  color: #001012;
}

.cookie-btn--accept:hover,
.cookie-btn--accept:focus-visible {
  background: #fff;
  color: #000;
}

@media (max-width: 700px) {
  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }

  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1 1 0;
  }
}

