/* Nursel brand palette: #905126, #e4c7a6, #eee9df — loaded after app.css */
:root {
  --nc-primary: #905126;
  --nc-accent: #e4c7a6;
  --nc-cream: #eee9df;
  --bs-primary: #905126;
  --bs-primary-rgb: 144, 81, 38;
  --bs-link-color: #905126;
  --bs-link-hover-color: #905126;
}

html {
  background-color: var(--nc-cream);
}

body {
  background-color: var(--nc-cream);
}

#wrapper {
  background-color: var(--nc-cream);
}

.btn-primary,
.btn-primary:focus {
  --bs-btn-bg: #905126;
  --bs-btn-border-color: #905126;
  --bs-btn-hover-bg: #905126;
  --bs-btn-hover-border-color: #905126;
  --bs-btn-active-bg: #905126;
  --bs-btn-active-border-color: #905126;
  background-color: #905126 !important;
  border-color: #905126 !important;
  color: #fff !important;
}

.btn-primary:hover {
  filter: brightness(0.92);
  color: #fff !important;
}

.text-primary {
  color: #905126 !important;
}

.bg-primary {
  background-color: #905126 !important;
}

.border-primary {
  border-color: #905126 !important;
}

/* Hero Swiper — overlay z-index:-1 sat behind body cream on mobile; Next <Image> span must fill overlay */
.mySwiper {
  isolation: isolate;
}

.mySwiper .overlay {
  z-index: 0 !important;
}

.mySwiper .swiper-slide > .container {
  /* Must stay static: if relative, it becomes the offset parent for .contact-info and
     its height ignores the absolute phone bar — bottom:0 sits mid-hero. */
  position: static !important;
  z-index: auto !important;
}

.mySwiper .swiper-slide {
  position: relative !important;
}

/* Title / subtitle sit above overlay (::before in app.css uses z-index:1). Only this
   block is positioned — not .container — so .contact-info still anchors to the slide. */
.mySwiper .box-slider .content-box {
  position: relative !important;
  z-index: 2 !important;
}

.mySwiper .contact-info {
  z-index: 2 !important;
}

.mySwiper .swiper-pagination {
  z-index: 2 !important;
}

.mySwiper .overlay > span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

.mySwiper .overlay img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

.mySwiper .overlay .hero-slide-img {
  object-position: center;
}

/* About Us — image height matches text + Order Now; columns spaced apart */
section.about .about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch !important;
}

section.about .about-col {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

section.about .about-col--media {
  flex: 1 1 0;
}

section.about .about-col--content {
  flex: 1 1 0;
}

section.about .about-img {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: none !important;
  height: auto !important;
  min-height: 100%;
  align-self: stretch;
}

section.about .about-img > span,
section.about .about-img img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
}

