/**** GLOBAL STYLES ****/

body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #151f3f;
  -webkit-font-smoothing: antialiased;
}
ul {
  list-style: none;
  margin: 0;
}
hr {
  margin: 33px 0;
  border-color: #e1e1e1;
}
.background-highlight {
  background: #f5f5f5;
}
a:focus {
  color: #ddd;
}
.button:hover {
  color: #fff;
}

.main-container {
  position: relative;
  transition: all 0.5s ease;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* LIFE EASIER-ERERS */

.offix {
  overflow: hidden;
}
.block {
  display: block;
}

.left-align {
  left: 0;
}
.right-align {
  right: 0;
}

/***** TYPOGRAPHY *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #151f3f;
  text-transform: uppercase;
}
h3 {
  font-size: 30px;
  margin-bottom: 33px;
}

p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #151f3f;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #151f3f;
  line-height: 1.6;
  margin-bottom: 22px;
}

.sub-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  display: inline-block;
  color: #151f3f;
  text-transform: none;
  letter-spacing: normal;
}
.text-white {
  color: #fff;
}

.icon-large {
  font-size: 33px;
  display: inline-block;
  margin-bottom: 22px;
}

a.large-link {
  font-size: 13px;
  border-bottom: 1px solid;
  letter-spacing: 3px;
  font-weight: bold;
  padding-bottom: 4px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* TITLE STYLES */

.page-title {
  margin-bottom: 66px;
}

.title-style-1 span {
  text-transform: uppercase;
  font-size: 22px;
  color: #333;
}
.title-style-1 .span-holder {
  padding: 11px;
  border: 2px solid;
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.title-style-1 h3 {
  margin: 0;
  line-height: 1;
}

/***** COLORS *****/

.background-dark-grey {
  background: #000 !important;
  opacity: 0.2 !important;
}

.divider-background .background-dark-grey {
  background: #000000 !important;
  opacity: 0.2 !important;
}
.background-mid-grey {
  background: #f2f2f2;
}

/***** SPACING *****/

section {
  padding-top: 99px;
  padding-bottom: 111px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.pad-small {
  padding-top: 66px;
  padding-bottom: 66px;
}
.pad-large {
  padding: 250px 0 !important;
}
.pad-small-bottom {
  padding-bottom: 77px;
}

.push-small {
  margin-bottom: 11px;
}
.push-large {
  margin-bottom: 44px;
}

.no-left-pad {
  padding-left: 0 !important;
}
.no-right-pad {
  padding-right: 0 !important;
}

section.no-pad {
  position: relative;
}

/***** BUTTONS *****/

.button {
  display: inline-block;
  background: #444;
  border-radius: 25px;
  line-height: 1;
  padding: 13px 37px 14px 37px;
  margin-top: 22px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -webkit-user-select: auto !important;
}

/***** NAVIGATION *****/

.nav-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20;
}
.nav-overlay .nav-toggle {
  display: none;
}
.nav-toggle {
  font-size: 46px;
  color: #fff;
  cursor: pointer;
}

nav {
  transition: top 0.5s ease;
}
nav.logo-center {
  padding-top: 44px;
}
nav .menu {
  overflow: hidden;
  display: inline-block;
}
nav .menu li {
  float: left;
  padding-left: 33px;
  padding-bottom: 44px;
}
nav .text-left .menu li {
  padding-left: 0;
  padding-right: 33px;
}
nav .menu li a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  display: inline-block;
}

nav .logo {
  position: relative;
  bottom: 15px;
}
nav .logo-dark {
  display: none;
}
nav .logo.logo-round {
  bottom: 20px;
}

.fixed-nav {
  position: fixed;
  top: 0 !important;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 22px !important;
}
.fixed-nav .logo {
  width: 80px;
  bottom: 5px;
  display: none;
}
.fixed-nav .logo-dark {
  display: inline-block !important;
}
.fixed-nav .menu li {
  padding-bottom: 22px;
}
.fixed-nav .menu li a {
  color: #333;
}

nav.top-bar {
  background: #fff;
  padding-top: 33px;
}
.top-bar .logo {
  max-width: 140px;
  bottom: 0;
  margin-bottom: 22px;
}
.top-bar .menu li {
  padding-bottom: 11px !important;
}
.top-bar .menu li a {
  color: #666;
  padding-bottom: 15px;
}

nav.off-screen {
  width: 301px !important;
  position: fixed;
  right: -300px;
  transform: translate3d(0, 0, 0);
  top: 0;
  height: 100vh;
  padding: 44px 44px; /* sobe ligeiramente o conteúdo (logo e menu) */
  z-index: 9;
  text-align: center;
  background: #151f3f !important;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
nav.off-screen .logo {
  max-width: 96px;
  width: 100%;
  height: auto;
  margin-top: -10px; /* coloca a "cara" mais acima */
}

/* Logo wrapper: halo pulsante e parallax sutil ao mover o rato */
.logo-wrap {
  display: inline-block;
  position: relative;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.25));
  margin-bottom: 24px;
}
.logo-wrap::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,255,255,0.18), rgba(255,255,255,0) 70%);
  transform: scale(0.98);
  opacity: 0.6;
  animation: logoPulse 3.6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes logoPulse {
  0%, 100% { transform: scale(0.98); opacity: 0.55; }
  50% { transform: scale(1.05); opacity: 0.85; }
}
.logo-wrap:hover .logo {
  transform: translateY(-2px) scale(1.03);
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
nav.off-screen .line {
  width: 40px;
  height: 2px;
  background: #999;
  margin: 22px auto 0 auto;
}
nav.off-screen .menu li {
  float: none;
  margin-bottom: 11px;
  margin-left: 0;
  padding: 0;
}
nav.off-screen .menu li a {
  padding-bottom: 0;
  color: #fff;
  transition: color 0.2s ease, letter-spacing 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}
nav.off-screen .menu li a:hover {
  color: #fff;
  letter-spacing: 3px;
  transform: translateY(-1px) scale(1.02);
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.35);
}
nav.off-screen .nav-toggle {
  position: absolute;
  right: 120px;
  top: -10px;
  font-size: 46px;
  color: #fff;
  cursor: pointer;
}

