/* -------------------------------------------------------------------------
   Light site shell (template defaults are dark body + white type) */
:root {
  --body-bg-color: #faf8f4;
  --color-four: #f3efe6;
  --color-five: #ebe6dc;
  --text-color: rgb(45, 50, 48);
  --heading-color: rgb(28, 32, 30);
  --color-one: rgb(105, 102, 98);
  /* Deeper bronze vs template gold — stronger on cream/light sections */
  --main-color: rgb(95, 72, 38);
}

/* Hero / photo blocks / footer: light text + brighter accent on dark imagery */
.banner-section,
.inner-banner,
.online-reservation:not(.inner-page) {
  --text-color: rgba(255, 255, 255, 0.92);
  --heading-color: #ffffff;
  --main-color: rgb(212, 178, 118);
}

/* Primary content sections: section fill = site shell (template used --color-four / --color-five) */
.about-section {
  background-color: var(--body-bg-color);
}

.fluid-section {
  background: var(--body-bg-color);
}

.image-gallery {
  background-color: var(--body-bg-color);
}

.menu-one,
.menu-two {
  background-color: var(--body-bg-color);
}

.menu-one .menu-col .dish-block .title .ttl,
.menu-one .menu-col .dish-block .title .price,
.menu-two .dish-block .title .ttl,
.menu-two .dish-block .title .price {
  background-color: var(--body-bg-color);
}

.chef-section {
  background: var(--body-bg-color);
}

.contact-page {
  background: var(--body-bg-color);
}


.halls-page-section {
  background: var(--body-bg-color);
  padding: 30px 0;
}

.halls-page-grid {
  margin-top: 8px;
}

.halls-page-card {
  position: relative;
  display: block;
  margin-bottom: 28px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  min-height: 380px;
}

.halls-page-card__media {
  display: block;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  height: 380px;
}

.halls-page-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 10, 11, 0.74) 10%,
    rgba(8, 10, 11, 0.38) 52%,
    rgba(8, 10, 11, 0.12) 100%
  );
}

.halls-page-card__content {
  position: absolute;
  left: clamp(20px, 3vw, 34px);
  right: clamp(20px, 3vw, 34px);
  bottom: clamp(18px, 2.6vw, 30px);
  z-index: 2;
}

