html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: url('./santa-marina-main-pic.png') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-height: 100vh;
  min-width: 100vw;
}

/* --- MENU FAB / ICON BUTTON --- */
.menu-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 28px;
  right: 0px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-align: center;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  color: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 8px;
  overflow: visible;
  background: #000;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 16px 0px rgba(0,0,0,0.18);
  z-index: 1103;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-fab:focus,
.menu-fab:hover {
  background: #232323;
  color: #BAA083;
}
.menu-fab:not(.visible) { display: none; }
.menu-fab i { pointer-events: none; font-size: 1.3rem; }

/* --- MENU PANEL (.css-g1ylh5 style) --- */
.side-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  height: auto;
  max-height: calc(-80px + 100vh);
  min-height: max(30vh, 350px);
  z-index: 999;
  backdrop-filter: blur(10.5px);
  color: #fff;
  visibility: visible !important;
  background: #000;
  border-radius: 0 0 0 10px;
  transition: transform 225ms cubic-bezier(0,0,0.2,1) !important;
  box-shadow: -7px 0 18px 2px rgba(0,0,0,0.27);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
  transform: translateX(110%);
}
.side-menu:not(.closed) {
  transform: translateX(0);
}
.side-menu.expanded { max-height: 90%; }
@media (max-width: 600px) {
  .side-menu {
    width: 92vw;
    min-width: 0;
    border-radius: 0 0 0 10px;
    right: 2vw;
    top: 6vw;
    max-width: 100vw;
  }
}

/* --- Header --- */
.menu-header {
  display: flex;
  align-items: center;
  padding: 10px 10px 0 16px;
  min-height: 42px;
  position: relative;
}
.menu-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.015em;
  margin-left: 3px;
}
.icon-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
  padding: 4px 4px;
  margin: 0 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  position: relative;
}
.icon-btn:focus,
.icon-btn:hover {
  background: rgba(255,255,255,0.12);
  color: #BAA083;
}
.menu-close-btn {
  background: #000;
  box-shadow: 0 2px 8px 1px rgba(0,0,0,0.16);
  border-radius: 9px;
  width: 28px;
  height: 28px;
  position: static;
  font-size: 1.12rem;
  z-index: 1104;
  color: #fff;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s;
}
.menu-close-btn:focus,
.menu-close-btn:hover {
  background: #232323;
  color: #BAA083;
}
.spacer { flex: 1 1 auto; }
.side-menu.closed .menu-close-btn { display: none; }

/* --- Search bar --- */
.search-bar {
  display: flex;
  align-items: center;
  padding: 0 10px 7px 16px;
  gap: 6px;
  background: none;
  transition: opacity 0.19s;
}
.search-bar input {
  flex: 1 1 auto;
  height: 28px;
  font-size: 14px;
  padding: 0 8px;
  border: none;
  outline: none;
  background: #181818;
  color: #fff;
  border-radius: 5px;
  margin-right: 2px;
  border-bottom: 1.2px solid #666;
}
.search-bar input:focus { border-bottom: 1.6px solid #BAA083; }
.search-bar .icon-btn {
  font-size: 1.1rem;
  color: #fff;
  background: none;
  border: none;
  padding: 3px;
}
.search-bar.hidden { display: none; }

/* --- Book Now Button --- */
#bookNowContainer {
  margin: 7px 0 7px 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 16px;
}
.book-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: var(--custom-font-family, 'Helvetica Neue', Helvetica, Arial, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 95%;
  color: #fff !important;
  margin: 8px 0px;
  text-transform: none;
  outline: 0;
  border: 0;
  text-decoration: none;
  padding: 6px 8px;
  background: #BAA083;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), 
              box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), 
              border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), 
              color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.book-now-btn:hover,
.book-now-btn:focus {
  background: #BAA083;
  color: #fff !important;
}