/* Efeito de "roda"/spotlight que segue o rato dentro do menu off-screen */
nav.off-screen {
  --mx: 50%;
  --my: 50%;
}
nav.off-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(480px circle at var(--mx) var(--my), rgba(255, 255, 255, 0.06), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
nav.off-screen.has-mouse::after {
  opacity: 1;
}

nav.off-screen .bottom-content {
  position: static;
  bottom: auto;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: auto;
}
nav.off-screen .bottom-content a {
  color: #fff;
  transition: all 0.3s ease;
}
nav.off-screen .bottom-content a:hover {
  color: #fff;
}
nav.off-screen .bottom-content i {
  font-size: 16px;
  display: inline-block;
  margin-right: 11px;
}
nav.off-screen .bottom-content ul {
  margin-top: 22px;
}
nav.off-screen .bottom-content ul li {
  font-size: 11px;
  margin-bottom: 6px;
  color: #fff;
}

.reveal-nav {
  transform: translate3d(-300px, 0, 0) !important;
}
.move-content {
  transform: translate3d(-300px, 0, 0) !important;
}

.logo-center .nav-toggle {
  position: absolute;
  right: 11px;
  top: 11px;
  color: #333;
}

/***** SLIDERS & DIVIDERS *****/
/* Custom About Slider */
.custom-about-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.custom-about-slider .custom-about-slides {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.custom-about-slider .custom-about-slides li {
  height: 100%; /* Match the photo-container height */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.custom-about-slider .custom-about-slides li.flex-active-slide {
  opacity: 1;
  z-index: 2;
}

.custom-about-slider .custom-about-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure images fill the slide */
}

.hero-slider {
  padding: 0;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.flex-fix {
  z-index: 100000 !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
  top: 0;
}

.hero-slider .slides li {
  background-size: cover !important;
  position: relative;
  height: 800px;
}
.slides li .row {
  position: relative;
  z-index: 2;
}

/* About Slider */
.about-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.about-slider .photo-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-slider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.about-slider .slides li {
  height: 550px; /* Match gallery-slider height */
  background-size: cover !important;
  background-position: center center !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-slider .slides li.flex-active-slide {
  opacity: 1;
  z-index: 2;
}

.about-slider .background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure images fill the slide */
}

/* Ensure the text container sits above the slider */
.about-slider .row {
  position: relative;
  z-index: 3;
}

/* Add padding to the text area for better spacing */
.about-slider .medium-6 {
  padding: 40px 20px;
  background: rgba(
    255,
    255,
    255,
    0.9
  ); /* Optional: slight background for readability */
}

.gallery-slider {
  padding: 0;
}
.gallery-slider .slides li {
  height: 550px;
  background-size: cover !important;
  background-position: center center !important;
}

.divider-background {
  padding: 85px 0;
  background-size: cover !important;
  overflow: hidden;
}

/* Estilos específicos para seções com textura de mármore */
.divider-background .background-image-holder {
  height: 250%;
  top: -75%;
}
.divider-background .row {
  position: relative;
  z-index: 2;
}

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 200%;
  z-index: 0;
  background-size: cover !important;
  top: -50%;
  background-position: center center;
}
.hero-slider .background-image-holder {
  height: 102%;
  top: 0;
}

.background-image-holder2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 180%; /* Aumentado para melhor cobertura */
  top: -40%; /* Aumentado para cobrir mais área */
  z-index: 0;
  transform: translate3d(0, 0, 0); /* Para suavizar no mobile */
}

/*logo fixo*/
.fixed-logo {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 100; /* Ensure it stays above other elements */
}

.fixed-logo img {
  width: 60px;
  height: auto;
}

/* Slider Headline Styles */

.headline-style-1 {
  display: inline-block;
  text-align: center;
  text-shadow: 0 2px 15px rgba(255, 255, 255, 0.85), 0 0px 2px #fff;
}

.headline-style-1 h1,
.headline-style-1 .sub-title {
  text-align: left;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.85), 0 0px 2px #fff;
}

.headline-style-1 h1 {
  font-size: 112px;
  line-height: 1;
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-shadow: none !important;
}

.headline-style-1 .sub-title {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 7px;
  margin-right: -7px;
}
.headline-style-1 img {
  display: inline-block;
  margin-bottom: 22px;
}

.headline-style-2 {
  display: inline-block;
}
.headline-style-2 h3 {
  margin-bottom: 0;
  font-size: 110px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  line-height: 130px;
  color: #151f3f;
}
.headline-style-2 .sub-title {
  letter-spacing: 8px;
  margin-right: -8px;
  color: #151f3f;
}
.headline-style-2 .line {
  height: 2px;
  background: #151f3f;
  width: 80px;
  margin: 0 auto;
  margin-top: 34px;
}

/***** TEXT SECTION *****/

.no-pad {
  padding: 0;
  overflow: hidden;
}

