@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  --ag-forest: #1a2f2a;
  --ag-forest-deep: #0f1c19;
  --ag-sand: #f5f0e8;
  --ag-gold: #c4a35a;
  --ag-gold-soft: rgba(196, 163, 90, 0.35);
  /* Noto Sans: Latin, Greek, Cyrillic, extended scripts — high legibility */
  --ag-font-body: "Noto Sans", system-ui, "Segoe UI", sans-serif;
  --ag-font-display: "Noto Sans", system-ui, "Segoe UI", sans-serif;
  --ag-text: #1a1f1e;
  --ag-text-muted: #4b5450;
  --ag-heading: #142220;
}

.site-body {
  font-family: var(--ag-font-body);
  background-color: var(--ag-sand);
  color: var(--ag-text);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}

.site-body .text-muted {
  color: var(--ag-text-muted) !important;
}

.font-serif {
  font-family: var(--ag-font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.logo-font {
  font-family: var(--ag-font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: 0.02em;
}

.bg-footer {
  background-color: #f8f5f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e3e3e3' fill-opacity='0.35'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Inner page headers — photo + darken (replaces pattern) */
.page-header-banner {
  position: relative;
  overflow: hidden;
  background-color: #0f1c19;
  background-image: linear-gradient(145deg, rgba(8, 14, 13, 0.78) 0%, rgba(15, 28, 25, 0.72) 45%, rgba(18, 32, 28, 0.62) 100%),
    url("/assets/img/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header-banner > .container {
  position: relative;
  z-index: 1;
}

.page-header-banner h1,
.page-header-banner .fw-bolder:not(.text-danger) {
  color: #fff !important;
}

.page-header-banner .lead,
.page-header-banner .lead.text-muted {
  color: rgba(255, 255, 255, 0.88) !important;
}

.page-header-banner .text-muted {
  color: rgba(255, 255, 255, 0.78) !important;
}

.page-header-banner .text-danger {
  color: #fecaca !important;
}

.page-header-banner .fw-bold {
  color: #fff !important;
}

.page-header-banner.border-bottom-thick {
  border-bottom: 2px solid rgba(255, 255, 255, 0.14) !important;
}

/* Rooms — floating “limited availability” badge on hero / content divider */
.page-header-banner.rooms-page-header {
  /* Default .page-header-banner uses overflow:hidden (clips photo) — allow badge to extend below */
  overflow: visible;
  /* Stack above the next section so the half-overlapping badge isn’t painted under #scroll */
  z-index: 2;
}

.rooms-page-header {
  position: relative;
  padding-bottom: 2.75rem;
}

.rooms-urgency-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 10;
  margin: 0;
  text-align: center;
  max-width: 100%;
  padding: 0 0.75rem;
  box-sizing: border-box;
}

.rooms-urgency-badge__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  max-width: min(94vw, 30rem);
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-size: clamp(0.85rem, 2.8vw, 0.98rem);
  font-weight: 600;
  line-height: 1.35;
  color: #991b1b;
  background: linear-gradient(165deg, #fffefc 0%, #fff5f5 42%, #fee2e2 100%);
  border: 2px solid rgba(252, 165, 165, 0.65);
  box-shadow:
    0 3px 0 rgba(185, 28, 28, 0.07),
    0 14px 36px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  animation: rooms-urgency-float 2.8s ease-in-out infinite;
}

.rooms-urgency-badge__icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: #dc2626;
  filter: drop-shadow(0 1px 2px rgba(220, 38, 38, 0.35));
}

@keyframes rooms-urgency-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rooms-urgency-badge__bubble {
    animation: none;
  }
}

/* Mobile: full-width bar + tighter type so it doesn’t feel oversized */
@media (max-width: 767.98px) {
  .rooms-urgency-badge {
    left: 0;
    right: 0;
    transform: translateY(50%);
    width: 100%;
    max-width: none;
    padding: 0 1rem;
  }

  .rooms-urgency-badge__bubble {
    width: 100%;
    max-width: none;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    gap: 0.35rem;
    border-radius: 0.75rem;
    font-size: clamp(0.72rem, 3.2vw, 0.82rem);
    line-height: 1.3;
    box-shadow:
      0 2px 0 rgba(185, 28, 28, 0.06),
      0 8px 22px rgba(0, 0, 0, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .rooms-urgency-badge__icon {
    font-size: 0.95rem;
  }
}

.rooms-section-first {
  position: relative;
  z-index: 1;
  /* Clear the floating badge (half below header) + normal section spacing */
  padding-top: clamp(3.75rem, 8vw, 4.75rem);
}

.bg-header {
  background: linear-gradient(165deg, #f8f5f0 0%, #eef3f0 45%, #e8ebe6 100%);
}

.bg-c2a {
  background-image: linear-gradient(120deg, rgba(26, 47, 42, 0.92), rgba(15, 28, 25, 0.95)), url("/assets/img/c2a.jpg");
  background-size: cover;
  background-position: center;
}

/* Full-bleed promo above booking C2A — random photo + overlay + large headline */
.rooms-cta-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  min-height: clamp(280px, 42vh, 520px);
  display: flex;
  align-items: stretch;
}

.rooms-cta-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform 8s ease-out;
}

.rooms-cta-banner:hover .rooms-cta-banner__bg {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .rooms-cta-banner__bg {
    transform: none;
    transition: none;
  }

  .rooms-cta-banner:hover .rooms-cta-banner__bg {
    transform: none;
  }
}

/* Same atmospheric shade as home hero — glass card sits on top */
.rooms-cta-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(8, 14, 13, 0.88) 0%,
    rgba(15, 28, 25, 0.72) 42%,
    rgba(20, 36, 32, 0.55) 100%
  );
}

.rooms-cta-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.rooms-cta-banner__content {
  max-width: 46rem;
}

/* Frosted glass panel — same mood as .site-header--dark (forest + blur + light edge) */
.rooms-cta-banner__content--glass {
  padding: clamp(1.35rem, 3.5vw, 2.35rem) clamp(1.25rem, 3vw, 2.25rem);
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    165deg,
    rgba(10, 18, 17, 0.52) 0%,
    rgba(26, 47, 42, 0.42) 38%,
    rgba(15, 28, 25, 0.48) 100%
  );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 32px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(10, 20, 18, 0.35);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .rooms-cta-banner__content--glass {
    background: linear-gradient(
      165deg,
      rgba(10, 18, 17, 0.9) 0%,
      rgba(26, 47, 42, 0.88) 42%,
      rgba(15, 28, 25, 0.92) 100%
    );
  }
}