section.about .about-content {
  padding-top: 0 !important;
  margin-left: 0 !important;
  padding-right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.about .about-content .block-text {
  flex: 1 1 auto;
}

section.about .block-text .text {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 10px;
}

section.about .block-text .text:last-of-type {
  margin-bottom: 0;
}

section.about .block-text .title {
  margin-bottom: 14px !important;
}

section.about .block-text .subtitle {
  margin-bottom: 14px;
}

section.about .block-text a.tf-button {
  margin-top: 22px !important;
  align-self: flex-start;
}

@media (min-width: 992px) {
  section.about .about-row {
    column-gap: 56px;
  }

  section.about .about-col--media {
    padding-right: 8px;
  }

  section.about .about-col--content {
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  section.about .about-row {
    column-gap: 72px;
  }
}

@media (max-width: 991px) {
  section.about {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }

  section.about .about-row {
    flex-direction: column !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  section.about .about-col,
  section.about .about-col--media,
  section.about .about-col--content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  section.about .about-img {
    min-height: 0 !important;
    height: auto !important;
    max-height: none;
    aspect-ratio: 4 / 5;
    max-width: 100% !important;
    margin: 0 auto;
  }

  section.about .about-img img {
    object-position: center top !important;
  }

  section.about .about-content {
    padding-top: 28px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  section.about .block-text .text {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  section.about .about-img {
    aspect-ratio: 3 / 4;
  }

  section.about .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Hero swiper — Make Reservation */
.mySwiper .box-slider .content-box .wrap-btn .tf-button.btn-make-reservation {
  background-image: none !important;
  background-color: #905126 !important;
  border: 1px solid #905126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: auto !important;
  min-width: min-content !important;
  max-width: none !important;
  height: auto !important;
  min-height: 48px !important;
  padding: 14px 32px !important;
  margin-bottom: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  line-height: 1.2 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, filter 0.2s ease !important;
}

.mySwiper .box-slider .content-box .wrap-btn .tf-button.btn-make-reservation::before {
  display: none !important;
}

.mySwiper .box-slider .content-box .wrap-btn .tf-button.btn-make-reservation:hover {
  background-color: #905126 !important;
  border-color: #905126 !important;
  color: #fff !important;
  filter: brightness(1.12) !important;
  background-position: 0 0 !important;
}

/* Hero slider: desktop vs mobile body — only when subtitle1 differs from subtitle */
.mySwiper .box-slider .content-box .sub-title_mobile {
  display: none;
}

@media (max-width: 767px) {
  .mySwiper .box-slider .content-box > p.sub-title.sub-title--has-mobile-alt {
    display: none;
  }

  .mySwiper .box-slider .content-box .sub-title_mobile {
    display: block;
  }
}

/* Opening — Make Reservation: style3 browns + header CTA sizing; flat bg (no diagonal gradient seam) */
.opening .opening-content .opening-cta-wrap {
  width: 100% !important;
  margin-top: 0 !important;
  clear: both !important;
  padding-bottom: 14px !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.opening .opening-content .opening-cta-wrap a.tf-button.style3.opening-cta-like-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 37px !important;
  margin-bottom: 0 !important;
  width: auto !important;
  min-width: min-content !important;
  max-width: none !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 0 20px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  position: relative !important;
  line-height: 1 !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  color: #905126 !important;
  border: 1px solid #905126 !important;
  background-image: none !important;
  background-color: transparent !important;
  background-size: auto !important;
  letter-spacing: 0.12em !important;
  font-weight: 500 !important;
}

.opening .opening-content .opening-cta-wrap a.tf-button.style3.opening-cta-like-header:hover {
  background-image: none !important;
  background-color: #905126 !important;
  background-position: 0 0 !important;
  color: #e4c7a6 !important;
  border-color: #905126 !important;
}

.opening .opening-content .opening-cta-wrap a.tf-button.style3.opening-cta-like-header::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 0 !important;
  height: 1px !important;
  width: 100% !important;
  background: #905126 !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.opening .opening-content .opening-cta-wrap a.tf-button.style3.opening-cta-like-header:hover::before {
  transform: translateY(-10px) !important;
  background: #e4c7a6 !important;
}

@media (max-width: 991px) {
  .opening .opening-content .opening-cta-wrap a.tf-button.style3.opening-cta-like-header {
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    padding: 0 12px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 480px) {
  .opening .opening-content .opening-cta-wrap a.tf-button.style3.opening-cta-like-header {
    font-size: 9px !important;
    padding: 0 8px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }
}

/* Reviews / Testimonials — cream section, brown copy */
section#section-testimonials.testimonials {
  background: #eee9df !important;
  background-image: none !important;
  background-attachment: scroll !important;
}

section#section-testimonials.testimonials::before {
  display: none !important;
}

section#section-testimonials.testimonials .testimonials-content {
  position: relative;
  z-index: 1;
}

section#section-testimonials.testimonials .testimonials-content h4,
section#section-testimonials.testimonials .testimonials-content h5,
section#section-testimonials.testimonials .testimonials-content p {
  color: #905126 !important;
}

section#section-testimonials.testimonials .testimonial-source {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 2px 0 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-transform: lowercase !important;
  letter-spacing: 0.03em !important;
}

section#section-testimonials.testimonials .testimonial-source__label {
  color: #905126 !important;
}

section#section-testimonials.testimonials
  .testimonial-source--google
  .testimonial-source__icon {
  color: #4285f4 !important;
  font-size: 18px !important;
}

section#section-testimonials.testimonials
  .testimonial-source--yelp
  .testimonial-source__icon {
  color: #d32323 !important;
  font-size: 20px !important;
}

@keyframes nc-testimonial-star-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

section#section-testimonials.testimonials .testimonials-content ul.rating li i {
  display: inline-block !important;
  transform-origin: center center !important;
  animation: nc-testimonial-star-rotate 14s linear infinite !important;
}

section#section-testimonials.testimonials
  .testimonials-content
  ul.rating
  li:nth-child(1)
  i {
  animation-delay: 0s !important;
}
section#section-testimonials.testimonials
  .testimonials-content
  ul.rating
  li:nth-child(2)
  i {
  animation-delay: 0.15s !important;
}
section#section-testimonials.testimonials
  .testimonials-content
  ul.rating
  li:nth-child(3)
  i {
  animation-delay: 0.3s !important;
}
section#section-testimonials.testimonials
  .testimonials-content
  ul.rating
  li:nth-child(4)
  i {
  animation-delay: 0.45s !important;
}
section#section-testimonials.testimonials
  .testimonials-content
  ul.rating
  li:nth-child(5)
  i {
  animation-delay: 0.6s !important;
}