.halls-page-card__title {
  display: block;
  font-family: var(--font-family-Forum);
  font-size: clamp(1.8rem, 3.2vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.halls-page-card__cta {
  display: block;
  margin-top: 12px;
  font-size: var(--font-12);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.halls-page-card:hover .halls-page-card__cta {
  color: #fff;
}

.halls-page-card,
.halls-page-card:visited,
.halls-page-card:hover,
.halls-page-card:focus,
.halls-page-card:active,
.halls-page-card__title,
.halls-page-card__cta {
  color: #fff;
}

.halls-page-card:hover .halls-page-card__title,
.halls-page-card:hover .halls-page-card__cta,
.halls-page-card:visited .halls-page-card__title,
.halls-page-card:visited .halls-page-card__cta {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .halls-page-section {
    padding: 30px 0;
  }

  .halls-page-card {
    min-height: 260px;
    margin-bottom: 20px;
  }

  .halls-page-card__media {
    min-height: 260px;
    height: 260px;
  }
}

.contact-page .cinfo-box {
  background-color: var(--body-bg-color);
}

.contact-page .cinfo-box:before {
  background-color: transparent;
}

.contact-page__form-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 24px 20px 56px;
}

@media only screen and (min-width: 992px) {
  .contact-page__two-col {
    align-items: center;
  }

  .contact-page__form-col {
    padding-right: clamp(32px, 5.5vw, 72px);
  }

  .contact-page__info-col {
    padding-left: clamp(28px, 4.5vw, 64px);
  }

  .contact-page__form-col .contact-page__form-wrap {
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-page__form-title {
    text-align: left;
  }

  .contact-page__form-title h2 {
    font-size: calc(var(--font-60) * 0.68);
  }
}

.contact-page__info-col {
  margin-top: 8px;
}

@media only screen and (min-width: 992px) {
  .contact-page__info-col {
    margin-top: 0;
  }
}

/* Contact page: right column — light stack; vertical center via .contact-page__two-col */
.contact-page__info-panel {
  position: relative;
  text-align: left;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Match `.title-box .pattern-image` + img (separator size when it lived above the form) */
.contact-page__info-panel-pattern {
  position: relative;
  margin-bottom: var(--margin-bottom-15);
}

.contact-page__info-panel-pattern img {
  max-width: 100px;
}

.contact-page__info-section {
  margin: 0;
}

.contact-page__info-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  font-family: var(--font-family-Forum);
  font-size: clamp(1.22rem, 2.5vw, 1.58rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--heading-color);
  text-transform: capitalize;
}

.contact-page__info-heading-icon {
  flex-shrink: 0;
  display: flex;
  width: clamp(26px, 3.2vw, 30px);
  height: clamp(26px, 3.2vw, 30px);
  color: var(--main-color);
}

.contact-page__info-heading-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-page__info-heading-label {
  min-width: 0;
}

.contact-page__info-text {
  margin: 0;
  font-size: var(--font-15);
  line-height: 1.6;
  color: var(--color-one);
}

.contact-page__info-schedule-line {
  margin: 0;
  font-size: var(--font-15);
  line-height: 1.6;
  color: var(--color-one);
}

.contact-page__info-schedule-line + .contact-page__info-schedule-line {
  margin-top: 6px;
}

.contact-page__info-text + .contact-page__info-text {
  margin-top: 8px;
}

@media only screen and (max-width: 991px) {
  .contact-page__info-panel {
    text-align: center;
    margin-bottom: 100px;
  }

  .contact-page__info-col {
    margin-top: clamp(44px, 10vw, 64px);
  }

  .contact-page__info-heading {
    justify-content: center;
    margin-bottom: 14px;
  }

  .contact-page__info-heading-label {
    text-align: center;
  }

  .contact-page__info-schedule .contact-page__info-schedule-line {
    text-align: center;
  }

  .contact-page__info-text,
  .contact-page__info-text--email {
    text-align: center;
  }

  .contact-page__info-schedule-line + .contact-page__info-schedule-line {
    margin-top: 12px;
  }

  .contact-page__info-text + .contact-page__info-text {
    margin-top: 16px;
  }

  .contact-page__info-section--phone .contact-page__phone-link--panel {
    display: block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    max-width: 100%;
  }

  .contact-page .contact-page__info-col .contact-page__phone-hint {
    margin-top: 18px;
    text-align: center;
  }

  .contact-page__form-title {
    text-align: center;
  }

  .contact-page__info-panel-pattern {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .contact-page__form .form-group:last-child {
    text-align: center;
  }

  .contact-page__form .theme-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-page__info-inline-label {
  color: var(--color-one);
  font-weight: 500;
}

.contact-page__info-mail {
  color: var(--main-color);
  text-decoration: none;
  word-break: break-word;
}

.contact-page__info-mail:hover {
  color: var(--heading-color);
  text-decoration: underline;
}

.contact-page__info-rule {
  display: block;
  margin: 22px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 991px) {
  .contact-page__info-rule {
    margin: 28px auto;
    max-width: min(280px, 72vw);
  }
}

@media only screen and (min-width: 992px) {
  .contact-page__info-section--phone .contact-page__phone-link--panel {
    display: inline-block;
    margin-top: 2px;
  }
}

.contact-page__form .theme-btn {
  margin-top: 8px;
}

.contact-page__form .theme-btn.btn-style-one,
.contact-page__form .theme-btn.btn-style-one .btn-wrap .text-one,
.contact-page__form .theme-btn.btn-style-one .btn-wrap .text-two {
  color: #ffffff;
}

.contact-page__form .theme-btn.btn-style-one:hover .btn-wrap .text-two {
  color: #ffffff;
}

.contact-page__form .theme-btn.btn-style-one:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

.contact-page__form-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  font-size: var(--font-15);
  line-height: 1.5;
  text-align: left;
  border-radius: 2px;
}

.contact-page__form-alert--success {
  color: rgb(24, 80, 48);
  background: rgba(40, 140, 80, 0.12);
  border: 1px solid rgba(40, 140, 80, 0.28);
}

.contact-page__form-alert--error {
  color: rgb(120, 32, 32);
  background: rgba(180, 48, 48, 0.1);
  border: 1px solid rgba(180, 48, 48, 0.28);
}

@media only screen and (max-width: 991px) {
  .contact-page__form-alert {
    text-align: center;
  }
}

.contact-page__form.default-form .form-group {
  margin-bottom: 14px;
}

.contact-page__form.default-form .form-group:last-child {
  margin-bottom: 0;
}

/* Contact form: light fields (template `.default-form` uses dark `--color-six`) */
.contact-page__form.default-form .form-group input[type='text'],
.contact-page__form.default-form .form-group input[type='email'],
.contact-page__form.default-form .form-group input[type='tel'],
.contact-page__form.default-form .form-group textarea {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--heading-color);
}

.contact-page__form.default-form .form-group input:focus,
.contact-page__form.default-form .form-group textarea:focus {
  background-color: #ffffff;
  border-color: var(--main-color);
}

.contact-page__form.default-form .form-group input::placeholder,
.contact-page__form.default-form .form-group textarea::placeholder {
  color: var(--color-one);
  opacity: 0.75;
}

.contact-page__form.default-form .form-group input::-webkit-input-placeholder,
.contact-page__form.default-form .form-group textarea::-webkit-input-placeholder {
  color: var(--color-one);
  opacity: 0.75;
}

.contact-page__form.default-form .form-group input::-moz-placeholder,
.contact-page__form.default-form .form-group textarea::-moz-placeholder {
  color: var(--color-one);
  opacity: 0.75;
}

/* Inherit body color from :root; scoped --text-color alone does not repaint descendants */
.banner-section,
.inner-banner {
  color: var(--text-color);
}

.testimonials-two {
  --heading-color: #ffffff;
  --text-color: rgba(255, 255, 255, 0.92);
  --main-color: rgb(212, 178, 118);
}

/* Testimonials: remove "card" look, keep text on background */
.testimonials-two .testi-block .inner-box {
  background: transparent;
  padding: 0;
  color: var(--text-color);
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.testimonials-two .testi-block .quote-icon {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto 18px;
}

/* Testimonials: fixed-size author photos */
.testimonials-two .testi-block .auth-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.testimonials-two .testi-block .auth-title .auth-info {
  min-height: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left;
}

.testimonials-two .testi-block .auth-title .thumb {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.testimonials-two .testi-block .auth-title .thumb span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
  line-height: 1;
  color: var(--heading-color);
}

/* Testimonials nav arrows: keep perfectly centered vertically */
.testimonials-two .carousel-box {
  position: relative;
}

.testimonials-two .owl-theme .owl-nav {
  top: 32%;
  transform: translateY(-50%);
  margin-top: 0;
}

/* Parallax bg: avoid background-attachment:fixed (broken on iOS Safari — zoomed/pixelated).
   Inner layer is translated via GSAP ticker; works with Lenis + window scroll. */
.testimonials-two .image-layer {
  overflow: hidden !important;
  background: transparent !important;
  background-image: none !important;
  background-attachment: scroll !important;
}

.testimonials-two .testimonials-two__parallax-bg {
  position: absolute;
  left: 0;
  top: -12%;
  width: 100%;
  height: 124%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-gallery {
  position: relative;
  padding: 80px 0;
  background: var(--body-bg-color);
}

.image-gallery-home .auto-container {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.image-gallery-home .title-box {
  margin-bottom: 52px;
}

.home-gallery-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.home-gallery-slider__track {
  display: flex;
  width: 100%;
  will-change: transform;
}

.home-gallery-slider__slide {
  display: flex;
  min-width: 100%;
  gap: 24px;
}

.home-gallery-slider__item {
  flex: 1;
  position: relative;
}

.image-gallery-home .gallery-block .image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 16/10;
  min-height: 340px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.image-gallery-home .gallery-block .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.image-gallery-home .gallery-block:hover .image img {
  transform: scale(1.05);
}

.home-gallery-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: var(--heading-color);
}

.home-gallery-slider__arrow:hover {
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.home-gallery-slider__arrow--prev {
  left: 20px;
}

.home-gallery-slider__arrow--next {
  right: 20px;
}

.gallery-block-link {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.image-gallery-grid {
  display: none;
}

.image-gallery-grid__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.image-gallery-grid__item .image {
  aspect-ratio: 4/3;
  border-radius: 0;
  overflow: hidden;
}

.image-gallery-grid__actions {
  text-align: center;
}

@media (max-width: 991px) {
  .home-gallery-slider {
    display: none;
  }
  
  .image-gallery-grid {
    display: block;
    width: 100%;
  }

  .image-gallery-home .auto-container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .image-gallery-grid__inner {
    width: 100%;
    max-width: 100%;
    gap: 10px;
    margin-bottom: 16px;
    box-sizing: border-box;
  }

  .image-gallery-grid__item,
  .image-gallery-grid__item .image,
  .image-gallery-grid__item .image img,
  .gallery-block-link {
    width: 100%;
  }

  .image-gallery-grid__item .image {
    aspect-ratio: auto !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

  .image-gallery-grid__item .image .gallery-block-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .image-gallery-grid__item .image .gallery-block-link img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }

  .image-gallery-grid__item,
  .image-gallery-grid__item .image {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
}

@keyframes galleryFadeIn {
  from { 
    opacity: 0; 
    visibility: visible;
  }
  to { 
    opacity: 1; 
    visibility: visible;
  }
}

@keyframes galleryFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes sliderScaleIn {
  from { 
    transform: scale(0.9);
    opacity: 0;
  }
  to { 
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes sliderScaleOut {
  from { 
    transform: scale(1);
    opacity: 1;
  }
  to { 
    transform: scale(0.9);
    opacity: 0;
  }
}

@keyframes galleryCloseSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}

.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  opacity: 0;
  animation: galleryFadeIn 0.5s ease-out forwards;
  display: block;
}

.gallery-overlay.gallery-overlay--closing {
  animation: galleryFadeOut 0.5s ease-in forwards;
  pointer-events: none;
}

.gallery-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999999999;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
}

.gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.gallery-overlay.gallery-overlay--closing .gallery-close svg {
  animation: galleryCloseSpin 0.5s ease-in-out forwards;
  transform-origin: center;
}

.img-slider {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  transform: scale(0.9);
  opacity: 0;
  animation: sliderScaleIn 0.6s ease-out 0.2s forwards;
}

.gallery-overlay.gallery-overlay--closing .img-slider {
  transform: scale(1);
  opacity: 1;
  animation: sliderScaleOut 0.4s ease-in 0.1s forwards;
}

.img-slider__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.img-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.img-slider__slide:not(.is--current) {
  pointer-events: none;
}

.img-slider__slide.is--current {
  z-index: 1;
}

.img-slider__slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-slider__slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.img-slider__arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  color: white;
}

.img-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.img-slider__arrow--prev {
  left: 30px;
}

.img-slider__arrow--next {
  right: 30px;
}

.img-slider__nav {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  max-width: 80vw;
  overflow-x: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  scrollbar-width: none;
  z-index: 9999999999;
}

.img-slider__nav::-webkit-scrollbar {
  display: none;
}

.img-slider__thumb {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.img-slider__thumb:hover {
  transform: scale(1.05);
}

.img-slider__thumb.is--current {
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.img-slider__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
  
  .img-slider__arrow {
    width: 50px;
    height: 50px;
  }
  
  .img-slider__arrow--prev {
    left: 20px;
  }
  
  .img-slider__arrow--next {
    right: 20px;
  }
  
  .img-slider__nav {
    bottom: 20px;
    max-width: 90vw;
  }
  
  .img-slider__thumb {
    flex: 0 0 50px;
    height: 50px;
  }
  
  .img-slider__slide-inner img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
}

/* Template uses `top: -51px` when `.fixed-header` to tuck the top strip; we show the full bar. */
.main-header.fixed-header.header-down,
.main-header.fixed-header.header-up {
  top: 0;
}

/* Top contact strip: animate in/out when `.fixed-header` toggles at hero boundary (not `display:none`) */
.main-header .header-top {
  overflow: hidden;
  max-height: 120px;
  opacity: 1;
  padding-top: var(--padding-top-10);
  padding-bottom: var(--padding-bottom-10);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  pointer-events: auto;
  transition:
    opacity 0.42s ease,
    max-height 0.55s cubic-bezier(0.33, 1, 0.68, 1),
    padding-top 0.5s ease,
    padding-bottom 0.5s ease,
    border-bottom-width 0.4s ease,
    border-bottom-color 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .main-header .header-top {
    transition-duration: 0.01ms !important;
  }
}

/* Top of page / over hero: transparent header + light chrome (fixed-header @ scroll ≥1px) */
.main-header:not(.fixed-header) .header-top {
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.main-header:not(.fixed-header) .header-top .top-info li,
.main-header:not(.fixed-header) .header-top .top-info li a {
  color: rgba(255, 255, 255, 0.92);
}

.main-header:not(.fixed-header) .header-upper {
  background: transparent;
  border-bottom-color: transparent;
}

.main-header:not(.fixed-header) .main-menu .navigation > li > a {
  color: #ffffff;
}

.main-header:not(.fixed-header) .main-menu .navigation > li.dropdown > a:after {
  color: rgba(255, 255, 255, 0.85);
}

.main-header:not(.fixed-header) .info-btn {
  color: #ffffff;
}

.main-header:not(.fixed-header) .hamburger span {
  background: #ffffff !important;
}

.main-header:not(.fixed-header) .nav-toggler button {
  color: #ffffff;
}

.main-header:not(.fixed-header) .header-top .top-info li a:hover {
  color: #f5e0b8;
}

.main-header:not(.fixed-header) .header-top .top-info li:after {
  border-color: rgba(255, 255, 255, 0.75);
}

.main-header:not(.fixed-header) .main-menu .navigation > li > a:before {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-color: #f2d9a6;
  border-bottom-color: #f2d9a6;
}

.main-header:not(.fixed-header) .main-menu .navigation > li:hover > a,
.main-header:not(.fixed-header) .main-menu .navigation > li.current > a,
.main-header:not(.fixed-header) .main-menu .navigation > li.current-menu-item > a {
  color: #fff8ec;
}

/* Mobile hamburger sidebar: white panel (not cream body tint) */
.hidden-bar,
.hidden-bar .inner-box {
  background: #ffffff !important;
}

/* Mobile sidebar: plain × button (no circled FA icon) */
.hidden-bar .inner-box .hidden-bar-close-btn {
  position: absolute;
  right: 18px;
  top: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--heading-color);
  cursor: pointer;
  line-height: 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.hidden-bar .inner-box .hidden-bar-close-btn:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--main-color);
}

.hidden-bar .inner-box .hidden-bar-close-btn:focus-visible {
  outline: 2px solid var(--main-color);
  outline-offset: 2px;
}

.hidden-bar .inner-box .hidden-bar-close-btn svg {
  display: block;
  width: 22px;
  height: 22px;
}

.hidden-bar .side-menu ul {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.hidden-bar .side-menu ul li {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.hidden-bar .side-menu ul li a,
.hidden-bar .side-menu ul li span {
  color: var(--heading-color);
}

/* Disabled mobile sidebar items are spans: match anchor typography exactly. */
.hidden-bar .side-menu ul li span {
  position: relative;
  display: block;
  font-family: var(--font-family-DMsans);
  font-size: var(--font-12);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-top: var(--padding-top-10);
  padding-bottom: var(--padding-bottom-10);
}

.hidden-bar .side-menu ul li .btn-expander {
  color: var(--heading-color);
}

/* Larger logos inside hamburger sidebars */
.hidden-bar .inner-box .logo-box img,
.info-bar .inner-box .logo-box img {
  max-height: 72px;
  width: auto;
}

/* Desktop hamburger sidebar (info-bar): match light style too. */
.info-bar {
  background: var(--body-bg-color) !important;
}

.info-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/background/pattern-7.png) center top repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.info-bar .inner-box {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.info-bar .inner-box .cross-icon {
  color: var(--heading-color);
  border-color: var(--heading-color);
}

.info-bar .info li,
.info-bar .info li a {
  color: var(--color-one);
}

.info-bar .booking-info .bk-title {
  color: var(--heading-color);
}

.info-bar .booking-info .bk-no,
.info-bar .booking-info .bk-no a {
  color: var(--main-color);
}

/* Desktop info sidebar: photo size (template default max-width: 200px). */
.info-bar .inner-box .image-box {
  max-width: min(100%, 300px);
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.info-bar .inner-box .image-box img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

/* Halls page link: match nav typography in sidebar + footer */
.hidden-bar .side-menu ul li a[href="/salile-noastre"],
.hidden-bar .side-menu ul li a[href="/salile-noastre"]:visited,
.main-footer .links li a[href="/salile-noastre"],
.main-footer .links li a[href="/salile-noastre"]:visited {
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor;
}

.hidden-bar .side-menu ul li a[href="/salile-noastre"],
.hidden-bar .side-menu ul li a[href="/salile-noastre"]:visited {
  font-family: var(--font-family-DMsans) !important;
  font-size: var(--font-12) !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--heading-color) !important;
}

.main-footer .links-col ul li a[href="/salile-noastre"],
.main-footer .links-col ul li a[href="/salile-noastre"]:visited {
  font-family: var(--font-family-DMsans) !important;
  font-size: var(--font-12) !important;
  font-weight: 700 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

.main-footer .links-col ul li a[href="/salile-noastre"]:hover {
  color: var(--footer-accent) !important;
}

/* Language dropdown (replaces reservation CTA) — panel is portaled to body */
.main-header .links-box .lang-switch-dropdown {
  position: relative;
  float: left;
}

.main-header .links-box .lang-switch-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.2;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-header .links-box .lang-switch-trigger:focus {
  outline: none;
}

.main-header .links-box .lang-switch-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.main-header .links-box .lang-switch-chevron {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: none;
}

/* Popover list (not inside header stack / not the mobile slide-out menu) */
.lang-switch-menu.lang-switch-menu-portal {
  position: fixed;
  z-index: 100100;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #faf8f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  animation: langMenuFadeIn 0.18s ease-out;
}

@keyframes langMenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lang-switch-menu.lang-switch-menu-portal li {
  margin: 0;
  padding: 0;
}

.lang-switch-menu.lang-switch-menu-portal button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 10px 14px;
  margin: 0;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  color: var(--heading-color);
  background: transparent;
  transition: background 0.15s ease;
}

.lang-switch-menu.lang-switch-menu-portal button:hover {
  background: rgba(95, 72, 38, 0.08);
}

.lang-switch-menu.lang-switch-menu-portal button.is-active {
  background: rgba(95, 72, 38, 0.12);
  font-weight: 600;
}

.lang-switch-menu.lang-switch-menu-portal .lang-switch-menu-code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-one);
}

.main-header:not(.fixed-header) .links-box .lang-switch-trigger {
  color: #ffffff;
}

.main-header:not(.fixed-header) .links-box .lang-switch-trigger:hover {
  color: #fff8ec;
  opacity: 0.95;
}

.main-header:not(.fixed-header) .links-box .lang-switch-dropdown.is-open .lang-switch-trigger {
  color: #fff8ec;
}

.main-header.fixed-header .links-box .lang-switch-trigger {
  color: var(--heading-color);
}

.main-header.fixed-header .links-box .lang-switch-trigger:hover {
  color: var(--main-color);
}

.main-header.fixed-header .links-box .lang-switch-dropdown.is-open .lang-switch-trigger {
  color: var(--main-color);
}

/* Sticky state: collapse top strip (address, hours, phone, email) — only `.header-upper` stays visible */
.main-header.fixed-header .header-top {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
  border-bottom-color: transparent;
  pointer-events: none;
}

.main-header.fixed-header .header-upper {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.main-header.fixed-header .main-menu .navigation > li > a {
  color: var(--heading-color);
}

.main-header.fixed-header .main-menu .navigation > li.dropdown > a:after {
  color: var(--heading-color);
}

.main-header.fixed-header .info-btn {
  color: var(--heading-color);
}

.main-header.fixed-header .hamburger span {
  background: var(--heading-color) !important;
}

.main-header.fixed-header .nav-toggler button {
  color: var(--heading-color);
}

/* -------------------------------------------------------------------------
   Crown — navbar logo size (template default is 50px height) */
.main-header .main-box .logo-box .logo img {
  height: 52px;
  width: auto;
  max-width: none;
}

.fixed-header .main-box .logo-box .logo img {
  height: 44px;
}

/* About section (center image): force 350x550, crop nicely. */
.about-section .about-block.image-block .inner-box .image img {
  width: 350px;
  height: 550px;
  object-fit: cover;
  object-position: center;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
}

/* About section (first / video-box image): force 350x196, crop nicely, centered in column. */
.about-section .about-block.content-block .video-box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.about-section .about-block.content-block .video-box .image {
  position: relative;
  width: 350px;
  max-width: 100%;
  height: 196px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.about-section .about-block.content-block .video-box .image img,
.about-section .about-block.content-block .video-box .image video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  height: 380px;
}

.about-section .about-block.content-block .video-box .image video {
  display: block;
}

.about-section .about-block.content-block .video-box .image video.about-video-poster {
  opacity: 0.7;
}

.about-section .about-block.content-block .video-box .image video:not(.about-video-poster) {
  opacity: 1;
}

.about-section .about-block.content-block .video-box .about-video-hitarea {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.about-section .about-block.content-block .video-box .play-btn {
  z-index: 2;
  margin: -41px 0 0 -41px;
  font: inherit;
  color: var(--white-color);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}

/* About section: push the video-box image towards the bottom of the column. */
.about-section .about-block.content-block .inner-box {
  display: flex;
  flex-direction: column;
}

.about-section .about-block.content-block .inner-box > .video-box {
  margin-top: auto;
}

/* Swap logo color once header becomes fixed (scrolled past hero).
   Template CSS sets `.main-header .main-box .logo-box .logo img { display: block; }`
   with higher specificity, so we must match/beat it here. */
.main-header .main-box .logo-box .logo img.site-logo--yellow {
  display: none !important;
}

.main-header.fixed-header .main-box .logo-box .logo img.site-logo--white {
  display: none !important;
}

.main-header.fixed-header .main-box .logo-box .logo img.site-logo--yellow {
  display: block !important;
}

/* Mobile / tablet: compact logo in the header row */
@media only screen and (max-width: 991px) {
  .main-header .main-box .logo-box .logo img,
  .fixed-header .main-box .logo-box .logo img {
    height: 48px;
  }
}

/* -------------------------------------------------------------------------
   Home 01 / Delici Default header — left logo + desktop nav (not center layout).
   Bundled style.css sets .header-upper .nav-box { display: none }, which hides
   the whole bar including the mobile hamburger — always show the container. */
.main-header .header-upper .nav-box {
  display: block;
  float: right;
}

@media only screen and (min-width: 1200px) {
  .main-header .header-upper .main-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }

  .main-header .main-box .logo-box {
    float: none;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .main-header .header-upper .nav-box {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 0;
    min-width: 0;
  }

  .main-header .nav-outer {
    display: flow-root;
    float: none;
    flex: 0 1 auto;
    min-width: 0;
  }

  .main-header .nav-toggler {
    display: none;
  }

  .main-header .link.info-toggler {
    display:flex;
    align-items: center;

  }

  .main-header .header-upper .links-box {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: var(--margin-left-150);
  }

  .main-header.fixed-header .header-upper .links-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-header .header-upper .links-box > * {
    float: none;
  }

  .main-header .header-upper .links-box .info-btn {
    padding-top: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }
}

/* Tablet / mobile: language left, centered logo, hamburger right */
@media only screen and (max-width: 1199px) {
  .main-header .header-upper .main-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 72px;
  }

  .main-header .header-upper .main-box .logo-box {
    float: none;
    margin: 0 auto;
    flex: 0 1 auto;
    min-width: 0;
    z-index: 2;
  }

  .main-header .header-upper .nav-box {
    position: static;
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
    padding: 0;
    transform: none;
    z-index: 3;
  }

  .main-header .header-upper .links-box {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    float: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    z-index: 4;
  }

  .main-header .header-upper .links-box .info-toggler {
    display: none;
  }

  .main-header .nav-toggler {
    position: absolute;
    right: 8px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    float: none;
    margin-top: 0;
    margin-left: 0;
    flex: 0 0 auto;
    z-index: 4;
  }

  .main-header .nav-outer {
    display: none;
  }
}

/* responsive.css uses row-reverse on .main-box at 767px — keep logo left, burger right */
@media only screen and (max-width: 767px) {
  .main-header .header-upper .main-box {
    flex-direction: row;
  }
}

/* React preloader: CSS-driven fade, then component unmounts (see DeliciPreloader.tsx timings) */
.loader-wrap[data-preloader='react'] {
  position: fixed;
  inset: 0;
  z-index: 999999;
  transition:
    opacity 0.6s ease-out,
    visibility 0.6s ease-out;
}

.loader-wrap[data-preloader='react'][data-phase='fading'] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Preloader: loader-8 (droplets + ripples), matches reference structure */
.loader-wrap .preloader-close,
.loader-wrap .txt-loading,
.loader-wrap .spinner {
  display: none !important;
}

.loader-wrap .handle-preloader {
  background: radial-gradient(circle at 50% 35%, #fff8ea 0%, #f2efe8 100%);
}

.loader-wrap .crown-preloader {
  display: grid;
  place-items: center;
  min-height: 180px;
}

/* Base .loader (required): pseudo-elements need content + position */
.loader-wrap .loader {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.loader-wrap .loader::before,
.loader-wrap .loader::after {
  content: '';
  position: absolute;
}

/* .loader-8 — same timing as reference; colors tuned for cream bg (not white-on-white) */
.loader-wrap .loader.loader-8::before,
.loader-wrap .loader.loader-8::after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.loader-wrap .loader.loader-8::before {
  background: rgb(95, 72, 38);
  animation-name: preloader-droplets;
}

.loader-wrap .loader.loader-8::after {
  border: 2px solid rgba(95, 72, 38, 0.45);
  opacity: 0;
  animation-name: preloader-ripples;
}

@keyframes preloader-droplets {
  0%,
  15% {
    opacity: 1;
  }
  15% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(4);
  }
  60%,
  90% {
    opacity: 0;
  }
  90% {
    transform: scale(3);
  }
  95%,
  100% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes preloader-ripples {
  0%,
  30% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 0.3;
  }
  90% {
    transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}

/* responsive.css hides first .link at <=599px; keep mobile language switch visible. */
@media only screen and (max-width: 599px) {
  .main-header .header-upper .links-box .lang-switch-dropdown.link:first-child {
    display: block !important;
  }
}

/* Static hamburger: three lines, shorter bar width, same icon height + line thickness */
.main-header .hamburger {
  width: 30px;
  height: 24px;
}

.main-header .hamburger .top-bun,
.main-header .hamburger .meat,
.main-header .hamburger .bottom-bun {
  animation: none !important;
  -webkit-animation: none !important;
}

.main-header .hamburger span {
  width: 28px !important;
  height: 2px;
  align-self: center;
  background: var(--heading-color) !important;
  transition: none;
}

.main-header .hamburger:hover span {
  width: 28px !important;
}

/* Hero: “vezi meniul” + click-to-call */
.banner-section .slide-item .links-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 14px 22px;
}

.banner-section .slide-item h1 {
  line-height: 0.82em;
}

/* Hero h1: smaller on desktop only; tablet/mobile stay on responsive.css ladder. */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-section .slide-item h1 {
    font-size: 68px;
  }
}

@media only screen and (min-width: 1600px) {
  .banner-section .slide-item h1 {
    font-size: 80px;
  }
}

/* Hero tagline (`.text` under h1): extra horizontal inset inside `.inner`. */
.banner-section .slide-item .text {
  padding-inline: clamp(18px, 4.5vw, 100px);
}

.banner-section .banner-phone-btn .icon {
  margin-right: 0.45em;
}

/* Hero: Ken Burns zoom — keyframe animation instead of a long CSS transition.
   Swiper fade + loop can interrupt transforms. Animation duration must stay in sync with
   banner Swiper: autoplay.delay − effect speed (see useDeliciRoutePlugins). The outgoing
   slide loses .swiper-slide-active when the fade starts, so we hold the final scale on
   .swiper-slide-prev/.swiper-slide-next while .swiper-slide-visible so the zoom does not
   snap back to scale(1) during the 1s fade. */
@keyframes banner-hero-kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}

.banner-section .slide-item .image-layer {
  transform: scale(1);
  transition: none !important;
  animation: none;
}

.banner-section .slide-item.swiper-slide-active .image-layer {
  transition: none !important;
  animation: banner-hero-kenburns 6s linear forwards;
  will-change: transform;
}

/* Outgoing slide still visible during fade — keep full zoom (see block comment above). */
.banner-section .slide-item.swiper-slide-visible.swiper-slide-prev .image-layer,
.banner-section .slide-item.swiper-slide-visible.swiper-slide-next .image-layer {
  transform: scale(1.12) !important;
  animation: none !important;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .banner-section .slide-item.swiper-slide-active .image-layer {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .banner-section .slide-item.swiper-slide-visible.swiper-slide-prev .image-layer,
  .banner-section .slide-item.swiper-slide-visible.swiper-slide-next .image-layer {
    transform: none !important;
    will-change: auto;
  }
}

/* Menu image columns: same pattern strip as theme `::before`, mirrored on the opposite edge */
.menu-one .image-col .image {
  padding-right: var(--padding-right-30);
}

.menu-one .image-col .image::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../images/background/pattern-9.svg) center top repeat;
}

.menu-one.alternate .image-col .image {
  padding-left: var(--padding-left-30);
}

.menu-one.alternate .image-col .image::after {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../images/background/pattern-9.svg) center top repeat;
}

/* Menu sections: dish titles should be dark on light background */
.menu-one .menu-col .dish-block .title .ttl a,
.menu-two .dish-block .title .ttl a,
.menu-tabs .dish-block .title .ttl a {
  color: var(--heading-color);
}

/* Evenimente: vertically center intro text + CTA with the image (theme adds large padding-top on .content-col) */
@media only screen and (min-width: 992px) {
  .chef-section.chef-section--events-valign .row.clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .chef-section.chef-section--events-valign .image-col,
  .chef-section.chef-section--events-valign .content-col {
    float: none;
  }

  .chef-section.chef-section--events-valign .content-col .inner {
    padding-top: 0;
    margin-left: clamp(28px, 4vw, 56px);
  }
}

/* Contact page: third column — visible phone + short note (sans for legible number) */
.contact-page .contact-page__phone-link {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--font-family-DMsans);
  font-variant-numeric: tabular-nums;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--main-color);
  text-decoration: none;
}

.contact-page .contact-page__phone-link:hover {
  color: var(--heading-color);
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .contact-page .contact-page__phone-link {
    margin-top: 8px;
    font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  }
}

.contact-page .contact-page__phone-hint {
  margin-top: 14px;
  font-size: var(--font-15);
  line-height: 1.55;
  color: var(--color-one);
}

/* Footer: solid dark bar + light type (template-style) */
.main-footer {
  --footer-fg: rgba(255, 255, 255, 0.9);
  --footer-fg-muted: rgba(255, 255, 255, 0.7);
  --footer-accent: rgb(212, 178, 118);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #141816;
  background-image: none;
  border-top: 1px solid rgba(212, 178, 118, 0.22);
  box-shadow: none;
}

.main-footer .upper-section,
.main-footer .footer-bottom {
  position: relative;
  z-index: 1;
}

.main-footer .info-col {
  color: var(--footer-fg-muted);
}

.main-footer .info-col .info li,
.main-footer .info-col .info li a {
  color: var(--footer-fg);
}

.main-footer .info-col .info li a:hover {
  color: var(--footer-accent);
}

.main-footer .info-col .inner {
  background: transparent;
}

.main-footer .info-col .inner:before,
.main-footer .info-col .inner:after {
  display: none;
}

.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  margin-top: 8px;
}

/* Footer height: template uses very large padding (e.g. 150px) on link columns — tighten on desktop */
@media only screen and (min-width: 992px) {
  .main-footer {
    padding-top: clamp(48px, 5vw, 64px);
    padding-bottom: clamp(36px, 4vw, 48px);
  }

  .main-footer .upper-section {
    margin-bottom: clamp(28px, 3vw, 40px);
  }

  .main-footer .links-col .inner {
    padding-top: clamp(36px, 4vw, 52px);
    padding-bottom: clamp(36px, 4vw, 52px);
  }

  .main-footer .info-col .inner {
    padding-top: clamp(40px, 4vw, 56px);
    padding-bottom: clamp(32px, 3vw, 44px);
  }

  .main-footer .footer-bottom {
    padding-top: 18px;
    margin-top: 4px;
  }
}

.main-footer .copyright {
  color: var(--footer-fg-muted);
}

.main-footer .copyright a {
  color: var(--footer-accent);
}

.main-footer .copyright a:hover {
  color: #fff;
}

.main-footer .info-col .logo {
  display: flex;
  justify-content: center;
}

.main-footer .info-col .logo img {
  display: block;
  max-height: 94px;
  width: auto;
  max-width: min(280px, 100%);
}

.main-footer .links-col ul li a,
.main-footer .links-col.last .footer-social-link {
  color: rgba(255, 255, 255, 0.88);
}

.main-footer .links-col ul li a:before {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.main-footer .links-col ul li a:hover,
.main-footer .links-col.last .footer-social-link:hover {
  color: var(--footer-accent);
}

.main-footer .links-col ul li a:hover:before {
  border-color: var(--footer-accent);
  transform: scaleX(1);
}

.main-footer .footer-social-link__icon {
  display: none;
}

.main-footer .footer-social-link__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.main-footer .footer-halls-link-mobile {
  display: none;
}

.main-footer .footer-map-embed {
  display: none;
}

/* Scroll-to-top: refreshed fixed arrow button */
.scroll-to-top {
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  color: var(--body-bg-color) !important;
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  z-index: 120;
}

.scroll-to-top:hover {
  color: var(--main-color) !important;
  background: var(--body-bg-color) !important;
  border-color: var(--main-color) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
  .main-footer .links-col.last ul.links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 24px;
  }

  .main-footer .links-col.last ul.links li {
    margin-bottom: 0;
  }

  .main-footer .footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
  }

  .main-footer .footer-social-link__text {
    display: none;
  }

  .main-footer .footer-social-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-footer .links-col.last ul.links li.footer-map-link {
    display: none;
  }

  .main-footer .links-col.last ul.links li.footer-halls-link-desktop {
    display: none;
  }

  .main-footer .links-col ul.links li.footer-halls-link-mobile {
    display: list-item;
  }

  .main-footer .footer-map-embed {
    display: block;
    margin-top: 0;
  }

  .main-footer .footer-map-embed iframe {
    display: block;
    width: 100%;
    border: 0;
  }

  .scroll-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 20px;
  }
}

