/* Black Cat Hostal brand layer over Cappa template.
   Keeps fonts/layout; remaps gold accent + logo feel to Black Cat. */

:root {
  --bc-accent: #ff823a;
  --bc-accent-hover: #e56f28;
  --bc-accent-soft: rgba(255, 130, 58, 0.2);
  --bc-dark: #131313;
  --bc-text: #454545;
}

/* Keep booking/reservation forms below the fixed navbar */
#booking,
#reservas {
  scroll-margin-top: 96px;
}

/* Virgen del San Cristóbal: keep the statue head in frame */
.bc-reservation-virgen {
  background-size: cover !important;
  background-position: center 6% !important;
  background-repeat: no-repeat !important;
}

/* Readable white text over bright sky / Virgen photo */
.bc-reservation-virgen h5,
.bc-reservation-virgen p,
.bc-reservation-virgen small,
.bc-reservation-virgen .reservations .text p,
.bc-reservation-virgen .reservations .text a,
.bc-reservation-virgen .reservations .icon,
.bc-reservation-virgen .reservations .icon span {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

@media (max-width: 767px) {
  .bc-reservation-virgen {
    background-position: center 2% !important;
  }
}

/* Core Cappa gold (#aa8453) â†’ Black Cat orange */
a:hover,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active,
.section-subtitle,
.section-subtitle span,
.star-rating,
.star-rating:before,
.reservations .icon,
.reservations a,
.footer-contact-phone,
.footer-contact-mail,
.footer a:hover,
.butn-dark:hover span,
.butn-dark2:hover span,
.accordion-box .block .acc-btn.active,
.pricing-card .amount,
.menu-info .price,
.page-list-icon span,
.single-facility span,
.news .item .con .category a,
.news2 .post-cont .tag,
.btn-line a,
.link-btn,
.go-back a:hover {
  color: var(--bc-accent) !important;
}

.butn-dark a,
.butn-dark button,
.butn-dark span,
.butn-dark2,
.butn-dark2 span,
.btn-form1-submit,
.owl-dot.active,
.owl-theme .owl-dots .owl-dot.active span,
.booking-wrapper .btn-form1-submit,
.loader,
.progress-wrap::after {
  border-color: var(--bc-accent) !important;
}

.butn-dark a,
.butn-dark button,
.butn-dark2,
.btn-form1-submit,
.owl-theme .owl-dots .owl-dot.active span,
.header.slider-fade .owl-dots .owl-dot.active,
.header.slider .cappa-page-slider-dots .owl-dot.active,
.accordion-box .block .acc-btn:before,
.comming form button {
  background-color: var(--bc-accent) !important;
  background: var(--bc-accent) !important;
}

.butn-dark a:hover,
.butn-dark button:hover,
.butn-dark2:hover,
.btn-form1-submit:hover,
.comming form button:hover {
  background-color: var(--bc-accent-hover) !important;
  background: var(--bc-accent-hover) !important;
  border-color: var(--bc-accent-hover) !important;
}

.butn-light a:hover,
.butn-light span:hover {
  background: var(--bc-accent) !important;
  border-color: var(--bc-accent) !important;
  color: #fff !important;
}

/* Stars / icons that use the gold fill */
.star-rating,
.star-rating:before {
  color: var(--bc-accent) !important;
}

/* Booking & forms */
.booking-wrapper,
.booking-box .head-box,
.select1_inner select:focus,
.input1_inner input:focus,
.form-control:focus,
.contact__form input:focus,
.contact__form textarea:focus {
  border-color: var(--bc-accent) !important;
}

.btn-form1-submit,
.booking-box .btn-form1-submit {
  background: var(--bc-accent) !important;
  border-color: var(--bc-accent) !important;
}

.btn-form1-submit:hover {
  background: var(--bc-accent-hover) !important;
}

/* Dark sections keep the same structure; accent shifts to orange */
.bg-blck .section-subtitle span,
.bg-blck .section-title span,
.bg-blck a:hover {
  color: var(--bc-accent) !important;
}

.pricing.bg-blck .pricing-card .amount,
.pricing .amount span {
  color: var(--bc-accent) !important;
}

/* Preloader spinner ring */
.loader {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.loader span {
  border-top-color: var(--bc-accent) !important;
}

/* Local override file accents */
.header.slider-fade .owl-dots .owl-dot.active,
.header.slider .cappa-page-slider-dots .owl-dot.active {
  background: var(--bc-accent) !important;
  border-color: var(--bc-accent) !important;
}

.cappa-menu-tabs .item.active h6,
.restaurant-menu .cappa-menu-tabs .item.active {
  color: var(--bc-accent) !important;
}

/* Logo sizing for Black Cat mark (official asset is wide/short; keep sharp) */
.navbar .logo-wrapper {
  display: flex;
  align-items: center;
}

.navbar .logo-wrapper .logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.navbar .logo-img,
.logo-wrapper .logo-img,
.logo-img {
  width: 155px !important;
  max-width: 155px !important;
  height: auto !important;
  max-height: 52px !important;
  padding: 5px 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
  image-rendering: -webkit-optimize-contrast;
}

.navbar.nav-scroll .logo-img,
.nav-scroll .logo-img {
  width: 140px !important;
  max-width: 140px !important;
  max-height: 48px !important;
  padding: 3px 0 !important;
}

@media (max-width: 991px) {
  .navbar .logo-img,
  .logo-wrapper .logo-img,
  .logo-img {
    width: 135px !important;
    max-width: 135px !important;
    max-height: 46px !important;
    padding: 4px 0 !important;
  }
}

/* Full-height page banners (match Restaurant hero) */
.banner-header.header,
.banner-header {
  height: 100vh !important;
  min-height: 100vh !important;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

.banner-header .arrow {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  z-index: 5;
}

/* Thin black rectangle near the white section edge */
.about.section-padding,
.facilties.section-padding {
  padding: 18px !important;
}

.bc-about-frame,
.bc-facilities-frame {
  border: 1px solid #111;
  padding: 80px 0 96px;
  box-sizing: border-box;
}

.bc-about-frame .mb-30 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about.section-padding,
  .facilties.section-padding {
    padding: 12px !important;
  }

  .bc-about-frame,
  .bc-facilities-frame {
    padding: 48px 0 56px;
  }

  .bc-about-frame .mb-30 {
    margin-bottom: 24px;
  }
}

/* About gallery â€” clean portrait frames, no stretch */
.bc-about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: end;
  max-width: 520px;
  margin-left: auto;
}

.bc-about-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s ease;
}