@media (prefers-reduced-motion: reduce) {
  section#section-testimonials.testimonials .testimonials-content ul.rating li i {
    animation: none !important;
  }
}

/* Silk Road Catering — below reviews */
section#section-catering.silk-road-catering {
  position: relative;
  padding: 72px 0 80px;
  background: #fff !important;
}

section#section-catering.silk-road-catering .silk-road-catering__row {
  row-gap: 36px;
}

section#section-catering.silk-road-catering .silk-road-catering__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding-left: 50px;
}

section#section-catering.silk-road-catering .silk-road-catering__text.text {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

section#section-catering.silk-road-catering .silk-road-catering__contact.text {
  margin-bottom: 0;
  margin-top: 0.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

section#section-catering.silk-road-catering .silk-road-catering__image-wrap {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(144, 81, 38, 0.12);
}

section#section-catering.silk-road-catering .silk-road-catering__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

section#section-catering.silk-road-catering .silk-road-catering__title.title {
  color: #905126 !important;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.25;
  margin-bottom: 1.25rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

section#section-catering.silk-road-catering .silk-road-catering__subheading {
  color: #905126 !important;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 1.35rem 0 0.65rem;
  font-weight: 600;
}

section#section-catering.silk-road-catering .silk-road-catering__text.text,
section#section-catering.silk-road-catering .silk-road-catering__contact.text {
  color: #5c3d28 !important;
}

section#section-catering.silk-road-catering .silk-road-catering__list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: #5c3d28 !important;
}

section#section-catering.silk-road-catering .silk-road-catering__list li {
  margin-bottom: 0.45rem;
  line-height: 1.5;
}

section#section-catering.silk-road-catering .silk-road-catering__contact a {
  color: #905126 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

section#section-catering.silk-road-catering .silk-road-catering__contact a:hover {
  color: #6d3d1f !important;
}

section#section-catering.silk-road-catering .silk-road-catering__actions {
  margin: 1.5rem 0 0;
  padding: 0;
}

section#section-catering.silk-road-catering .silk-road-catering__actions .silk-road-catering__order-btn {
  margin-top: 0;
}

/* Ghost / outline CTA — matches catering mockup */
section#section-catering.silk-road-catering .silk-road-catering__order-btn.tf-button {
  width: auto !important;
  min-width: 188px;
  height: auto !important;
  min-height: 48px;
  padding: 14px 28px !important;
  margin-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  background: transparent !important;
  background-image: none !important;
  background-size: auto !important;
  border: 1px solid #905126 !important;
  color: #905126 !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

section#section-catering.silk-road-catering .silk-road-catering__order-btn.tf-button::before {
  display: none !important;
  content: none !important;
}

section#section-catering.silk-road-catering .silk-road-catering__order-btn.tf-button:hover {
  color: #fff !important;
  background: #905126 !important;
  background-image: none !important;
  border-color: #905126 !important;
}

section#section-catering.silk-road-catering .silk-road-catering__order-btn.tf-button:hover::before {
  display: none !important;
  transform: none !important;
}

section#section-catering.silk-road-catering .silk-road-catering__order-btn.tf-button:focus-visible {
  outline: 2px solid #905126;
  outline-offset: 3px;
}

/* Contact / Booking — cream section + prominent “Contact Details” (matches reference) */
section#section-contact.booking {
  background-color: #f9f6f1 !important;
  background-image: linear-gradient(
      180deg,
      rgba(249, 246, 241, 0.6) 0%,
      rgba(249, 246, 241, 0.4) 100%
    ),
    url("./../../assets/images/section/booking1.webp") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
}

section#section-contact.booking::before {
  display: none !important;
}

/* Form column left, “Contact Details” copy right */
section#section-contact.booking .booking-form {
  padding-top: 50px;
  padding-right: clamp(12px, 4vw, 8px);
}

section#section-contact.booking .booking-form__heading {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

section#section-contact.booking .booking-form__main-title {
  margin: 0 0 0.85rem;
  padding: 0;
  font-family: "Audrey", Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.25rem, 6vw, 3.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #4a3728 !important;
}

section#section-contact.booking .booking-form__tagline-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0 0 0.65rem;
  flex-wrap: wrap;
}