.photo-container {
  position: absolute;
  height: 100%;
  top: 0;
}
.no-pad .columns {
  padding: 88px 0 99px 0;
}
.no-pad p.columns {
  padding: 0 15px;
}
.no-pad .columns hr {
  border-color: #aaa;
}

/***** MENU *****/

.menu .columns:last-child {
  float: left !important;
}

.menu-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 3px;
  color: #333;
  margin-bottom: 44px;
}

.menu-item {
  margin-bottom: 44px;
}
.menu-item .title,
.menu-item .price {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #151f3f;
  letter-spacing: 1px;
}
.menu-item .title {
  margin-bottom: 17px;
  display: inline-block;
}
.menu-item .price {
  float: right;
}
.menu-item p {
  line-height: 24px;
  position: relative;
}

.menu-dark {
  background: #333;
}
.menu-dark .title-style-1 {
  border-color: #fff;
}
.menu-dark .title-style-1 span {
  color: #fff;
}
.menu-dark .sub-title {
  color: #fff;
}

.menu-dark .menu-item .title,
.menu-dark .menu-item .price {
  color: #fff;
}
.menu-dark .line {
  background: #fff;
}
.menu-dark .span-holder {
  background: #333;
}
.menu-dark p {
  color: #fff;
}
.menu-dark .medium-4.columns {
  padding: 0 30px;
}
.menu-dark .dietary {
  background: #666;
}

.menu-3 .columns:last-child {
  float: none !important;
}

.menu-filters {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 44px;
}
.menu-filters li {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  float: left;
  margin-right: 25px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 16px;
  letter-spacing: 2px;
  color: #151f3f;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: 80px;
  text-align: center;
}
.menu-filters li:last-child {
  margin-right: 0;
}
.menu-filters li:hover {
  background: #e8ecf5;
  border-color: #e8ecf5;
  color: #151f3f;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(21, 31, 63, 0.1);
}
.menu-filters li.active {
  background: #151f3f;
  border-color: #151f3f;
  color: #fff;
  box-shadow: 0 2px 8px rgba(21, 31, 63, 0.15);
  font-weight: 700;
}
.menu-filters li span {
  font-weight: 400 !important;
}

/* Responsive styles for menu filters */
@media (max-width: 768px) {
  .menu-filters li {
    font-size: 13px;
    padding: 6px 12px;
    min-width: 70px;
    margin-right: 15px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .menu-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .menu-filters li {
    float: none;
    margin-right: 0;
    min-width: 60px;
    font-size: 12px;
    padding: 6px 10px;
  }
}

.narrow-menu {
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: none;
}
.narrow-menu.active {
  display: block;
}
.narrow-menu .menu-item {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.narrow-menu .menu-item:nth-child(even) {
  padding-right: 0;
  padding-left: 2%;
}

/* Melhor alinhamento de preços no filtro 'Outros Pratos' (nomes longos) */
[data-menu-type="outros"] .menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}
[data-menu-type="outros"] .menu-item .title { margin: 0; display: block; overflow-wrap: anywhere; }
[data-menu-type="outros"] .menu-item .price { float: none; }

.menu-note {
  clear: both;
  padding-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #2b3a67;
  text-align: center;
  font-style: italic;
}

.dietary {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  background: #eee;
  border-radius: 50%;
  margin-bottom: -20px;
  color: #333;
  padding-left: 6px;
  line-height: 20px;
}

/***** IMAGE GRIDS *****/

.image-grid {
  overflow: hidden;
}
.image-grid a {
  float: left;
  display: inline-block;
  overflow: hidden;
  width: 48%;
  margin: 1% 1%;
}

/***** TESTIMONIALS ******/

.contact .testimonials-slider .slides li {
  padding-right: 44px;
}
/* Old reviews styles removed */

/**** CONTACT ****/

.contact.divider-background {
  padding: 121px 0;
}

.contact-method {
  margin-bottom: 44px;
}
.contact-method:last-child {
  margin-bottom: 0;
}
.contact-method h6 {
  font-size: 14px;
}
.contact-method p {
  line-height: 26px;
}

.contact-2 .map-holder {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.contact-2 iframe {
  border: none;
  width: 100%;
  height: 350px;
}
.contact-2 .methods-holder {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  height: 350px;
  padding: 38px 33px 33px 38px;
}

.contact-1 .overlay {
  opacity: 0.7;
}

.map {
  height: 450px;
}
.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.map .map-holder .overlay {
  background: none !important;
}

.contact-3 {
  position: relative;
  overflow: hidden;
}

.contact-3 .background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.contact-3 .background-image-holder .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-3 .background-image-holder video.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.contact-3 .background-video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.contact-3 .background-video-holder .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-3 .background-image-holder .overlay {
  z-index: 1;
  opacity: 0.7;
}

.contact-3 .row {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.contact-info {
  text-align: center;
  padding: 30px 20px;
}

.contact-info p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contact-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.social-links {
  margin-bottom: 20px;
}

.social-links a {
  color: #fff;
  font-size: 28px;
  margin: 0 12px;
  transition: color 0.2s;
}

.social-links .icon-x {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.social-links a:hover {
  color: #151f3f;
}

.map-wrapper {
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.map-wrapper iframe {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .contact-3 .row {
    padding: 30px 0;
  }
  
  .contact-info {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .map-wrapper {
    padding: 15px;
  }
  
  .contact-logo {
    max-width: 80px;
  }
  
  .social-links a {
    font-size: 18px;
    margin: 0 6px;
  }
}

.contact-3 {
  padding: 121px 0;
}
.contact-3 a i {
  color: #fff;
  font-size: 33px;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 44px;
}
.contact-3 a.large-link {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 18px;
  letter-spacing: 2px;
}
.contact-3 a.large-link:hover {
  color: #fff;
}
.contact-3 a i:hover {
  color: #151f3f !important;
  transition: color 0.2s;
}

/***** RESERVATIONS *****/

.reservations h3 {
  margin-bottom: 11px;
}

/***** INSTAFEED *****/


.instagram-feed .row {
  padding-top: 33px;
  padding-bottom: 33px;
}
.instagram-feed span {
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.instagram-feed span i {
  display: inline-block;
  margin: 0 6px;
}
.instagram-feed.no-pad .columns {
  padding-top: 0;
  padding-bottom: 0;
}

.instafeed li {
  width: 12.5%;
  float: left;
}
.instafeed li:nth-child(n + 9) {
  display: none;
}

/***** VIDEOS *****/

.divider-video {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.video-wrapper video {
  width: 100%;
  position: absolute;
  top: 0;
}

.divider-video .overlay {
  z-index: 1;
  opacity: 0.4;
}
.divider-video .divider-content {
  position: relative;
  z-index: 2;
  padding-top: 121px;
  padding-bottom: 121px;
}

/***** OPEN TABLE FORM *****/

.OT_feedTitle {
  display: none;
}
#OT_searchWrapperAll,
#OT_searchWrapper {
  height: auto !important;
  margin-bottom: 44px !important;
  margin-top: 44px !important;
}
#OT_searchWrapper dl {
  position: relative !important;
  width: 100%;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial !important;
}
#OT_searchWrapper select {
  width: 100px;
  height: 30px;
  border-radius: 0;
  position: relative;
  bottom: 6px;
  border: 1px solid #ddd;
}
#OT_defList {
  position: relative;
  text-align: center;
}
#OT_defList dt,
#OT_defList dd {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: inline-block;
}
#OT_submitWrap {
  display: none !important;
  position: absolute;
  top: 0;
}
#dateDisplay {
  display: none !important;
}
#OT_defList dt,
#OT_defList dd {
  width: auto !important;
  margin-right: 11px;
  margin-left: 0;
}
#OT_searchWrapper #startDate,
#OT_searchWrapper .OT_feedFormfieldCalendar {
  height: 30px;
  border-radius: 0;
  position: relative;
  bottom: 6px;
  border: 1px solid #ddd;
  padding-left: 6px;
  width: 100px !important;
  background: rgb(248, 248, 248);
}