.bc-about-gallery__item::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.bc-about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
}

.bc-about-gallery__item:hover {
  z-index: 2;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.2);
}

.bc-about-gallery__item--a:hover {
  transform: translateY(20px) rotate(-1deg) scale(1.02);
}

.bc-about-gallery__item--b:hover {
  transform: translateY(-16px) rotate(1deg) scale(1.02);
}

.bc-about-gallery__item:hover::after {
  opacity: 1;
}

.bc-about-gallery__item:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.bc-about-gallery__item--a {
  aspect-ratio: 3 / 4;
  transform: translateY(28px);
}

.bc-about-gallery__item--b {
  aspect-ratio: 3 / 4;
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .bc-about-gallery {
    max-width: 100%;
    margin: 10px auto 0;
    gap: 14px;
  }

  .bc-about-gallery__item--a,
  .bc-about-gallery__item--b {
    transform: none;
  }
}

@media (max-width: 575px) {
  .bc-about-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* Google Reviews */
.bc-google-reviews .background {
  background-position: center center;
}

.bc-google-reviews__box {
  padding: 28px 30px 24px;
  margin-bottom: 90px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.bc-google-reviews__panel {
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bc-google-reviews__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bc-google-reviews__google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.bc-google-reviews__brand h6 {
  margin: 0;
  color: #222;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.bc-google-reviews__wordmark {
  display: block;
  width: 74px;
  height: 24px;
  object-fit: contain;
}

.bc-google-reviews__wordmark--sm {
  width: 68px;
  height: 22px;
}

.bc-google-reviews__brand p {
  margin: 3px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
}

.bc-google-reviews__score {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 4px;
}

.bc-google-reviews__number {
  font-family: 'Gilda Display', serif;
  font-size: 64px;
  line-height: 1;
  color: #222;
  min-width: 110px;
}

.bc-google-reviews__meta p {
  margin: 6px 0 12px;
  color: #555;
  font-size: 14px;
}

.bc-google-reviews__stars .star-rating.is-empty,
.bc-google-reviews .star-rating.is-empty {
  opacity: 0.28;
}

.bc-google-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bc-google-reviews__actions a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #fff;
}

.bc-google-reviews__actions a.is-primary {
  border-color: var(--bc-accent);
  background: var(--bc-accent);
  color: #fff;
}

.bc-google-reviews__content {
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.bc-google-reviews__content .head-box h6,
.bc-google-reviews__content .head-box h4,
.bc-google-reviews__content .item p,
.bc-google-reviews__content .item .info h6,
.bc-google-reviews__content .item .info span {
  color: #222 !important;
  text-shadow: none;
}

.bc-google-reviews__content .head-box .line {
  border-top-color: rgba(0, 0, 0, 0.18) !important;
}

.bc-google-reviews__content .item p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 52rem;
}

.bc-google-reviews__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.bc-google-reviews__source,
[data-overlay-dark] .bc-google-reviews__source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit !important;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.bc-google-reviews__time,
[data-overlay-dark] .bc-google-reviews__time {
  color: #555 !important;
  font-size: 12px;
}

.bc-google-reviews__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff823a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bc-google-reviews__loading {
  padding: 24px 0 10px;
  color: #555;
  text-align: center;
}

.bc-google-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.bc-google-reviews__dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.bc-google-reviews__dots .owl-dot.active {
  background: var(--bc-accent);
}

@media (max-width: 767px) {
  .bc-google-reviews__box {
    padding: 20px 16px 18px;
  }

  .bc-google-reviews__panel,
  .bc-google-reviews__content {
    padding: 0;
  }

  .bc-google-reviews__content {
    padding-top: 18px;
  }

  .bc-google-reviews__score {
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-google-reviews__number {
    font-size: 52px;
  }

  .bc-google-reviews__content .item p {
    font-size: 15px;
  }
}

/* TripAdvisor Reviews */
.bc-ta-reviews {
  --ta-green: #00aa6c;
  --ta-mint: #34e0a1;
  --ta-ink: #000000;
  position: relative;
  overflow: hidden;
}

.bc-ta-reviews__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bc-ta-reviews__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 28, 0.72);
}

.bc-ta-reviews .container {
  position: relative;
  z-index: 1;
}

.bc-ta-reviews__box {
  padding: 28px 30px 24px;
  margin-bottom: 90px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.bc-ta-reviews__panel {
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bc-ta-reviews__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.bc-ta-reviews__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 34px;
  background: transparent;
}

.bc-ta-reviews__logo img {
  display: block;
  width: 52px;
  height: 34px;
  object-fit: contain;
}

.bc-ta-wordmark {
  display: block;
  width: 168px;
  height: 26px;
  object-fit: contain;
}

.bc-ta-wordmark--sm {
  width: 118px;
  height: 18px;
}

.bc-ta-reviews__brand h6 {
  margin: 0;
  color: #000;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.bc-ta-reviews__brand p {
  margin: 5px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

.bc-ta-reviews__score {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
}

.bc-ta-reviews__number {
  font-family: 'Gilda Display', serif;
  font-size: 64px;
  line-height: 1;
  color: #000;
  min-width: 110px;
}

.bc-ta-reviews__meta p {
  margin: 6px 0 12px;
  color: #444;
  font-size: 14px;
}

.bc-ta-reviews__bubbles {
  display: flex;
  gap: 6px;
}

.bc-ta-reviews__bubbles--sm {
  margin-bottom: 10px;
}

.bc-ta-bubble {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ta-green);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.bc-ta-bubble.is-empty {
  background: #d9d9d9;
  box-shadow: none;
}

.bc-ta-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bc-ta-reviews__actions a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #fff;
}

.bc-ta-reviews__actions a.is-primary {
  border-color: var(--ta-green);
  background: var(--ta-green);
  color: #fff;
}

.bc-ta-reviews__content {
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.bc-ta-reviews__head {
  margin-bottom: 18px;
}

.bc-ta-reviews__head .section-subtitle {
  color: #888 !important;
}

.bc-ta-reviews__head .section-title,
.bc-ta-reviews__head .section-title span {
  color: #222 !important;
  font-size: 32px !important;
  margin-bottom: 8px;
}

.bc-ta-reviews__carousel {
  position: relative;
  min-height: 220px;
}

.bc-ta-reviews__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}

.bc-ta-reviews__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.bc-ta-reviews__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.bc-ta-reviews__source,
[data-overlay-dark] .bc-ta-reviews__source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit !important;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.bc-ta-reviews__source img {
  flex-shrink: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}

.bc-ta-reviews__time,
[data-overlay-dark] .bc-ta-reviews__time {
  color: #555 !important;
  font-size: 12px;
}

.bc-ta-reviews__item h5 {
  margin: 0 0 8px;
  color: #222;
  font-size: 20px;
}

.bc-ta-reviews__item p {
  color: #222;
  font-size: 17px;
  line-height: 1.7;
}

.bc-ta-reviews__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.bc-ta-reviews__avatar-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--ta-mint);
}