section#section-contact.booking .booking-form__tagline-line {
  flex: 1 1 36px;
  height: 1px;
  max-width: 120px;
  min-width: 28px;
  background: #b8956a;
  opacity: 0.85;
}

section#section-contact.booking .booking-form__tagline {
  font-family: "Inter", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #a67c4a !important;
  white-space: nowrap;
}

section#section-contact.booking .booking-form__flourish {
  width: 6px;
  height: 6px;
  margin: 0.35rem auto 0;
  background: #b8956a;
  opacity: 0.75;
  transform: rotate(45deg);
}

@media (max-width: 420px) {
  section#section-contact.booking .booking-form__tagline {
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
}

section#section-contact.booking .booking-content {
  padding-top: 50px !important;
  padding-right: 0 !important;
  padding-left: clamp(12px, 4vw, 50px) !important;
}

section#section-contact.booking .booking-content .text {
  padding-right: 0 !important;
}

section#section-contact.booking .booking-content .block-text.style-2 .text {
  /* color: #352618 !important; */
  color:black !important;
  font-size: 1.125rem !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

section#section-contact.booking .booking-contact-details__title.subtitle {
  font-family: "Audrey", Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.65rem, 4.8vw, 2.65rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.2 !important;
  color: #4a3728 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  position: relative !important;
  margin-bottom: 1.75rem !important;
  padding-bottom: 1.1rem !important;
}

/* Centered accent under title (replaces default right-side rule) */
section#section-contact.booking .booking-contact-details__title.subtitle::after {
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 52px !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: #c4a882 !important;
}

section#section-contact.booking .form-control {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid #c4a882 !important;
  color: #4a3728 !important;
}

section#section-contact.booking .form-control::placeholder {
  color: rgba(74, 55, 40, 0.5) !important;
}

section#section-contact.booking .tf-button.style1 {
  background-image: none !important;
  background: #d4a76a !important;
  border: 1px solid #c49b60 !important;
  color: #fff !important;
}

section#section-contact.booking .tf-button.style1::before {
  background: #c49b60 !important;
}

section#section-contact.booking .tf-button.style1:hover {
  background: #c89855 !important;
  color: #fff !important;
}

section#section-contact.booking .post-disabled {
  background: rgba(212, 167, 106, 0.45) !important;
  border: 1px solid rgba(196, 155, 96, 0.65) !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

/* Phone / Email / Address row under form */
section#section-contact.booking .booking-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(196, 168, 130, 0.35);
}

section#section-contact.booking .booking-contact-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 0.65rem;
  min-width: 0;
}

section#section-contact.booking .booking-contact-strip__item:not(:first-child) {
  border-left: 1px solid rgba(196, 168, 130, 0.35);
  padding-left: 1.15rem;
}

section#section-contact.booking .booking-contact-strip__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e4d5c4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8956a;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.5);
}

section#section-contact.booking .booking-contact-strip__body {
  min-width: 0;
  flex: 1 1 0;
}

section#section-contact.booking .booking-contact-strip__label {
  font-family: "Inter", sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #352618 !important;
  margin-bottom: 6px !important;
}

section#section-contact.booking .booking-contact-strip__value {
  display: block;
  font-family: "Inter", sans-serif !important;
  font-size: 1.0625rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  color: #352618 !important;
  margin: 0 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
}

section#section-contact.booking a.booking-contact-strip__value:hover {
  color: #905126 !important;
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  section#section-contact.booking .booking-contact-strip {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  section#section-contact.booking .booking-contact-strip__item:not(:first-child) {
    border-left: none !important;
    border-top: 1px solid rgba(196, 168, 130, 0.35);
    padding-left: 0 !important;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}

/* Video + review prompt — cream section, copy left, video right */
section#section-video.nc-video-section {
  padding: 72px 0 80px;
  background: #f9f6f1;
}

section#section-video.nc-video-section .nc-video-section__row {
  row-gap: 2.5rem;
}

section#section-video.nc-video-section .nc-video-section__prompt {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 8px;
}

@media (min-width: 992px) {
  section#section-video.nc-video-section .nc-video-section__prompt {
    text-align: left;
    margin: 0;
    padding-right: 1.5rem;
  }
}

section#section-video.nc-video-section .nc-video-section__eyebrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 0 0.35rem;
}

@media (min-width: 992px) {
  section#section-video.nc-video-section .nc-video-section__eyebrow-wrap {
    justify-content: flex-start;
  }
}

section#section-video.nc-video-section .nc-video-section__eyebrow-line {
  flex: 1 1 24px;
  max-width: 56px;
  height: 1px;
  background: #c4a882;
  opacity: 0.85;
}