/* --- Menu List --- */
.menu-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: calc(100vh - [header+footer px]);
  min-height: 0;
  padding: 0 0 6px 0;
  margin: 0 0 0 0;
  scrollbar-width: thin;
  scrollbar-color: #BAA083 #181818;
}
.menu-scroll::-webkit-scrollbar {
  width: 8px;
  background: #181818;
}
.menu-scroll::-webkit-scrollbar-thumb {
  background: #BAA083;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #BAA083;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list .menu-item,
.menu-list .menu-leaf {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-width: 0;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  text-align: left;
  outline: 0;
  border: 0;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  margin: 7px 10px;
  background: #000;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-list .menu-item {
  padding-left: 32px;
}
.menu-list .menu-leaf {
  padding-left: 48px;
  font-size: 16px;
  margin: 7px 10px;
}
.menu-list .menu-item .chevron {
  margin-left: auto;
  font-size: 1.13rem;
  color: #fff;
  transition: transform 0.24s cubic-bezier(.4,0,.2,1);
}
.menu-list .menu-item .chevron.fa-angle-right { transform: rotate(0deg);}
.menu-list .menu-item.open .chevron.fa-angle-right { transform: rotate(90deg);}
.menu-list .menu-item.open .chevron.fa-chevron-down { transform: rotate(180deg);}
.menu-list .menu-item:hover, .menu-list .menu-item:focus,
.menu-list .menu-leaf:hover, .menu-list .menu-leaf:focus {
  /* background: rgba(186, 160, 131, 0.18); /* Gold hover */
 /* color: #BAA083; */
}

/* --- Submenu collapse/expand --- */
.menu-list .submenu {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  transition: max-height 0.22s cubic-bezier(.4,0,.2,1);
  will-change: max-height;
}
.menu-list .submenu.open {
  display: block;
  max-height: 380px;
  overflow-y: auto;     /* <--- This is the important line! */
  overflow-x: hidden;
}

/* --- External links no underline --- */
a[target="_blank"], 
a.external-link, 
.menu-leaf, 
.book-now-btn,
.footer-credit a {
  text-decoration: none !important;
}

/* --- Footer --- */
.menu-footer {
  padding: 7px 0 9px 16px;
  font-size: 12px;
  color: #bbb;
  border-top: 1px solid rgba(186,160,131,0.08);
  background: none;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-top: 8px;
}
.footer-credit {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 22%;
}
.footer-credit img {
  height: 19px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);

}
.footer-credit span {
  margin: 0;
  font-size: 12px;
  color: #BAA083;
  letter-spacing: 0.01em;
}
.menu-error {
  color: #BAA083;
  margin: 6px 10px 0 8px;
  font-size: 12px;
}

@media (max-width: 600px) {
  .menu-fab {
    top: 10px;
    right: 6px;
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
    border-radius: 10px 0 0 10px;
  }
  .side-menu {
    width: 92vw;
    border-radius: 0 0 0 10px;
    min-width: 0;
    max-width: 100vw;
    right: 2vw;
    top: 6vw;
  }
  #bookNowContainer, .menu-footer {
    padding-left: 5vw;
  }
  .menu-list .menu-item,
  .menu-list .menu-leaf {
    padding-left: 4vw;
    padding-right: 2vw;
  }
		
}

/* --- Remove custom ripple effect --- */
.ripple { display: none !important; }

/* --- HIGHLIGHT REEL (Vivestia style) --- */
#highlight-reel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 1300;
  display: flex;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(.4,0,.2,1), transform 0.33s cubic-bezier(.4,0,.2,1);
  opacity: 1;
  transform: translateY(0);
}

#highlight-reel.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(60px);
}

.highlight-reel-strip {
  display: flex;
  gap: 10px;
  padding: 10px 24px 10px 38px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.17);
  pointer-events: auto;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-items: center;
  min-width: 260px;
  max-width: 97vw;
}
.highlight-reel-strip::-webkit-scrollbar { display: none; }

.highlight-thumb-btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  min-width: 96px;
  cursor: pointer;
  border: none;
  outline: none;
 background: rgba(0, 0, 0, 0.4);  padding: 0;
  margin: 0 3px 0 0;
  border-radius: 10px;
  transition: background 0.16s;
  position: relative;
  box-shadow: none;
}
.highlight-thumb-btn.active,
.highlight-thumb-btn:focus {
  background: rgba(186,160,131,0.14);
}
.highlight-thumb-img {
  width: 160px;
  height: 106px;
  object-fit: cover;
  border-radius: 8px;
 /* border: 2px solid transparent; */
  box-shadow: 0 1.5px 8px rgba(0,0,0,0.07);
  margin-bottom: 0px;
  transition: border-color 0.15s;
 /* background: #222; */
}
.highlight-thumb-btn.active .highlight-thumb-img,
.highlight-thumb-btn:focus .highlight-thumb-img {
  border-color: #BAA083;
}
.highlight-thumb-label {
  color: #fff;
  font-size: 14px;
  max-width: 100%;
  text-align: center;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 2px;
	position: absolute;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .8);
	margin-bottom: 4px;
}

/* Arrow show/hide button */
.highlight-reel-toggle-btn {
  position: absolute;
  left: 10px;
  top: 15%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BAA083;
  color: #fff;
  border: none;
  box-shadow: 0 2px 7px rgba(0,0,0,0.13);
  display: flex;
  align-items: baseline;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 1.3rem;
  transition: background 0.18s, color 0.18s;
  opacity: 0.87;
}
.highlight-reel-toggle-btn.hide {
  display: none;
}
.highlight-reel-toggle-btn:active,
.highlight-reel-toggle-btn:focus {
  background: #a49367;
}

/* Up arrow for showing reel */
#highlight-reel-reopen {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BAA083;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1301;
  cursor: pointer;
  box-shadow: 0 3px 16px 1.5px rgba(0,0,0,0.12);
  opacity: 0.9;
  transition: opacity 0.2s, background 0.19s;
  font-size: 1.25rem;
  visibility: visible;
}
#highlight-reel-reopen.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#highlight-reel-reopen:active,
#highlight-reel-reopen:focus {
  background: #a49367;
}
@media (max-width: 700px) {
  #highlight-reel { bottom: 6vw; }
  #highlight-reel-reopen { left: 2vw; bottom: 10vw; }
  .highlight-thumb-label { max-width: 60px; font-size: 13px; }
  .highlight-thumb-img { width: 62px; height: 38px; }
  .highlight-reel-strip { padding-left: 32px; padding-right: 10px; }
}