.bc-ta-reviews__avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-ta-reviews__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--ta-green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bc-ta-reviews__author strong {
  display: block;
  color: #222;
  font-size: 15px;
}

.bc-ta-reviews__author span {
  color: #666;
  font-size: 12px;
}

.bc-ta-reviews__loading {
  padding: 24px 0 10px;
  color: #555;
  text-align: center;
}

.bc-ta-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.bc-ta-reviews__dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.bc-ta-reviews__dots .owl-dot.active {
  background: var(--bc-accent);
}

@media (max-width: 767px) {
  .bc-ta-reviews__box {
    padding: 20px 16px 18px;
  }

  .bc-ta-reviews__panel,
  .bc-ta-reviews__content {
    padding: 0;
  }

  .bc-ta-reviews__content {
    padding-top: 18px;
  }

  .bc-ta-reviews__score {
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-ta-reviews__number {
    font-size: 52px;
  }

  .bc-ta-wordmark {
    width: 140px;
    height: 22px;
  }

  .bc-ta-reviews__item p {
    font-size: 15px;
  }
}

/* Coming soon / 404 accent stroke */
.comming h1 {
  -webkit-text-stroke: 1px var(--bc-accent) !important;
}

.comming form input {
  border-color: var(--bc-accent) !important;
}

.comming form button {
  background-color: var(--bc-accent) !important;
}

/* Footer bottom subtle brand */
.footer-bottom-copy-right a {
  color: var(--bc-accent) !important;
}

/* â€”â€” Video section: ConÃ³cenos por dentro â€”â€” */
.bc-video {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bc-video__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  image-rendering: auto;
  transform: scale(1.02);
  transition: transform 8s ease;
}

.bc-video:hover .bc-video__bg {
  transform: scale(1.08);
}

.bc-video__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.55) 0%, rgba(19, 19, 19, 0.35) 45%, rgba(19, 19, 19, 0.7) 100%),
    radial-gradient(ellipse at center, rgba(255, 130, 58, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.bc-video__content {
  position: relative;
  z-index: 2;
}

.bc-video__stars {
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 4px;
}

.bc-video .section-subtitle span,
.bc-video .section-title span {
  color: #fff !important;
}

.bc-video .section-subtitle {
  margin-bottom: 8px;
}

.bc-video .section-title {
  margin-bottom: 18px;
}

.bc-video__lead {
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 36px;
}

.bc-video__play {
  position: relative;
  width: 92px;
  height: 92px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bc-video__play-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 28px;
  backdrop-filter: blur(6px);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.bc-video__play-icon i {
  margin-left: 4px;
}

.bc-video__play:hover .bc-video__play-icon {
  background: var(--bc-accent);
  border-color: var(--bc-accent);
  transform: scale(1.06);
}

.bc-video__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  animation: bc-video-pulse 2.4s ease-out infinite;
}

.bc-video__play-ring--delay {
  animation-delay: 1.2s;
}

@keyframes bc-video-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.bc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: bc-video-fade 0.25s ease;
}

@keyframes bc-video-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.bc-video-modal__close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bc-video-modal__close:hover {
  background: var(--bc-accent);
}

.bc-video-modal__frame {
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.bc-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.bc-tourist-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.9);
  animation: bc-video-fade 0.25s ease;
}