section#section-video.nc-video-section .nc-video-section__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a67c4a;
  white-space: nowrap;
}

section#section-video.nc-video-section .nc-video-section__eyebrow-flourish {
  width: 6px;
  height: 6px;
  margin: 0 auto 1rem;
  background: #c4a882;
  opacity: 0.75;
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  section#section-video.nc-video-section .nc-video-section__eyebrow-flourish {
    margin-left: 0;
    margin-right: auto;
  }
}

section#section-video.nc-video-section .nc-video-section__title {
  font-family: "Audrey", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: #4a3728;
  margin: 0 0 1rem;
}

section#section-video.nc-video-section .nc-video-section__desc {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5c4a3e;
  margin: 0 0 1.5rem;
}

section#section-video.nc-video-section .nc-video-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 12px 26px;
  margin-bottom: 2rem;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #905126;
  border: 1px solid #c4a882;
  background: transparent;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

section#section-video.nc-video-section .nc-video-section__cta:hover {
  color: #fff;
  background: #905126;
  border-color: #905126;
}

section#section-video.nc-video-section .nc-video-section__secondary-label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  section#section-video.nc-video-section .nc-video-section__secondary-label-wrap {
    justify-content: flex-start;
  }
}

section#section-video.nc-video-section .nc-video-section__secondary-line {
  flex: 1 1 20px;
  max-width: 72px;
  height: 1px;
  background: #c4a882;
  opacity: 0.7;
}

section#section-video.nc-video-section .nc-video-section__secondary-label {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a67c4a;
  white-space: nowrap;
}

section#section-video.nc-video-section .nc-video-section__platforms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (min-width: 992px) {
  section#section-video.nc-video-section .nc-video-section__platforms {
    justify-content: flex-start;
  }
}

section#section-video.nc-video-section .nc-video-section__platform {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #c4a882;
  color: #905126;
  font-size: 1.15rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.55);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

section#section-video.nc-video-section .nc-video-section__ta-svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

section#section-video.nc-video-section .nc-video-section__platform:hover {
  color: #fff;
  background: #905126;
  border-color: #905126;
}

section#section-video.nc-video-section .nc-video-section__player-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(74, 55, 40, 0.15);
  background: #111;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Natural aspect ratio — no forced 16:9 or cover (avoids stretch / squash) */
section#section-video.nc-video-section .nc-video-section__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 560px);
  object-fit: contain !important;
  object-position: center;
}

/* Header mobile: hide Make Reservation (app.css sets .tf-button { display:flex } up to 1200px) */
@media (max-width: 991px) {
  #header_main.header #site-header-inner .header-cta-group a.header-cta-reservation.tf-button.style1 {
    display: none !important;
  }

  /* Hamburger (.btn-side): middle line matched pseudo width — app.css used span width:100% + ::before left:-11px */
  #header_main .sidebar-btn .btn-side::before,
  #header_main .sidebar-btn .btn-side::after {
    left: 0 !important;
  }

  #header_main .sidebar-btn .btn-side span {
    width: 37px !important;
    max-width: 37px !important;
    left: 0 !important;
  }

  /* Sidebar open: page does not scroll; only the drawer panel scrolls */
  body:has(#header_main .sidebar-content.active),
  body.nc-sidebar-open {
    overflow: hidden !important;
    touch-action: none;
  }

  #header_main .sidebar-content {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    width: min(100vw, 420px) !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    padding: 76px 22px 28px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain;
    z-index: 1018 !important;
    box-sizing: border-box !important;
  }

  #header_main .sidebar-content.active {
    right: 0 !important;
  }

  /* Close (X) when drawer is open — fixed so it stays visible while panel scrolls */
  #header_main .sidebar-btn .sidebar-close {
    display: none;
    position: fixed;
    top: max(10px, env(safe-area-inset-top, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    z-index: 1025;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(228, 199, 166, 0.45);
    border-radius: 50%;
    background: rgba(53, 53, 53, 0.92);
    color: #e4c7a6;
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  }

  #header_main .sidebar-btn:has(.sidebar-content.active) .sidebar-close {
    display: flex;
  }

  body.nc-sidebar-open #header_main .sidebar-btn .sidebar-close {
    display: flex;
  }

  #header_main .sidebar-btn .sidebar-close:hover,
  #header_main .sidebar-btn .sidebar-close:focus-visible {
    color: #fff;
    border-color: #e4c7a6;
    outline: none;
  }
}

@media (min-width: 992px) {
  #header_main .sidebar-btn .sidebar-close {
    display: none !important;
  }
}