/* Highlight reel: category headings */
.highlight-category-label {
  color: #BAA083;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 16px 3px 3px;
  padding: 0 3px;
  letter-spacing: 0.02em;
  align-self: flex-end;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 12px;
  background: transparent;
}

.highlight-group {
  display: flex;
  align-items: flex-end;
  margin-right: 10px;
}

/* === Highlight Reel: Category Bar === */
.highlight-categories-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  padding: 13px 24px 2px 50px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #BAA083 #181818;
  background: transparent;
}
.highlight-category-btn {
  background: rgba(0,0,0,.4);
  color: #fff;
  border: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 16px;
  padding: 6px 18px;
  cursor: pointer;
  opacity: 0.87;
  transition: background 0.16s, color 0.16s;
  margin-bottom: 3px;
  white-space: nowrap;
}
.highlight-category-btn.active {
  background: rgba(0,0,0,.8);
  color: white;
  opacity: 1;
}
.highlight-category-btn:not(.active):hover {
  background: rgba(0,0,0,.8);
  color: white;
}
.highlight-categories-bar::-webkit-scrollbar { height: 5px; }
.highlight-categories-bar::-webkit-scrollbar-thumb { background: #BAA083; border-radius: 10px; }

@media (max-width: 700px) {
  .highlight-categories-bar {
    padding-left: 22px;
    padding-right: 6px;
    font-size: 13px;
  }
  .highlight-category-btn { font-size: 13px; padding: 6px 12px; }
}

#highlight-reel-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1300;
  display: flex;
  flex-direction: column;
  align-items: normal;
  pointer-events: auto;
  transition: opacity 0.32s cubic-bezier(.4,0,.2,1), transform 0.33s cubic-bezier(.4,0,.2,1);
  opacity: 1;
  transform: translateY(0);
}
#highlight-reel-container.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(60px);
}


/* MOBILE 1. HIGHLIGHT REEL: SWIPEABLE & RESPONSIVE */

@media (max-width: 1200px) {
  .side-menu {
    width: 75vw !important;
    min-width: unset !important;
    max-width: 100vw !important;
    border-radius: 0 0 0 10px;
    right: 0;
    top: 0;
    font-size: 20px !important;      /* Larger font size */
    padding-bottom: 28px;
  }
  .menu-fab {
    top: 10px;
    right: 4px;
    width: 52px;                   /* Larger button */
    height: 52px;
    font-size: 2rem;
    border-radius: 12px 0 0 12px;
    padding: 8px;
  }
  .menu-header, .search-bar, #bookNowContainer {
    padding-left: 18px;
    padding-right: 16px;
  }

  .menu-footer {
    margin-left: 10%;
  }


  .menu-list .menu-item, .menu-list .menu-leaf {
    font-size: 15px;               /* Larger menu items */
    padding-left: 6vw;
    padding-right: 7vw;
    margin: 0px 7px;
    min-height: 40px;
    border-radius: 14px;
  }
  .menu-list .menu-leaf {
    padding-left: 12vw;
  }
  .menu-title { font-size: 1.6rem; }
  .book-now-btn {
    font-size: 15px;
    padding: 7x 0px;
    min-width: 98%;
    border-radius: 7px;
  }

  /* --- Highlight Reel --- */
  #highlight-reel,
  #highlight-reel-container {
    bottom: 1vw !important;
    max-width: 100vw !important;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 2100 !important;
  }
  .highlight-reel-strip {
     display: -webkit-box;
    gap: 18px !important;
    max-width: 100vw;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin: 0 !important;

  }

  .highlight-categories-bar {
    display: flex !important;
    gap: 5px;
    font-size: 16px;
    max-width: 100vw;
    min-width: 0;
    padding-left: 50px;
    padding-right: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin: 0 !important;
  }
  .highlight-thumb-img {
    width: 150px;                  /* Larger thumbnail */
    height: 90px;
    border-radius: 13px;
  }
  .highlight-thumb-label {
    font-size: 16px;
    max-width: 120px;
    padding-bottom: 2px;
  }
  .highlight-category-btn {
    font-size: 16px;
    padding: 10px 22px;
    min-width: 84px;
    border-radius: 21px;
  }
  
  #highlight-reel-reopen {
    z-index: 2200 !important;
    left: 4vw;
    bottom: 12vw;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

.highlight-reel-toggle-btn
{top: 20%;}

.footer-credit span {
      font-size: 12px;
}

.footer-credit
{
  padding-left: 0px;
}

.footer-credit img
{
  height:35px;
  margin-left: 10px;
}

}