#OT_partySizeLbl:before {
  content: "";
  font-family: "et-line";
  font-size: 24px;
}
#OT_dateLbl:before {
  content: "";
  font-family: "et-line";
  font-size: 24px;
  margin-right: 6px;
}
#OT_timeLbl:before {
  content: "";
  font-family: "et-line";
  font-size: 24px;
}

.ui-widget-header {
  background: #444444 !important;
  border: none;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #444444;
}
.ui-datepicker-calendar th {
  text-transform: uppercase;
  font-size: 12px;
}

/***** FOOTERS *****/

.footer-container {
  transition: all 0.5s ease;
  transform: translate3d(0, 0, 0);
  position: relative;
}

footer {
  background: #111111;
  padding: 30px 0;
}

.footer-text h6 {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial;
}
.footer-text span {
  font-size: 11px;
  color: #727272;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-social {
  padding: 44px 0;
}

.social-profiles {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 33px;
  text-align: center;
}
.social-profiles li {
  float: left;
  margin-right: 22px;
  display: inline-block;
}
.social-profiles li:last-child {
  margin-right: 0;
}
.social-profiles li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #555;
  color: #333;
  font-size: 20px;
  text-align: center;
  padding-top: 6px;
}

.footer-social .contact-details {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 22px;
}
.footer-social .contact-details li {
  float: left;
  margin-right: 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.footer-social .contact-details li:after {
  content: "|";
  margin-left: 22px;
}
.footer-social .contact-details li:first-child {
  margin-left: 0;
}
.footer-social .contact-details li:last-child {
  margin-right: 0;
}
.footer-social .contact-details li:last-child:after {
  content: "";
  margin-left: 0;
}
.footer-social .contact-details li a {
  color: #bbb;
}

.footer-social span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.footer-contact {
  background: #f2f2f2;
  text-transform: uppercase;
}
.footer-contact p {
  font-size: 12px;
}
.footer-contact .logo-holder {
  width: 200px;
  margin: 0 auto;
  background: #f2f2f2;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-contact .logo-holder img {
  width: 120px;
}
.footer-contact hr {
  position: relative;
  bottom: 25px;
  z-index: 0;
  border-color: #bbb;
  margin: 0;
}
.footer-contact .sub-title {
  display: inline-block;
  margin: 33px 0 22px 0;
  letter-spacing: 1px;
}
.footer-contact .social-profiles li a {
  color: #fff;
}

/***** UPDATE 1.2 STYLES *****/

.image-gallery .lightbox-image-holder {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Language Switcher Styles */
.language-switcher {
  margin-top: 30px;
  text-align: center;
}


.language-switcher .lang-btn {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.2s, opacity 0.2s;
  vertical-align: middle;
}
.language-switcher .lang-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.7;
}
.language-switcher img {
  margin-right: 4px;
  width: 22px;
  height: 16px;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.language-switcher span {
  color: #aaa;
  font-size: 18px;
  margin: 0 2px;
}

/* Ajuste do slider de fotos antigas na secção .no-pad */
.photo-container.medium-5.right-align.divider-background {
  top: 140px;
}

/* Estilos específicos para as imagens antigas na seção about */
.about-images-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.about-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.about-slider {
  width: 100%;
  max-width: 520px;
  margin: 0 40px 0 0;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0);
  background: #fff;
}

/* Helpers para visibilidade por dispositivo */
.mobile-only { display: none; }
.desktop-only { display: inline-block; }

@media (max-width: 900px) {
  .photo-container.medium-5.right-align.divider-background {
    display: none !important; /* esconder imagem de topo no mobile */
  }
  .about-slider {
    margin: 0 auto;
    max-width: 90vw;
  }
  /* Em mobile: esconder assinatura e mostrar carrossel dentro da coluna de texto */
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; margin-top: 18px; }
  /* Subir o texto da secção about e dar respiro lateral como na 'origem' */
  a#about + section.no-pad .columns { padding: 32px 12px 40px 12px; }

  /* Origem: esconder carrossel de topo e mostrar imagem única em baixo do texto */
  .photo-container.medium-5.left-align.divider-background { display: none !important; }
  .origin-mobile-image {
    display: block;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: auto;
    border-radius: 0;
    margin: 12px auto 0 auto; /* centrado com margem igual dos dois lados */
    box-shadow: none;
  }
  /* Origem: espaçamentos verticais no mobile (alinhado com 'História') */
  a#press + section.divider-background { padding: 66px 0; }
  a#press + section.divider-background + section.no-pad .columns { padding: 32px 12px 40px 12px; }
}