/* Fancybox iframe/video: fade + dark overlay + 16:9; full width <992px, 50% width on desktop (fb-viewer--crown) */
.fancybox-container.fb-viewer--crown .fancybox-bg {
  background: #000 !important;
}

.fancybox-container.fb-viewer--crown .fancybox-inner {
  padding: 0;
}

.fancybox-container.fb-viewer--crown .fancybox-toolbar,
.fancybox-container.fb-viewer--crown .fancybox-infobar,
.fancybox-container.fb-viewer--crown .fancybox-caption-wrap,
.fancybox-container.fb-viewer--crown .fancybox-navigation {
  display: none !important;
}

.fancybox-container.fb-viewer--crown .fancybox-slide--iframe {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-container.fb-viewer--crown .fancybox-slide--iframe .fancybox-content {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 40px 0 0 !important;
  background: transparent !important;
  height: auto !important;
  max-height: none !important;
  position: relative;
  isolation: isolate;
}

.fancybox-container.fb-viewer--crown .fancybox-iframe {
  position: relative !important;
  display: block;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  min-height: 0;
  border: 0 !important;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .fancybox-container.fb-viewer--crown .fancybox-slide--iframe .fancybox-content {
    width: 50% !important;
    max-width: 50% !important;
  }
}

/* Above video, not covered by iframe; SVG X (theme ::before/::after fight our lines) */
.fancybox-container.fb-viewer--crown .fancybox-close-small {
  position: absolute !important;
  top: 0;
  right: 0;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0 !important;
  padding: 0;
  z-index: 30;
  cursor: pointer;
  opacity: 0.85;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-indent: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: visible;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-width='1.35' stroke-linecap='round' d='M2.5 2.5l9 9M11.5 2.5l-9 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 15px 15px !important;
}

.fancybox-container.fb-viewer--crown .fancybox-close-small:hover {
  opacity: 1;
  background-color: transparent !important;
  filter: brightness(1.15);
}

.fancybox-container.fb-viewer--crown .fancybox-close-small::before,
.fancybox-container.fb-viewer--crown .fancybox-close-small::after {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
}

/* Lenis smooth scroll (desktop ≥992px; native scroll on smaller viewports) */
#smooth-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

body.lenis-active #smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

#smooth-content {
  width: 100%;
}

body.lenis-active #smooth-content {
  will-change: transform;
}