.rooms-cta-banner__title {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 5.2vw, 3.35rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.45),
    0 1px 2px rgba(0, 0, 0, 0.35);
}

.rooms-cta-banner__title::after {
  content: "";
  display: block;
  width: clamp(3rem, 12vw, 5.5rem);
  height: 4px;
  margin-top: 1.1rem;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(196, 163, 90, 0.95), rgba(232, 218, 180, 0.55));
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.rooms-cta-banner__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
  max-width: 38rem;
}

.rooms-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-rooms-cta {
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(145deg, #3a7a62 0%, #1e4a3d 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    0 4px 0 rgba(12, 28, 24, 0.55),
    0 12px 32px rgba(0, 0, 0, 0.35);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.btn-rooms-cta:hover {
  background: linear-gradient(145deg, #459673 0%, #265a4a 100%) !important;
  color: #fff !important;
  box-shadow:
    0 4px 0 rgba(12, 28, 24, 0.45),
    0 16px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .rooms-cta-banner {
    min-height: clamp(260px, 52vh, 440px);
  }

  .rooms-cta-banner__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .rooms-cta-banner__title::after {
    margin-left: auto;
    margin-right: auto;
  }

  .rooms-cta-banner__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .rooms-cta-banner__actions {
    justify-content: center;
  }
}

.btn-booking {
  background: linear-gradient(180deg, #004b9a 0%, #003580 100%);
  color: #fff;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 53, 128, 0.25);
}

.btn-booking:hover {
  background: linear-gradient(180deg, #003580 0%, #002a66 100%);
  color: #fff;
}

/* Booking.com logo pills — white background everywhere */
.btn-booking-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  color: #003580 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.btn-booking-badge:hover {
  background: #f8fafc !important;
  color: #003580 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.btn-booking-badge img {
  display: block;
}

/* Offcanvas — language chips: white text + glass (match footer lang control) */
.offcanvas-hotel .btn-nav-lang {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  font-weight: 500;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.offcanvas-hotel .btn-nav-lang:hover,
.offcanvas-hotel .btn-nav-lang:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
}

.offcanvas-hotel .btn-nav-lang--active {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.52) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

/* Home — Booking rating strip (same photo + darken as page headers) */
.booking-rating-strip {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #0f1c19;
  background-image: linear-gradient(145deg, rgba(8, 14, 13, 0.78) 0%, rgba(15, 28, 25, 0.72) 45%, rgba(18, 32, 28, 0.62) 100%),
    url("/assets/img/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 40px rgba(0, 0, 0, 0.22);
}

.booking-rating-strip > .container {
  z-index: 1;
}

.booking-rating-strip__score-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.15rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .booking-rating-strip__score-wrap {
    align-items: flex-start;
  }
}

.booking-rating-strip__score {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--ag-forest-deep);
}

.booking-rating-strip__stars {
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #ca8a04;
}

.booking-rating-strip__title {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 0 2px 24px rgba(0, 0, 0, 0.35);
}

.booking-rating-strip__sub {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

.booking-rating-strip__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border-radius: 0.75rem;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.booking-rating-strip__brand-link:hover {
  background: #f8fafc !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.booking-rating-strip__logo {
  height: 26px;
  width: auto;
}

.border-bottom-thick {
  border-bottom: 2px solid rgba(44, 44, 44, 0.15);
}

.border-top-thick {
  border-top: 2px solid rgba(44, 44, 44, 0.15);
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.site-header__start {
  min-width: 0;
}

.site-header--dark {
  background: linear-gradient(165deg, #0a1211 0%, var(--ag-forest-deep) 42%, var(--ag-forest) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.site-header__brand.logo-font {
  color: #fff !important;
}

/* Navbar — Book now + socials + menu on one row */
.site-header__actions {
  flex: 0 1 auto;
  min-width: 0;
}

.btn-nav-book {
  font-weight: 700;
  font-size: clamp(0.82rem, 1.9vw, 0.98rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  padding: 0.5rem 1.15rem !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.btn-nav-book:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.btn-nav-book:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

/* Navbar — social icon buttons (Facebook / Instagram), match dark glass header */
.btn-nav-social {
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  font-size: 1.15rem;
  line-height: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.btn-nav-social:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.btn-nav-social:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.btn-nav-social--offcanvas {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
}

.btn-nav-cta {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  font-weight: 500;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-nav-cta:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.site-header--dark .btn-menu-toggle {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.site-header--dark .btn-menu-lines span {
  background: #fff;
}

.home-hero {
  position: relative;
  min-height: clamp(300px, 46vh, 520px);
  display: flex;
  align-items: center;
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 4vw, 3rem);
  overflow: hidden;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(8, 14, 13, 0.88) 0%,
    rgba(15, 28, 25, 0.72) 42%,
    rgba(20, 36, 32, 0.55) 100%
  );
}

.home-hero__inner {
  position: relative;
  z-index: 2;
}

.home-hero__content {
  max-width: 42rem;
  padding: 0.25rem 0;
}

.home-hero__lead {
  max-width: 36rem;
  color: #fff !important;
  font-weight: 400;
}

.home-hero__title {
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .home-hero__content {
    max-width: 48rem;
  }
}

.site-header-inner {
  min-height: 3.5rem;
}

.btn-menu-toggle {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(26, 47, 42, 0.2);
  background: #fff;
  color: var(--ag-forest);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-menu-toggle:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(26, 47, 42, 0.12);
}

.btn-menu-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 1.25rem;
}

.btn-menu-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ag-forest);
  border-radius: 2px;
  transition: transform 0.2s ease;
}

.offcanvas-open .btn-menu-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.offcanvas-open .btn-menu-lines span:nth-child(2) {
  opacity: 0;
}

.offcanvas-open .btn-menu-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.offcanvas-hotel {
  --bs-offcanvas-width: min(420px, 92vw);
  background: linear-gradient(180deg, var(--ag-forest-deep) 0%, var(--ag-forest) 55%, #1f3832 100%);
  color: #f4f7f6;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.offcanvas-hotel .letter-space {
  letter-spacing: 0.35em;
  font-size: 0.65rem;
}

.nav-link-hotel {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-link-hotel:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.nav-link-hotel.active {
  background: rgba(196, 163, 90, 0.15);
  border-color: var(--ag-gold-soft);
  color: #fff;
}

/* Footer — modern glass / forest (aligned with nav + destinations) */
.site-footer--dark {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, #070d0c 0%, var(--ag-forest-deep) 42%, #152a24 55%, var(--ag-forest) 100%);
  overflow: hidden;
}

.site-footer--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(196, 163, 90, 0.12), transparent 55%);
  pointer-events: none;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
}

.site-footer__grid {
  align-items: flex-start;
}

.site-footer__brand-block {
  max-width: 22rem;
}

.site-footer__logo.logo-font {
  color: #fff !important;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.2);
}

.site-footer__tagline {
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.65;
}

.site-footer__block {
  height: 100%;
}

.site-footer__heading {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 1.15rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.site-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ag-gold), rgba(196, 163, 90, 0.2));
}

.site-footer__list li {
  margin-bottom: 0.2rem;
}

.site-footer__list li:last-child {
  margin-bottom: 0;
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.65rem;
  margin-left: -0.65rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.site-footer__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(2px);
}

.site-footer__link:focus-visible {
  outline: 2px solid rgba(196, 163, 90, 0.65);
  outline-offset: 2px;
}

.site-footer__link--icon {
  gap: 0.5rem;
}

.site-footer__link--icon i {
  font-size: 1.05rem;
  opacity: 0.85;
  color: rgba(196, 163, 90, 0.95);
}

.site-footer__link--icon:hover i {
  opacity: 1;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.site-footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  margin-left: -0.75rem;
  border-radius: 0.65rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.site-footer__contact-row:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.site-footer__contact-row:hover .site-footer__contact-value {
  color: #fff;
}

.site-footer__contact-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  color: var(--ag-gold);
  background: rgba(196, 163, 90, 0.12);
  border: 1px solid rgba(196, 163, 90, 0.22);
}

.site-footer__contact-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}

.site-footer__contact-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.2;
}

html[lang="el"] .site-footer__contact-label,
html[lang="ru"] .site-footer__contact-label,
html[lang="bg"] .site-footer__contact-label,
html[lang="mk"] .site-footer__contact-label {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.68rem;
}

.site-footer__contact-value {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  word-break: break-word;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-footer__copyright {
  color: rgba(255, 255, 255, 0.45) !important;
}

.site-footer__credit {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__credit:hover {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__credit strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.site-footer__credit-img {
  opacity: 0.9;
  filter: brightness(0) invert(1);
}

.site-footer__lang-btn {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-footer__lang-btn:hover,
.site-footer__lang-btn:focus,
.site-footer__lang-btn.show {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.site-footer__lang-btn.dropdown-toggle::after {
  border-top-color: rgba(255, 255, 255, 0.92) !important;
}

.site-footer__dropdown-menu {
  background: rgba(22, 38, 34, 0.45) !important;
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 1rem !important;
  padding: 0.45rem !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.site-footer__dropdown-item {
  color: rgba(255, 255, 255, 0.96) !important;
  border-radius: 0.65rem;
  padding: 0.55rem 0.8rem !important;
}

.site-footer__dropdown-item:hover,
.site-footer__dropdown-item:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.footer-accent {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(196, 163, 90, 0.55), transparent);
  opacity: 1;
}

/* Modern feature cards — home + room details */
.feature-card {
  background: #fff;
  border-radius: 1.35rem;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(26, 47, 42, 0.07);
  box-shadow:
    0 4px 6px -1px rgba(15, 28, 25, 0.04),
    0 12px 32px -8px rgba(15, 28, 25, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 12px 24px -6px rgba(15, 28, 25, 0.1),
    0 24px 48px -12px rgba(15, 28, 25, 0.12);
}

.feature-card--compact {
  padding: 1.65rem 1.5rem;
}

.feature-card__icon-wrap {
  margin-bottom: 1.15rem;
}

.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 1.05rem;
  background: linear-gradient(145deg, rgba(196, 163, 90, 0.22), rgba(26, 47, 42, 0.06));
  color: var(--ag-forest);
  font-size: 1.55rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.feature-card__title {
  font-family: var(--ag-font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: var(--ag-heading);
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.feature-card__title--sm {
  font-size: 1.15rem;
}

.feature-card__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ag-text-muted);
  margin: 0;
}

.section-room-amenities {
  background: linear-gradient(180deg, #f4f6f4 0%, #eef1ee 50%, #e8ece9 100%);
}

.section-room-amenities__title {
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--ag-heading);
  letter-spacing: 0.02em;
}

.section-room-amenities__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ag-text-muted);
  max-width: 42rem;
}

.amenity-panel {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.85rem;
  border: 1px solid rgba(26, 47, 42, 0.07);
  box-shadow: 0 8px 28px -12px rgba(15, 28, 25, 0.12);
}

.amenity-panel--simple {
  padding: 1.5rem 1.75rem;
}

.amenity-panel__title {
  font-family: var(--ag-font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
  color: var(--ag-heading);
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(26, 47, 42, 0.08);
}

.amenity-panel__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.amenity-panel__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--ag-text-muted);
}

.amenity-panel__check {
  color: var(--ag-forest);
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.85;
}

.amenity-panel__single {
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ag-text-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

/* Contact — interactive tiles + map (matches destinations polish) */
.contact-page {
  background: linear-gradient(180deg, rgba(244, 246, 244, 0.55) 0%, var(--ag-sand) 35%, var(--ag-sand) 100%);
}

.contact-tiles {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-tile {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(26, 47, 42, 0.08);
  box-shadow: 0 4px 16px -4px rgba(15, 28, 25, 0.08);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.2s ease;
}

.contact-tile--link:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px -10px rgba(15, 28, 25, 0.14);
  border-color: rgba(196, 163, 90, 0.38);
}

.contact-tile--link:focus-visible {
  outline: 2px solid var(--ag-forest);
  outline-offset: 3px;
}

.contact-tile__icon-wrap {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--ag-forest);
  background: linear-gradient(145deg, rgba(196, 163, 90, 0.22), rgba(26, 47, 42, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.contact-tile__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.contact-tile__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ag-text-muted);
}

.contact-tile__value {
  font-weight: 600;
  color: var(--ag-text);
  font-size: 1.02rem;
  line-height: 1.35;
}

.contact-tile__value--multiline {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-weight: 500;
}

.contact-tile__action {
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--ag-gold);
  opacity: 0.55;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.contact-tile--link:hover .contact-tile__action {
  opacity: 1;
  transform: translateX(3px);
}

.contact-tile--static {
  cursor: default;
}

.contact-map-card {
  height: 100%;
  min-height: 340px;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(26, 47, 42, 0.08);
  box-shadow: 0 14px 42px -14px rgba(15, 28, 25, 0.16);
  background: #e8ece9;
  display: flex;
  flex-direction: column;
}

.contact-map-card__chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(180deg, #f6f8f7 0%, #eef1f0 100%);
  border-bottom: 1px solid rgba(26, 47, 42, 0.07);
  flex-shrink: 0;
}

.contact-map-card__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(26, 47, 42, 0.18);
}

.contact-map-card__dot:nth-child(1) {
  background: #ef4444;
  opacity: 0.85;
}

.contact-map-card__dot:nth-child(2) {
  background: #f59e0b;
  opacity: 0.85;
}

.contact-map-card__dot:nth-child(3) {
  background: #22c55e;
  opacity: 0.85;
}

.contact-map.contact-map--embed {
  flex: 1;
  min-height: 280px;
  display: block;
  border: none !important;
}

.contact-map {
  min-height: 280px;
}

.room-slide-img {
  height: min(520px, 70vh);
  object-fit: cover;
}

/* Destinations — interactive cards + search */
.destinations-page {
  background: linear-gradient(180deg, rgba(244, 246, 244, 0.65) 0%, var(--ag-sand) 38%, var(--ag-sand) 100%);
}

.destinations-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.destinations-search-wrap {
  position: relative;
}

.destinations-search-wrap__icon {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: var(--ag-forest);
  opacity: 0.55;
  pointer-events: none;
  z-index: 2;
}

.destinations-search {
  padding-left: 2.85rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(26, 47, 42, 0.12) !important;
  background: #fff !important;
  box-shadow: 0 4px 20px rgba(15, 28, 25, 0.06);
  font-size: 1rem;
  min-height: 3rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.destinations-search:focus {
  border-color: rgba(26, 47, 42, 0.28) !important;
  box-shadow: 0 0 0 3px rgba(26, 47, 42, 0.08), 0 8px 28px rgba(15, 28, 25, 0.1);
}

.destinations-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.destinations-filter-btn {
  border: 1px solid rgba(26, 47, 42, 0.14);
  background: #fff;
  color: var(--ag-text);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.destinations-filter-btn:hover {
  border-color: rgba(26, 47, 42, 0.28);
  background: rgba(255, 255, 255, 0.95);
}

.destinations-filter-btn.active {
  background: var(--ag-forest);
  border-color: var(--ag-forest);
  color: #fff;
}

.destinations-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 992px) {
  .destinations-stack {
    gap: 2.5rem;
  }
}

.destination-category {
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(26, 47, 42, 0.07);
  box-shadow:
    0 4px 6px -1px rgba(15, 28, 25, 0.04),
    0 16px 40px -12px rgba(15, 28, 25, 0.1);
  overflow: hidden;
  transition: box-shadow 0.28s ease;
}

.destination-category:hover {
  box-shadow:
    0 8px 12px -2px rgba(15, 28, 25, 0.06),
    0 22px 48px -14px rgba(15, 28, 25, 0.12);
}

.destination-category__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid rgba(26, 47, 42, 0.07);
  background: linear-gradient(135deg, rgba(245, 248, 246, 0.95) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.destination-category--dining .destination-category__head {
  background: linear-gradient(135deg, rgba(255, 251, 240, 0.95) 0%, rgba(255, 255, 255, 0.45) 100%);
}

.destination-category--beach .destination-category__head {
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.95) 0%, rgba(255, 255, 255, 0.45) 100%);
}

.destination-category--air .destination-category__head {
  background: linear-gradient(135deg, rgba(238, 246, 255, 0.95) 0%, rgba(255, 255, 255, 0.45) 100%);
}

.destination-category__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  font-size: 1.45rem;
  color: var(--ag-forest);
  background: linear-gradient(145deg, rgba(196, 163, 90, 0.2), rgba(26, 47, 42, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

.destination-category__title {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: var(--ag-heading);
  margin: 0;
  letter-spacing: -0.01em;
}

.destination-grid {
  padding: 0.35rem 0;
}

.destination-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(26, 47, 42, 0.06);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.destination-card--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.destination-card--link:focus-visible {
  outline: 2px solid var(--ag-forest);
  outline-offset: -2px;
  background: rgba(26, 47, 42, 0.04);
}

.destination-card:last-child {
  border-bottom: none;
}

.destination-card:hover {
  background: rgba(26, 47, 42, 0.03);
}

.destination-card:hover .destination-card__chev {
  opacity: 1;
  transform: translate(1px, -1px);
}

.destination-card__main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1.25rem;
  flex: 1;
  min-width: 0;
}

.destination-card__name {
  font-weight: 500;
  color: var(--ag-text);
  line-height: 1.4;
}

.destination-card__dist {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ag-forest);
  white-space: nowrap;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: rgba(26, 47, 42, 0.06);
}

.destination-card__chev {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--ag-gold);
  opacity: 0.35;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  flex-shrink: 0;
}

.destinations-empty {
  padding: 2rem 1rem;
  font-size: 1rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .destination-card__main {
    flex-direction: column;
    align-items: flex-start;
  }

  .destination-card__dist {
    margin-left: 0;
  }

  .destinations-filters {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .room-slide-img {
    height: 260px;
  }
}