.nav-toggle .menu-svg {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-toggle .menu-svg:hover {
  transform: scale(1.08) rotate(-2deg);
  filter: none;
}

.hero-overlay {
  opacity: 0.1 !important;
  background: #0B55AC !important;
}

.hero-logo {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}

.background-image-holder .background-image {
  object-fit: cover;
  object-position: bottom;
}

.hero-slider .background-image-holder .background-image {
  object-position: 50% 100%;
  object-fit: cover;
  transform: scale(3);
  transform-origin: center bottom;
}

.hero-slider .background-video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slider .background-video-holder .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Scroll indicator (mouse) at bottom of hero */
.scroll-indicator {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-indicator .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  position: relative;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15) inset;
}
.scroll-indicator .mouse .wheel {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 8px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: wheel 1.8s ease-in-out infinite;
}

@keyframes wheel {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

.scroll-indicator .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
  animation: arrow-bounce 1.8s ease-in-out infinite;
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.7; }
  50% { transform: translateY(6px) rotate(45deg); opacity: 1; }
}

@media (max-width: 600px) {
  .scroll-indicator { bottom: 12px; }
}

@media (max-width: 600px) {
  /* Nav lateral (mobile): margem superior extra para o logo e rodapé mais espaçado */
  nav.off-screen { padding-top: 80px !important; }
  nav.off-screen .logo { margin-top: 8px !important; }
  nav.off-screen .nav-bottom-info { padding-bottom: 28px !important; position: absolute; bottom: 18px; left: 0; width: 100%; }
  nav.off-screen .bottom-content .contact-details { margin-top: 12px; }
  nav.off-screen .bottom-content .contact-details li { display: block; float: none; margin: 6px 0; }
  nav.off-screen .bottom-content .contact-details li:after { display: none; }
}

#typewriter::after {
  content: "|";
  animation: blink 1s steps(1) infinite;
  color: #fff;
  margin-left: 2px;
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

.schedule-section {
  background: #fff;
  padding: 60px 0;
}
.schedule-table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: inherit;
}
.schedule-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
}
.schedule-header {
  font-size: 20px;
  border-bottom: 2px solid #151f3f;
  margin-bottom: 10px;
  color: #151f3f;
}
.schedule-day {
  color: #151f3f;
  min-width: 160px;
  font-weight: 500;
  text-transform: lowercase;
}
.schedule-time {
  color: #222;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 600px) {
  .schedule-table {
    font-size: 15px;
    max-width: 100%;
  }
  .schedule-row,
  .schedule-header {
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .schedule-time {
    text-align: left;
  }
}

#scrollTopBtn {
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
#scrollTopBtn:hover {
  background: #232c65 !important;
  transform: scale(1.12) translateY(-4px);
  box-shadow: 0 6px 18px rgba(35, 44, 101, 0.18);
}
#scrollTopBtn:active {
  background: #1a2047 !important;
  transform: scale(0.98);
}

@media (max-width: 600px) {
  #scrollTopBtn {
    right: 12px !important;
    bottom: 12px !important;
    width: 54px !important;
    height: 54px !important;
  }
  #scrollTopBtn svg {
    width: 28px !important;
    height: 28px !important;
  }
}