.bc-tourist-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.bc-tourist-modal__close:hover {
  background: var(--bc-accent);
}

.bc-tourist-modal__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: min(1200px, 94vw);
  max-height: 92vh;
  margin: 0;
}

.bc-tourist-modal__figure img {
  display: block;
  width: auto;
  max-width: 94vw;
  max-height: 78vh;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.bc-tourist-modal__figure figcaption {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.bc-tourist-modal__figure figcaption a {
  color: #8de0b4;
  text-decoration: underline;
}

/* Language switcher â€” same typography as the template nav links */
.bc-lang-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.bc-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
}

.bc-lang-trigger:hover,
.bc-lang-nav.open .bc-lang-trigger {
  color: var(--bc-accent);
}

.bc-lang-trigger .ti-angle-down {
  font-size: 9px;
}

.bc-lang-flag {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  display: block;
  flex-shrink: 0;
}

.nav-scroll .bc-lang-trigger {
  color: #222;
}

.nav-scroll .bc-lang-trigger:hover,
.nav-scroll .bc-lang-nav.open .bc-lang-trigger {
  color: var(--bc-accent);
}

.bc-lang-menu {
  position: absolute;
  z-index: 1001;
  top: calc(100% + 10px);
  right: 0;
  width: 170px;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.bc-lang-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #222;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  cursor: pointer;
}

.bc-lang-menu button:hover,
.bc-lang-menu button.active {
  background: #fff3ec;
  color: var(--bc-accent);
}

.bc-lang-menu button .ti-check {
  margin-left: auto;
  font-size: 11px;
}

.footer-language {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: auto;
  margin-top: 30px;
}

.footer-language-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.footer-language-flag img {
  width: 28px;
  height: 19px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  display: block;
}

.footer-language-flag:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.footer-language-flag.active {
  border-color: var(--bc-accent);
  background: rgba(255, 130, 58, 0.15);
}

@media (min-width: 768px) and (max-width: 991px) {
  .bc-lang-nav {
    align-items: flex-start;
    margin: 10px 0 6px;
  }

  .bc-lang-trigger {
    color: #222;
    padding-left: 0;
  }

  .bc-lang-menu {
    position: static;
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .bc-video {
    min-height: 440px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-video__lead {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .bc-lang-nav {
    align-items: flex-start;
    margin: 10px 0 6px;
  }

  .bc-lang-trigger {
    color: #222;
    padding-left: 0;
  }

  .bc-lang-menu {
    position: static;
    margin-left: 8px;
  }
}

/* Traveler photos collage */
.bc-traveler-collage {
  background:
    radial-gradient(ellipse at top, rgba(0, 43, 17, 0.05), transparent 55%),
    linear-gradient(180deg, #f7f5f2 0%, #efeae4 100%);
  overflow: hidden;
}

.bc-traveler-collage__head {
  max-width: 42rem;
  margin: 0 auto 36px;
  text-align: center;
}

.bc-traveler-collage__head p {
  margin: 12px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.bc-traveler-collage__count {
  color: #00aa6c;
  font-weight: 500;
  white-space: nowrap;
}

.bc-traveler-collage__mosaic {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 6px;
  padding: 0 12px;
  max-width: 1400px;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.bc-traveler-collage__mosaic.is-sparse {
  grid-template-columns: 1fr;
  max-width: 920px;
  min-height: 320px;
}

.bc-traveler-collage__mosaic.is-sparse .bc-traveler-collage__cell {
  aspect-ratio: 16 / 9;
  max-height: 420px;
}

.bc-traveler-collage__overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: rgba(0, 43, 17, 0.88);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.bc-traveler-collage__pending {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 220px;
  padding: 28px 20px;
  border: 1px dashed rgba(0, 43, 17, 0.35);
  background: rgba(0, 43, 17, 0.04);
  color: #002b11;
  text-align: center;
  text-decoration: none;
}

.bc-traveler-collage__pending span {
  color: #555;
  font-size: 15px;
}

.bc-traveler-collage__pending strong {
  font-size: 16px;
  font-weight: 600;
}

.bc-traveler-collage__cell {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 1;
  animation: bc-collage-in 0.7s ease both;
  animation-delay: var(--delay, 0ms);
}

.bc-traveler-collage__cell img,
.bc-traveler-collage__cell:hover img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transform: none;
  transition: opacity 0.35s ease;
}

.bc-traveler-collage__cell:hover img {
  opacity: 0.82;
}

.bc-traveler-collage__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.bc-traveler-collage__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 22px;
  border: 1px solid #002b11;
  background: #002b11;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.bc-traveler-collage__btn:hover {
  background: #00aa6c;
  border-color: #00aa6c;
  color: #fff;
}

.bc-traveler-collage__btn.is-ghost {
  background: transparent;
  color: #002b11;
}

.bc-traveler-collage__btn.is-ghost:hover {
  background: #002b11;
  color: #fff;
}

@keyframes bc-collage-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .bc-traveler-collage__mosaic:not(.is-sparse) {
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
  }
}

@media (max-width: 575px) {
  .bc-traveler-collage__mosaic:not(.is-sparse) {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 0 8px;
  }

  .bc-traveler-collage__btn {
    width: 100%;
  }
}

/* PDF observaciones — logo, nav CTA, habitaciones, marcos */
.navbar .logo-img,
.logo-wrapper .logo-img,
.logo-img {
  width: 198px !important;
  max-width: 198px !important;
  max-height: 66px !important;
  padding: 6px 0 !important;
}

.navbar.nav-scroll .logo-img,
.nav-scroll .logo-img {
  width: 176px !important;
  max-width: 176px !important;
  max-height: 58px !important;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link i,
.navbar .navbar-nav .active i {
  color: #ff823a !important;
  background: transparent !important;
  font-weight: 500;
  font-size: 16px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .nav-link:hover i,
.navbar .navbar-nav .nav-link.active i,
.navbar .navbar-nav .nav-link.active:hover i {
  color: #fff !important;
}

.navbar.nav-scroll .navbar-nav .nav-link,
.navbar.nav-scroll .navbar-nav .nav-link i,
.nav-scroll .dropdown .nav-link i {
  color: #ff823a !important;
}

.navbar.nav-scroll .navbar-nav .nav-link:hover,
.navbar.nav-scroll .navbar-nav .nav-link.active,
.navbar.nav-scroll .navbar-nav .nav-link.active:hover,
.navbar.nav-scroll .navbar-nav .nav-link:hover i,
.navbar.nav-scroll .navbar-nav .nav-link.active i,
.nav-scroll .navbar-nav .active i {
  color: #111 !important;
}

.navbar:not(.nav-scroll) {
  background: rgba(0, 0, 0, 0.22);
}

.navbar:not(.nav-scroll) .navbar-nav .nav-link,
.navbar:not(.nav-scroll) .navbar-nav .nav-link.active,
.navbar:not(.nav-scroll) .navbar-nav .nav-link i,
.navbar:not(.nav-scroll) .navbar-nav .active i {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.navbar:not(.nav-scroll) .navbar-nav .nav-link.active {
  border-bottom: 2px solid #ff823a;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.active:hover,
  .navbar .navbar-nav .nav-link:hover i,
  .navbar .navbar-nav .nav-link.active i {
    color: #111 !important;
  }
}

.bg-cream,
.about .section-padding,
.bc-seo-intro,
.booking-box {
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.bc-about-frame p,
.bc-seo-intro p {
  text-align: justify;
  text-justify: inter-word;
}

.services .bg-cream,
.services .bg-cream .content {
  border: 0;
  box-shadow: none;
}

.services .valign {
  align-items: flex-start;
}

.services .content {
  padding: 32px 36px 24px;
}

.services .img {
  height: 360px;
}

.services .img a {
  display: block;
  height: 100%;
}

.services .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  .services .img {
    height: 240px;
  }
}

.about.section-padding.bg-cream,
.bc-seo-intro.section-padding {
  background: #f3f0eb !important;
}

.facilties .single-facility {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: #f7f5f2;
  border: 1px solid #e4ddd4;
  border-radius: 4px;
}

.facilties .row:has(.single-facility) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-left: 0;
  margin-right: 0;
}

.facilties .row:has(.single-facility) > [class*='col-'] {
  display: flex;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.facilties .single-facility p {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .facilties .row:has(.single-facility) {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.rooms1 .item .category.category--book,
.rooms3 .square .category.category--book {
  z-index: 40;
  display: inline-block;
  box-sizing: border-box;
  background: #ff823a;
  border-color: #ff823a;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  pointer-events: auto;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.rooms1 .item .con {
  padding: 36px 16px 12px !important;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.42) 52%,
    transparent 100%
  ) !important;
}

.rooms1 .item .con a {
  pointer-events: auto;
}

.rooms1 .item .category.category--book:hover,
.rooms3 .square .category.category--book:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.bc-room-price,
.bc-room-detail-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin: 0 0 12px;
}

.bc-room-price__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #888;
}

.bc-room-price__value {
  font-family: 'Gilda Display', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #ff823a;
  text-transform: none;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
  font-size: 18px !important;
  line-height: 1.2;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.rooms1 .item .con > p:not(.bc-room-price) {
  display: none;
}

.rooms1 .item .con .bc-room-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  margin: 0 0 6px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.rooms1 .item .con .bc-room-amenities span + span::before {
  content: '·';
  margin-right: 10px;
  opacity: 0.75;
}

.rooms1 .item .con .bc-room-price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  margin: 0 0 6px;
  gap: 4px 8px;
}

.rooms1 .item .con .bc-room-price__label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.rooms1 .item .con .bc-room-price__value {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.rooms1 .item .line {
  margin: 4px 0 10px !important;
}

.bc-room-detail-price .bc-room-price__value {
  font-size: 28px;
}

.bc-google-reviews__rating-label,
.bc-ta-reviews__rating-label {
  margin: 8px 0 0;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bc-google-reviews .bc-review-quote-box {
  margin-top: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #f7f5f2;
}

.bc-google-reviews__quote-mark {
  width: auto !important;
  height: auto !important;
  right: 24px !important;
  top: 78px !important;
  color: var(--bc-accent);
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 0.8;
  opacity: 0.16 !important;
}

.bc-ta-reviews__item .bc-review-quote-box {
  margin-top: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #f7f5f2;
}

.bc-traveler-collage__cell {
  text-decoration: none;
  color: inherit;
}

/* Plaza Brasil interactive map */
.bc-plaza {
  padding: 36px 24px 48px;
  background: #f8f5f1;
}

.bc-plaza__head {
  max-width: 920px;
  margin: 0 auto 20px;
}

.bc-plaza__intro {
  max-width: 820px;
  margin: 0 0 8px;
  color: #454545;
  font-size: 18px;
  line-height: 1.55;
}

.bc-plaza__count {
  margin: 0;
  color: #ff823a;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bc-plaza__filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 16px;
}

.bc-plaza__search {
  width: 100%;
  max-width: 420px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(34, 34, 34, 0.14);
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
}

.bc-plaza__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bc-plaza__chip {
  padding: 8px 14px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bc-plaza__chip.is-active,
.bc-plaza__chip:hover {
  background: #ff823a;
  border-color: #ff823a;
  color: #fff;
}

.bc-plaza__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(340px, 0.85fr);
  gap: 16px;
  align-items: stretch;
  min-height: 78vh;
}

.bc-plaza__map-wrap {
  position: relative;
  min-height: 78vh;
}

.bc-plaza__map {
  height: 78vh;
  min-height: 640px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #e8e4de;
}

.bc-plaza__map .leaflet-container {
  width: 100%;
  height: 100%;
  font-family: inherit;
  z-index: 1;
}

.bc-plaza__map--google {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.bc-plaza__map--google-api {
  width: 100%;
  height: 100%;
}

.bc-plaza__map-error {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  color: #842029;
  font-size: 15px;
  line-height: 1.5;
}

.bc-plaza-info {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.bc-plaza__map-tools {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
}

.bc-plaza__map-tools button,
.bc-plaza__map-tools a,
.bc-plaza__nav button {
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.bc-plaza__google-btn:hover {
  background: #ff823a;
  color: #fff;
}

.bc-plaza__map-tools button:hover,
.bc-plaza__nav button:hover {
  background: #ff823a;
}

.bc-plaza__nav {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}

.bc-plaza__nav button:disabled {
  opacity: 0.4;
  cursor: default;
}

.bc-plaza__hint {
  margin: 12px 0 0;
  color: #888;
  font-size: 14px;
}

.bc-plaza-pin-wrap {
  background: transparent !important;
  border: 0 !important;
}

.bc-plaza-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #ff823a;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.28);
}

.bc-plaza-pin > * {
  transform: rotate(45deg);
}

.bc-plaza-pin.is-hostel {
  width: 40px;
  height: 40px;
  background: #111;
  border-radius: 50%;
  transform: none;
}

.bc-plaza-pin.is-hostel > * {
  transform: none;
}

.bc-plaza-pin.is-active {
  background: #111;
  outline: 3px solid #fff;
}

.bc-plaza-pin.is-hostel.is-active {
  background: #ff823a;
}

.bc-plaza__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 78vh;
}

.bc-plaza__selected {
  padding: 24px 24px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 16px;
  background: #fff;
}

.bc-plaza__kicker {
  margin: 0 0 6px;
  color: #ff823a;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bc-plaza__selected h2 {
  margin: 0 0 8px;
  font-family: 'Gilda Display', serif;
  font-size: 32px;
  font-weight: 400;
}

.bc-plaza__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 10px;
  color: #888;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bc-plaza__address {
  margin: 0 0 12px;
  color: #666;
}

.bc-plaza__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bc-plaza__links a {
  color: #ff823a;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bc-plaza__links a:hover {
  color: #111;
}

.bc-plaza__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-height: 280px;
  max-height: calc(78vh - 280px);
  overflow: auto;
}

.bc-plaza__empty {
  padding: 16px;
  color: #666;
}

.bc-plaza__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.bc-plaza__item:hover,
.bc-plaza__item.is-active {
  border-color: rgba(255, 130, 58, 0.45);
  background: #fff7f1;
}

.bc-plaza__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff823a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.bc-plaza__fa {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.bc-plaza__kicker i {
  margin-right: 6px;
}

.bc-plaza__item.is-active .bc-plaza__fa {
  background: #111 !important;
}

.bc-plaza__item strong {
  display: block;
  color: #222;
  font-size: 16px;
}

.bc-plaza__item small {
  display: block;
  color: #888;
  font-size: 12px;
}

@media (max-width: 991px) {
  .bc-plaza {
    padding: 24px 14px 36px;
  }

  .bc-plaza__stage,
  .bc-plaza__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bc-plaza__map,
  .bc-plaza__map-wrap {
    height: 62vh;
    min-height: 420px;
  }

  .bc-plaza__list {
    max-height: 420px;
  }
}

/* Main navigation: separated, light orange buttons with bold white labels */
.navbar .navbar-nav {
  align-items: stretch;
  gap: 6px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.navbar .navbar-nav > .nav-item > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 9px 13px !important;
  border-radius: 5px;
  background: #f4a261 !important;
  color: #fff !important;
  font-weight: 400;
  text-shadow: none !important;
}

.navbar .navbar-nav > .nav-item > .nav-link i {
  color: #fff !important;
}

.navbar .navbar-nav > .nav-item > .nav-link:hover,
.navbar .navbar-nav > .nav-item > .nav-link.active,
.navbar .navbar-nav > .nav-item > .nav-link.active:hover {
  background: #e89252 !important;
  color: #fff !important;
}

.navbar .navbar-nav > .bc-lang-nav > .bc-lang-trigger {
  color: #fff !important;
  font-weight: 400;
}

.navbar .navbar-nav > .bc-lang-nav > .bc-lang-trigger i {
  color: #fff !important;
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 10px;
  }

  .navbar .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    width: 100%;
  }
}