.info-cards-row {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.info-card {
  background: #f7f9fc;
  border-radius: 0;
  box-shadow: none;
  padding: 48px 36px 36px 36px;
  min-width: 280px;
  flex: 1 1 320px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  font-family: "Raleway", Arial, sans-serif;
}
.info-card-left {
  background: #f7f9fc;
  border: none;
  padding: 48px 36px 36px 36px;
}

.info-card-right {
  background: #fff;
  border: 2px solid #151f3f;
  padding: 46px 34px 34px 34px; /* Ajustado para compensar a borda de 2px */
}
.info-title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #151f3f;
  text-align: center;
  margin-bottom: 18px;
  text-transform: none;
}
.info-underline {
  width: 70px;
  height: 3px;
  background: none;
  border-bottom: 3px solid #151f3f;
  margin: 0 auto 28px auto;
}
.info-section {
  margin-bottom: 28px;
  text-align: center;
}
.info-label {
  font-size: 1.1rem;
  font-weight: bold;
  color: #151f3f;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: none;
  display: block;
  font-family: "Raleway", Arial, sans-serif;
}
.info-value {
  font-size: 1.1rem;
  color: #151f3f;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Raleway", Arial, sans-serif;
}
.info-schedule-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #bfc8e6;
  border-bottom: 1px dashed #bfc8e6;
  padding: 24px 0 18px 0;
  margin-top: 32px;
  font-size: 1.2rem;
  color: #151f3f;
  font-family: "Raleway", Arial, sans-serif;
}
@media (max-width: 900px) {
  .info-cards-row {
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
  }
  .info-card,
  .info-card-left,
  .info-card-right,
  .schedule-box {
    max-width: 100%;
    padding: 32px 12px 24px 12px;
  }
  .info-title {
    font-size: 1.4rem;
  }
  /* Add small horizontal breathing room only in schedule section */
  .schedule-section .info-card-left,
  .schedule-section .schedule-box {
    margin-left: 12px;
    margin-right: 12px;
  }
  /* Keep boxes centered and inside container */
  .schedule-section .info-cards-row { padding-left: 12px; padding-right: 12px; }
  .schedule-section .info-card-left,
  .schedule-section .schedule-box {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}

.season-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.season-btn {
  background: #fff;
  color: #151f3f;
  border: 2px solid #151f3f;
  border-radius: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 10px 28px 6px 28px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: none;
  position: relative;
  min-width: 90px;
}
.season-btn .season-months {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #151f3f;
  margin-top: 2px;
}
.season-btn.active {
  background: #151f3f;
  color: #fff;
  border-color: #151f3f;
}
.season-btn.active .season-months {
  color: #fff;
}
.season-btn:not(.active):hover {
  background: #f7f9fc;
}
@media (max-width: 900px) {
  .season-toggle {
    gap: 6px;
  }
  .season-btn {
    font-size: 1rem;
    padding: 8px 12px 4px 12px;
    min-width: 70px;
  }
}

/* --- SNUG VARIABLE PARA SECÇÃO DE INFORMAÇÕES --- */
.info-title,
.info-label,
.info-value,
.season-btn,
.info-schedule-row {
  font-family: "Raleway", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
}



/* Novo layout da caixa de horário */
.schedule-box {
  background: #fff !important;
  border: 2px solid #151f3f;
  padding: 46px 34px 34px 34px;
  border-radius: 0;
  box-shadow: none;
  height: fit-content;
  min-width: 280px;
  flex: 1 1 320px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  z-index: 1;
}

/* Garantir fundo branco consistente dentro da box de horário */
.schedule-box .schedule-content,
.schedule-box .schedule-day,
.schedule-box .season-toggle { background: #fff; }

.schedule-title {
  color: #151f3f;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}

.schedule-underline {
  width: 70px;
  height: 3px;
  background: #151f3f;
  margin: 0 auto 30px auto;
}

.schedule-content {
  margin-bottom: 25px;
}

.schedule-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.schedule-day:last-child {
  border-bottom: none;
}

.day-name {
  font-size: 21px;
  font-weight: 400;
  color: #151f3f;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.day-hours {
  font-size: 16px;
  color: #151f3f;
  font-weight: 300;
  text-align: right;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
}

.day-hours.closed {
  color: #ff6b6b;
  font-weight: 400;
}

.schedule-box .season-toggle {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.schedule-box .season-btn {
  background: transparent;
  color: #151f3f;
  border: 2px solid #151f3f;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}

.schedule-box .season-btn.active {
  background: #151f3f;
  color: #fff;
}

.schedule-box .season-btn:hover {
  background: rgba(21, 31, 63, 0.1);
}

/* Decoração de grãos de areia */
.sand-decoration {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.7;
}

/* Areia específica para seção about - atrás do conteúdo */
.sand-about {
  z-index: 0 !important;
}

/* Areia específica para seção menu - atrás do conteúdo */
.sand-menu {
  z-index: 0 !important;
}

.sand-schedule {
  bottom: -40px;
  left: -138px;
  width: 600px;
  height: auto;
  z-index: 0 !important;
}

.sand-menu {
  top: 10px;
  left: -400px;
  width: 900px;
  height: auto;
}

.sand-origin {
  top: -105px;
  right: -250px;
  width: 500px;
  height: auto;
  z-index: 0 !important;
}

.sand-about {
  bottom: -90px;
  right: -90px;
  width: 1000px;
  height: auto;
}

/* Areia adicional na secção about - canto superior esquerdo */
.sand-about-top-left {
  position: absolute;
  top: -85px;
  left: -100px;
  width: 850px;
  height: auto;
  z-index: 0 !important; /* atrás do conteúdo */
}

@media (max-width: 900px) {
  .sand-about-top-left {
    top: -40px;
    left: -180px;
    width: 600px;
  }
}

/* Logo azul diagonal na seção menu */
.menu-logo-diagonal {
  position: absolute;
  right: -150px;
  bottom: -85px;
  width: 380px;
  height: auto;
  transform: scaleX(-1) rotate(-15deg);
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}



/* Oswald font applied globally */




.divider-background.galeria-bg {
  padding: 85px 0;
}
.gallery-images {
  width: 100vw;
  min-height: 0;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0;
  margin: 0;
}

/* Areia específica para seção galeria - atrás do conteúdo */
.sand-gallery {
  position: absolute;
  bottom: 95px;
  right: -170px;
  width: 800px;
  height: auto;
  z-index: 0 !important;
}

/* Areia adicional da galeria - canto superior esquerdo */
.sand-gallery-top-left {
  position: absolute;
  top: 50px;
  left: -120px;
  width: 520px;
  height: auto;
  z-index: 0 !important;
}

@media (max-width: 900px) {
  .sand-gallery-top-left {
    top: -80px;
    left: -260px;
    width: 640px;
  }
}

/* Old detailed review styles removed - using new compact styles above */



.nav-toggle .menu-svg rect {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}
nav.open .nav-toggle .menu-svg rect:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
nav.open .nav-toggle .menu-svg rect:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.5);
}
nav.open .nav-toggle .menu-svg rect:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.menu-svg .bar {
  fill: #fff;
  stroke: #000;
  stroke-width: 2;
  transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
}
.menu-svg.is-active .top {
  transform: translateY(6px) rotate(45deg);
}
.menu-svg.is-active .middle {
  opacity: 0;
}
.menu-svg.is-active .bottom {
  transform: translateY(-6px) rotate(-45deg);
}

.photo-container .background-image-holder2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s ease;
}

/* --- Carousel horizontal de imagens --- */
.carousel-section {
  width: 100vw;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: 200px;
  justify-content: center;
}
.carousel-wrapper {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-track {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: carousel-scroll 20s linear infinite;
  height: 100%;
}
.carousel-img {
  height: 340px;
  width: auto;
  border-radius: 0 !important;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.13);
  object-fit: cover;
  background: #eee;
  transition: transform 0.3s;
  display: block;
  cursor: pointer !important;
}
.carousel-img:hover {
  transform: scale(1.09);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.2);
}
@keyframes carousel-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Ajuste de velocidade do carrossel por tamanho de ecrã (mais rápido em ecrãs pequenos) */
@media (max-width: 1600px) { .carousel-track { animation-duration: 10s; } }
@media (max-width: 1400px) { .carousel-track { animation-duration: 10s; } }
@media (max-width: 1200px) { .carousel-track { animation-duration: 16s; } }
@media (max-width: 1024px) { .carousel-track { animation-duration: 14s; } }
@media (max-width: 900px)  { .carousel-track { animation-duration: 12s; } }
@media (max-width: 768px)  { .carousel-track { animation-duration: 10s; } }
@media (max-width: 600px)  { .carousel-track { animation-duration: 9s; } }
@media (max-width: 420px)  { .carousel-track { animation-duration: 8s; } }

/* Respeitar utilizadores com movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  .carousel-track { animation: none !important; }
  .scroll-indicator .mouse .wheel { animation: none !important; }
  .scroll-indicator .arrow { animation: none !important; }
  video.background-video { display: none !important; }
}

.gallery-section {
  padding-top: 120px;
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  overflow: hidden; /* garante que a areia não sai da secção */
}
/* Garantir que a grelha fica acima das areias decorativas */
.gallery-section .gallery-grids { position: relative; z-index: 1; }

/* Grelhas estáticas da galeria (vertical, várias linhas) */
.gallery-grids { margin-top: 10px; max-width: 1180px; margin-left: auto; margin-right: auto; padding: 0 18px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.gallery-grid.is-hidden { display: none; }
.gallery-grid a { display: block; }
.gallery-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4; /* thumbnails mais verticais */
  object-fit: cover;
  border-radius: 4px;
  display: block;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .gallery-grids { max-width: 960px; padding: 0 14px; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
  .gallery-grid img { aspect-ratio: 2 / 3; }
}

/* Lightbox tweaks to ensure correct stacking and mobile fit */
.lightboxOverlay { z-index: 100000; }
.lightbox { z-index: 100001; }
.lb-outerContainer { max-width: 96vw !important; max-height: 86vh !important; }
.lb-image { max-width: 96vw !important; max-height: 86vh !important; }
.lb-data .lb-close { font-size: 26px; }

.gallery-item img,
.carousel-img {
  cursor: pointer !important;
}

#lightbox-close {
  position: absolute;
  top: 32px;
  right: 48px;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 100001;
  font-family: sans-serif;
  line-height: 1;
  text-shadow: 0 2px 12px #000, 0 0 2px #000;
  transition: color 0.2s;
}
#lightbox-close:hover {
  color: #ff5252;
}

.instagram-link {
  transition: color 0.2s, font-weight 0.2s;
  font-weight: 400;
}
.instagram-link:hover {
  color: #151f3f;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(21, 31, 63, 0.08);
}
.instagram-link:hover .icon {
  color: #151f3f;
  font-weight: bold;
  filter: drop-shadow(0 2px 8px #151f3f33);
}
.instagram-link:hover .instagram-text {
  font-family: "Raleway", Arial, sans-serif !important;
  font-weight: 700 !important;
}

nav.off-screen .nav-bg-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(33, 27, 27, 0.608); /* mesmo overlay escuro */
  z-index: 1;
  pointer-events: none;
}
nav.off-screen > *:not(.nav-bg-video):not(.nav-bg-overlay) {
  position: relative;
  z-index: 2;
}

.nav-bottom-info {
  position: static;
  bottom: auto;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
nav.off-screen .bottom-content {
  position: static;
  bottom: auto;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 18px;
}
.language-switcher {
  margin-bottom: 18px !important;
}

/* ========================= */
/* Mobile/Tablet Adjustments */
/* ========================= */

/* Tablet-first tuning */
@media (max-width: 1024px) {
  /* Reduce hero height slightly on tablets */
  .hero-slider .slides li { height: 640px; }

  /* Section headline scale down (higher specificity to override responsive.css) */
  section.divider-background .headline-style-2 h3 {
    font-size: 72px;
    line-height: 1.2;
  }

  /* About slider height on tablets */
  .about-slider .slides li { height: 420px; }

  /* Carousel image a bit smaller */
  .carousel-img { height: 280px; }
  .carousel-track { gap: 36px; }
}

/* Phone adjustments */
@media (max-width: 768px) {
  /* Compact section paddings for mobile */
  section { padding-top: 66px; padding-bottom: 66px; }

  /* Hero */
  .hero-slider .slides li { height: 520px; }
  .hero-logo { max-width: 380px; }
  .scroll-indicator { bottom: 12px; }

  /* Big divider headings (menu/origin/schedule/gallery) */
  section.divider-background .headline-style-2 h3 {
    font-size: 44px;
    line-height: 1.25;
  }
  section.divider-background .headline-style-2 .line { width: 56px; margin-top: 18px; }

  /* About photo block above text, fixed height */
  .photo-container { position: relative; height: 320px; }
  .about-slider .slides li { height: 320px; }

  /* Narrow menu items stack */
  .narrow-menu .menu-item { width: 100%; padding: 0; float: none; }
  .narrow-menu .menu-item:nth-child(even) { padding: 0; }

  /* Carousel */
  .carousel-img { height: 220px; }
  .carousel-track { gap: 24px; }

  /* Background holders: reduce parallax travel to avoid overflow on phones */
  /* Give a lot more room to avoid white gaps during parallax on phones */
  .divider-background .background-image-holder { height: 260%; top: -85%; }
  .background-image-holder { height: 170%; top: -35%; }
  .background-image-holder2 { height: 170%; top: -35%; }

  /* Decorative sand: reduce visual weight */
  .sand-decoration { opacity: 0.6; }
  .sand-menu { width: 600px; left: -260px; top: 0; }
  .sand-origin { width: 360px; right: -160px; top: -60px; }
  .sand-about { width: 720px; right: -60px; bottom: -60px; }

  /* Hide diagonal logo in menu section on smaller devices */
  .menu-logo-diagonal { display: none; }

  /* Place hamburger toggle at top-right on mobile */
  nav.off-screen .nav-toggle,
  nav.off-screen.reveal-nav .nav-toggle {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 10002 !important;
  }
  .nav-toggle .menu-svg { width: 44px; height: 44px; }

  /* Avoid iOS fixed-position bug by removing transform from ancestor on mobile */
  nav.off-screen { transform: none !important; transition: right 0.5s ease !important; }
  nav.off-screen.reveal-nav { transform: none !important; right: 0 !important; }

  /* Stronger override over rules in responsive.css */
  body nav.off-screen .nav-toggle { right: 16px !important; top: 16px !important; }
  body nav.off-screen.reveal-nav .nav-toggle { right: 16px !important; top: 16px !important; }

  /* Schedule typography a bit tighter */
  .day-name { font-size: 18px; }
  .day-hours { font-size: 14px; }

  /* Gallery spacing */
  .gallery-section { padding-top: 80px; padding-bottom: 36px; }

  /* Ensure schedule cards don't touch screen edges on phones */
  .schedule-section .info-cards-row { padding-left: 16px; padding-right: 16px; }
  .schedule-section .info-card-left,
  .schedule-section .schedule-box {
    width: 100%;
    max-width: 100%;
    margin-left: auto; margin-right: auto;
  }

  /* Keep season buttons blue when selected and prevent iOS grey tap overlay */
  .season-btn, .schedule-box .season-btn {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  /* non-selected pressed state: keep transparent, no grey */
  .season-btn:active, .season-btn:focus,
  .schedule-box .season-btn:active, .schedule-box .season-btn:focus {
    background: transparent;
    color: #151f3f;
    outline: none;
    box-shadow: none;
  }
  /* selected state: stay dark blue even when pressed */
  .season-btn.active,
  .season-btn.active:active,
  .season-btn.active:focus,
  .schedule-box .season-btn.active,
  .schedule-box .season-btn.active:active,
  .schedule-box .season-btn.active:focus {
    background: #151f3f;
    color: #fff;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .hero-slider .slides li { height: 420px; }
  .hero-logo { max-width: 300px; }

  section.divider-background .headline-style-2 h3 { font-size: 36px; line-height: 1.15; }
  section.divider-background .headline-style-2 .line { width: 48px; margin-top: 14px; }

  .about-slider .slides li { height: 280px; }
  .photo-container { height: 280px; }

  .carousel-img { height: 180px; }
  .carousel-track { gap: 16px; }

  .gallery-section { padding-top: 66px; padding-bottom: 28px; }
  .schedule-section { padding: 40px 0; }

  /* Tighter info cards and schedule box padding */
  .info-card,
  .info-card-left,
  .info-card-right,
  .schedule-box { padding: 24px 14px 18px 14px; }

  /* Maintain small side margins for the schedule section on very small phones */
  .schedule-section .info-cards-row { padding-left: 12px; padding-right: 12px; }
  .schedule-section .info-card-left,
  .schedule-section .schedule-box {
    width: 100%;
    max-width: 100%;
    margin-left: auto; margin-right: auto;
  }

  /* Map height reduction for better viewport fit */
  .map-wrapper iframe { height: 360px !important; }

  /* Sand further reduced */
  .sand-menu { width: 480px; left: -220px; }
  .sand-origin { width: 300px; right: -140px; top: -40px; }
  .sand-about { width: 600px; right: -40px; bottom: -40px; }

  /* Extra safety on very small phones to fully cover parallax backgrounds */
  .divider-background .background-image-holder { height: 320%; top: -110%; }
}
