/* ==========================================================================
   Barakah Journeys — Enterprise Hajj & Umrah Design System (bk-*)
   Light luxury · Cormorant Garamond display · Tajawal body + Arabic
   ========================================================================== */

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--bk-font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--bk-ink);
  background: var(--bk-surface-soft);
  -webkit-font-smoothing: antialiased;
}
img, svg, video, canvas { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: var(--bk-emerald); text-decoration: none; transition: color 0.18s ease; }
a:hover { color: var(--bk-gold); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--bk-font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--bk-emerald);
  margin: 0 0 0.5em;
}
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 2px solid var(--bk-gold); outline-offset: 2px; }
::selection { background: var(--bk-gold-soft); color: var(--bk-emerald-deep); }

/* --- Design Tokens (:root) --- */
:root {
  --bk-emerald: #065f46;
  --bk-emerald-deep: #064e3b;
  --bk-emerald-soft: #047857;
  --bk-gold: #a16207;
  --bk-gold-soft: #fef3c7;
  --bk-ink: #1c1917;
  --bk-muted: #57534e;
  --bk-border: #e7e5e4;
  --bk-border-soft: #f5f5f4;
  --bk-surface: #ffffff;
  --bk-surface-soft: #fafaf9;
  --bk-card: #ffffff;
  --bk-overlay: rgba(28, 25, 23, 0.58);
  --bk-shadow-sm: 0 2px 8px rgba(6, 95, 70, 0.06);
  --bk-shadow: 0 4px 24px rgba(6, 95, 70, 0.08);
  --bk-shadow-md: 0 8px 32px rgba(28, 25, 23, 0.08);
  --bk-shadow-lg: 0 18px 48px rgba(28, 25, 23, 0.12);
  --bk-shadow-float: 0 24px 64px rgba(28, 25, 23, 0.16);
  --bk-radius: 12px;
  --bk-radius-sm: 8px;
  --bk-radius-lg: 16px;
  --bk-radius-pill: 999px;
  --bk-container: min(1180px, calc(100% - 2.5rem));
  --bk-container-narrow: min(720px, calc(100% - 2.5rem));
  --bk-topbar-h: 38px;
  --bk-header-h: 78px;
  --bk-section-gap: clamp(3.5rem, 6vw, 5.5rem);
  --bk-font-display: "Cormorant Garamond", Georgia, serif;
  --bk-font-body: "Tajawal", system-ui, sans-serif;
  --bk-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bk-duration-slow: 0.55s;
}

/* --- Site Shell & Utilities --- */
.bk-site { background: var(--bk-surface-soft); min-height: 100vh; display: flex; flex-direction: column; }
.bk-site main { flex: 1; }
.bk-skip { position: absolute; inset-inline-start: -9999px; top: 0; padding: 0.55rem 1rem; background: var(--bk-emerald); color: #fff; z-index: 9999; border-radius: var(--bk-radius); }
.bk-skip:focus { inset-inline-start: 1rem; top: 1rem; }
.bk-sr-only, .bk-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bk-text-center { text-align: center; }
.bk-bg-surface { background: var(--bk-surface); }
.bk-muted { color: var(--bk-muted); font-size: 0.95rem; }
.bk-empty-state { color: var(--bk-muted); font-size: 0.95rem; text-align: center; padding: 1.75rem; border: 1px dashed var(--bk-border); border-radius: var(--bk-radius); background: var(--bk-card); }
.bk-empty { text-align: center; padding: clamp(2rem, 5vw, 3.5rem) 1.5rem; border-radius: var(--bk-radius-lg); background: var(--bk-surface); border: 1px solid var(--bk-border); }
.bk-empty-visual { width: min(280px, 70%); margin: 0 auto 1.25rem; border-radius: var(--bk-radius); opacity: 0.85; }

/* --- Typography --- */
.bk-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bk-gold); margin: 0 0 0.7rem; }
.bk-eyebrow.light { color: rgba(255, 255, 255, 0.78); }
.bk-lead { font-size: clamp(1.05rem, 1.8vw, 1.2rem); line-height: 1.7; color: var(--bk-muted); max-width: 62ch; }
.bk-lead.light { color: rgba(255, 255, 255, 0.88); }
.bk-section-title {
  font-family: var(--bk-font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  font-weight: 600;
  color: var(--bk-emerald);
  margin: 0 0 0.45em;
  letter-spacing: -0.01em;
}
.bk-section-sub { font-size: 1.05rem; color: var(--bk-muted); max-width: 58ch; margin: 0 auto; line-height: 1.65; }
.bk-page-title { font-family: var(--bk-font-display); font-size: clamp(2rem, 4vw, 2.85rem); font-weight: 600; color: var(--bk-emerald); margin: 0 0 0.35em; }
.bk-divider { width: 56px; height: 2px; background: linear-gradient(90deg, var(--bk-gold), var(--bk-emerald)); margin: 1.25rem 0 0; border-radius: var(--bk-radius-pill); }
.bk-section-head.center .bk-divider { margin-inline: auto; }
.bk-link, .bk-link-arrow { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; color: var(--bk-emerald); transition: gap 0.18s ease, color 0.18s ease; }
.bk-link:hover, .bk-link-arrow:hover { color: var(--bk-gold); gap: 0.65rem; }
.bk-prose { color: var(--bk-muted); line-height: 1.75; max-width: 72ch; }
.bk-prose h2, .bk-prose h3 { margin-top: 1.75em; margin-bottom: 0.5em; }
.bk-prose ul, .bk-prose ol { list-style: disc; padding-inline-start: 1.35rem; margin-bottom: 1em; }
.bk-prose.light { color: rgba(255, 255, 255, 0.9); }
.bk-prose.light a { color: var(--bk-gold-soft); }

/* --- Containers & Sections --- */
.bk-container { width: var(--bk-container); margin-inline: auto; }
.bk-narrow { width: var(--bk-container-narrow); margin-inline: auto; }
.bk-section { padding-block: var(--bk-section-gap); }
.bk-section-compact { padding-block: clamp(2rem, 4vw, 3rem); }
.bk-section-head { margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.bk-section-head.center { text-align: center; }
.bk-section-head.center .bk-section-sub { margin-inline: auto; }
.bk-inline-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }

/* --- Buttons --- */
.bk-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: 0.72rem 1.35rem; font-size: 0.92rem; font-weight: 600; line-height: 1.2;
  border-radius: var(--bk-radius); border: 1.5px solid transparent; cursor: pointer;
  transition: background 0.2s var(--bk-ease), color 0.2s var(--bk-ease), border-color 0.2s var(--bk-ease), box-shadow 0.2s var(--bk-ease), transform 0.2s var(--bk-ease);
  text-decoration: none; white-space: nowrap;
}
.bk-btn:hover { transform: translateY(-1px); }
.bk-btn:active { transform: translateY(0); }
.bk-btn-primary { background: var(--bk-emerald); color: #fff; box-shadow: var(--bk-shadow-sm); }
.bk-btn-primary:hover { background: var(--bk-emerald-deep); color: #fff; box-shadow: var(--bk-shadow); }
.bk-btn-outline { background: transparent; color: var(--bk-emerald); border-color: var(--bk-border); }
.bk-btn-outline:hover { border-color: var(--bk-emerald); background: rgba(6, 95, 70, 0.04); color: var(--bk-emerald-deep); }
.bk-btn-gold { background: var(--bk-gold); color: #fff; box-shadow: 0 4px 16px rgba(161, 98, 7, 0.22); }
.bk-btn-gold:hover { background: #854d0e; color: #fff; }
.bk-btn-ghost { background: transparent; color: var(--bk-emerald); border-color: transparent; }
.bk-btn-ghost.light { color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.bk-btn-ghost.light:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.bk-btn-whatsapp { background: #25d366; color: #fff; border-color: #25d366; }
.bk-btn-whatsapp:hover { background: #1ebe57; color: #fff; }
.bk-btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.bk-btn-lg { padding: 0.95rem 1.75rem; font-size: 1rem; }
.bk-btn-block { width: 100%; }

/* --- Badges & Chips --- */
.bk-badge { display: inline-flex; align-items: center; padding: 0.28rem 0.65rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border-radius: var(--bk-radius-pill); background: var(--bk-gold-soft); color: var(--bk-gold); }
.bk-badge-emerald { background: rgba(6, 95, 70, 0.1); color: var(--bk-emerald); }
.bk-chip { display: inline-flex; align-items: center; padding: 0.35rem 0.75rem; font-size: 0.82rem; font-weight: 500; border-radius: var(--bk-radius-pill); background: var(--bk-surface-soft); color: var(--bk-muted); border: 1px solid var(--bk-border); }
.bk-chip-row { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.bk-partner-chip { display: inline-flex; align-items: center; padding: 0.45rem 0.9rem; font-size: 0.82rem; font-weight: 600; border-radius: var(--bk-radius); background: var(--bk-surface); color: var(--bk-emerald); border: 1px solid var(--bk-border); }
.bk-date-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem; margin-bottom: 1rem; }
.bk-card-tag { display: inline-block; padding: 0.28rem 0.65rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: var(--bk-radius-pill); background: rgba(6, 95, 70, 0.08); color: var(--bk-emerald); margin-bottom: 0.65rem; }
.bk-card-tag.vip { background: var(--bk-gold-soft); color: var(--bk-gold); }

/* --- Cards --- */
.bk-card {
  display: flex; flex-direction: column; background: var(--bk-card); border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius-lg); overflow: hidden; box-shadow: var(--bk-shadow-sm); text-decoration: none; color: inherit;
  transition: box-shadow 0.25s var(--bk-ease), transform 0.25s var(--bk-ease), border-color 0.25s var(--bk-ease);
}
.bk-card:hover { box-shadow: var(--bk-shadow-md); transform: translateY(-3px); border-color: rgba(6, 95, 70, 0.18); }
.bk-card.featured { border-color: rgba(161, 98, 7, 0.35); box-shadow: 0 8px 32px rgba(161, 98, 7, 0.1); }
.bk-card-vip { border-color: rgba(161, 98, 7, 0.28); }
.bk-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bk-surface-soft); }
.bk-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s var(--bk-ease); }
.bk-card:hover .bk-card-media img { transform: scale(1.04); }
.bk-card-body { padding: 1.25rem 1.35rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.bk-card-title { font-family: var(--bk-font-display); font-size: 1.25rem; font-weight: 600; color: var(--bk-emerald); margin: 0 0 0.35em; line-height: 1.3; }
.bk-card-meta { font-size: 0.88rem; color: var(--bk-muted); margin-bottom: 0.5rem; }
.bk-card-price { font-size: 1.05rem; font-weight: 700; color: var(--bk-gold); margin: 0.35rem 0 0.85rem; }
.bk-card-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: auto; }
.bk-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.35rem; }
.bk-card-grid-compact { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.bk-card-grid-list { grid-template-columns: 1fr; }
.bk-card-grid-list .bk-card { flex-direction: row; }
.bk-card-grid-list .bk-card-media { width: min(280px, 38%); aspect-ratio: auto; min-height: 180px; flex-shrink: 0; }
.bk-soft-panel { padding: 1.5rem 1.65rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-sm); }
.bk-cta-panel { margin-top: 2.5rem; padding: clamp(1.75rem, 4vw, 2.5rem); background: linear-gradient(135deg, var(--bk-emerald), var(--bk-emerald-deep)); border-radius: var(--bk-radius-lg); color: #fff; text-align: center; }
.bk-cta-panel .bk-section-title { color: #fff; }
.bk-cta-panel .bk-muted { color: rgba(255, 255, 255, 0.82); }

/* --- Topbar (phone · WhatsApp · email · hours · currency · language · login) --- */
.bk-topbar { background: var(--bk-emerald-deep); color: rgba(255, 255, 255, 0.88); font-size: 0.78rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); min-height: var(--bk-topbar-h); }
.bk-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--bk-topbar-h); }
.bk-topbar-meta { display: flex; align-items: center; flex-wrap: wrap; }
.bk-topbar-actions { display: flex; align-items: center; gap: 0.85rem; flex-shrink: 0; }
.bk-topbar-link { display: inline-flex; align-items: center; gap: 0.35rem; color: rgba(255, 255, 255, 0.88); padding: 0.35rem 0; transition: color 0.18s ease; }
.bk-topbar-link:hover { color: var(--bk-gold-soft); }
.bk-topbar-link--accent { font-weight: 700; color: var(--bk-gold-soft); }
.bk-topbar-icon { opacity: 0.75; font-size: 0.85em; }
.bk-topbar-divider { width: 1px; height: 14px; background: rgba(255, 255, 255, 0.2); margin-inline: 0.65rem; }
.bk-topbar-hours { opacity: 0.82; }
.bk-topbar-currency { font-weight: 600; letter-spacing: 0.04em; }
.bk-lang-top { font-size: 0.78rem; }

/* --- Header: transparent → .is-scrolled sticky · .bk-mega · Book Now --- */
.bk-header {
  position: absolute; inset-inline: 0; top: var(--bk-topbar-h); z-index: 900; background: transparent;
  transition: background 0.3s var(--bk-ease), box-shadow 0.3s var(--bk-ease), backdrop-filter 0.3s var(--bk-ease);
}
.bk-header.is-scrolled {
  position: sticky; top: 0; background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px); box-shadow: var(--bk-shadow-sm); border-bottom: 1px solid var(--bk-border-soft);
}
.bk-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: var(--bk-header-h); }
.bk-brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; color: inherit; flex-shrink: 0; }
.bk-brand-logo { height: 44px; width: auto; }
.bk-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.bk-brand-name { font-family: var(--bk-font-display); font-size: 1.35rem; font-weight: 600; color: var(--bk-emerald); }
.bk-header:not(.is-scrolled) .bk-brand-name { color: #fff; }
.bk-brand-tagline { font-size: 0.72rem; color: var(--bk-muted); }
.bk-header:not(.is-scrolled) .bk-brand-tagline { color: rgba(255, 255, 255, 0.72); }
.bk-nav { display: flex; align-items: center; gap: 1.5rem; }
.bk-nav-primary { display: flex; align-items: center; gap: 0.15rem; }
.bk-nav-link {
  display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.55rem 0.85rem;
  font-size: 0.92rem; font-weight: 500; color: var(--bk-emerald); background: none; border: none; cursor: pointer; border-radius: var(--bk-radius-sm);
  transition: background 0.18s ease, color 0.18s ease;
}
.bk-header:not(.is-scrolled) .bk-nav-link { color: rgba(255, 255, 255, 0.92); }
.bk-nav-link:hover, .bk-mega.is-open .bk-mega-trigger { background: rgba(6, 95, 70, 0.06); color: var(--bk-emerald-deep); }
.bk-header:not(.is-scrolled) .bk-nav-link:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.bk-nav-actions { display: flex; align-items: center; gap: 0.55rem; }
.bk-header:not(.is-scrolled) .bk-btn-outline { color: #fff; border-color: rgba(255, 255, 255, 0.45); }
.bk-header:not(.is-scrolled) .bk-btn-outline:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.bk-nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; background: none; border: 1px solid var(--bk-border); border-radius: var(--bk-radius-sm); cursor: pointer; }
.bk-nav-toggle-bar { display: block; width: 20px; height: 2px; background: var(--bk-emerald); margin-inline: auto; }
.bk-header:not(.is-scrolled) .bk-nav-toggle-bar { background: #fff; }

/* Mega menu */
.bk-mega { position: relative; }
.bk-mega-caret { display: inline-block; width: 0; height: 0; border-inline: 4px solid transparent; border-top: 5px solid currentColor; margin-top: 2px; transition: transform 0.2s ease; }
.bk-mega.is-open .bk-mega-caret { transform: rotate(180deg); }
.bk-mega-panel {
  position: absolute; inset-inline-start: 0; top: calc(100% + 0.35rem); min-width: min(520px, 90vw);
  padding: 1.35rem 1.5rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none;
  transition: opacity 0.22s var(--bk-ease), transform 0.22s var(--bk-ease), visibility 0.22s;
}
.bk-mega.is-open .bk-mega-panel { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.bk-mega-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.bk-mega-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bk-gold); margin: 0 0 0.75rem; }
.bk-mega-list { display: flex; flex-direction: column; gap: 0.15rem; }
.bk-mega-link { display: block; padding: 0.55rem 0.65rem; border-radius: var(--bk-radius-sm); transition: background 0.18s ease; }
.bk-mega-link:hover { background: var(--bk-surface-soft); }
.bk-mega-link-label { display: block; font-weight: 600; font-size: 0.92rem; color: var(--bk-emerald); }
.bk-mega-link-desc { display: block; font-size: 0.8rem; color: var(--bk-muted); margin-top: 0.15rem; }

/* Offcanvas mobile nav */
.bk-offcanvas { position: fixed; inset: 0; z-index: 1100; pointer-events: none; }
.bk-offcanvas[aria-hidden="false"] { pointer-events: auto; }
.bk-offcanvas-backdrop { position: absolute; inset: 0; background: rgba(28, 25, 23, 0.45); opacity: 0; transition: opacity 0.28s ease; }
.bk-offcanvas[aria-hidden="false"] .bk-offcanvas-backdrop { opacity: 1; }
.bk-offcanvas-panel { position: absolute; inset-block: 0; inset-inline-end: 0; width: min(340px, 88vw); background: var(--bk-surface); box-shadow: var(--bk-shadow-lg); padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem; transform: translateX(100%); transition: transform 0.32s var(--bk-ease); }
[dir="rtl"] .bk-offcanvas-panel { transform: translateX(-100%); }
.bk-offcanvas[aria-hidden="false"] .bk-offcanvas-panel { transform: translateX(0); }
.bk-offcanvas-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 0.75rem; border-bottom: 1px solid var(--bk-border); }
.bk-offcanvas-close { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; background: none; border: none; cursor: pointer; color: var(--bk-muted); }
.bk-offcanvas-nav { display: flex; flex-direction: column; gap: 0.15rem; overflow-y: auto; flex: 1; }
.bk-offcanvas-nav a { display: block; padding: 0.65rem 0.5rem; font-weight: 500; color: var(--bk-ink); border-radius: var(--bk-radius-sm); }
.bk-offcanvas-nav a:hover { background: var(--bk-surface-soft); color: var(--bk-emerald); }
.bk-offcanvas-group { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bk-gold); margin: 0.85rem 0 0.25rem; padding-inline-start: 0.5rem; }

/* --- Hero cinematic (.bk-hero-cinematic alias · .bk-hero-tour · direct child img) --- */
.bk-hero, .bk-hero-cinematic {
  position: relative; min-height: clamp(520px, 78vh, 760px); display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; color: #fff; background-color: var(--bk-emerald-deep); background-size: cover; background-position: center;
}
.bk-hero > img, .bk-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.bk-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(6, 78, 59, 0.35) 0%, rgba(28, 25, 23, 0.62) 55%, rgba(28, 25, 23, 0.82) 100%);
}
.bk-hero-inner { position: relative; z-index: 2; padding-block: clamp(4rem, 10vw, 6.5rem); }
.bk-hero-content { max-width: 720px; }
.bk-hero-bilingual { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1rem; }
.bk-hero-title { font-family: var(--bk-font-display); font-size: clamp(2.35rem, 5.5vw, 3.75rem); font-weight: 600; color: #fff; line-height: 1.08; margin: 0 0 0.45em; }
.bk-hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255, 255, 255, 0.88); line-height: 1.65; max-width: 58ch; margin-bottom: 1.5rem; }
.bk-hero-lead { font-size: 1.1rem; color: rgba(255, 255, 255, 0.82); margin-bottom: 0.5rem; }
.bk-hero-eyebrow { color: var(--bk-gold-soft); }
.bk-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.bk-hero-stats { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.bk-hero-stat { display: flex; flex-direction: column; gap: 0.15rem; }
.bk-hero-stat strong { font-family: var(--bk-font-display); font-size: 1.65rem; font-weight: 600; color: var(--bk-gold-soft); }
.bk-hero-stat span { font-size: 0.82rem; color: rgba(255, 255, 255, 0.72); letter-spacing: 0.04em; }
.bk-hero-partners { margin-top: 1.75rem; }
.bk-hero-partners p { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); margin-bottom: 0.65rem; }
.bk-hero-compact { min-height: clamp(280px, 42vh, 380px); }
.bk-hero-tour { min-height: clamp(320px, 48vh, 440px); }
.bk-hero-inline { min-height: 220px; border-radius: var(--bk-radius-lg); background-size: cover; background-position: center; display: flex; align-items: flex-end; padding: 1.75rem; margin-bottom: 2rem; color: #fff; }
.bk-hero-search-wrap { position: relative; z-index: 3; margin-top: auto; padding-bottom: clamp(1.5rem, 4vw, 2.5rem); }

/* Search float (.bk-search-panel alias) */
.bk-search-float, .bk-search-panel {
  background: var(--bk-surface); border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-float);
  padding: clamp(1.25rem, 3vw, 1.75rem); border: 1px solid var(--bk-border-soft);
}
.bk-search-label { font-family: var(--bk-font-display); font-size: 1.15rem; font-weight: 600; color: var(--bk-emerald); margin: 0 0 1rem; }
.bk-search-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.75rem; align-items: end; }
.bk-search-field label { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bk-muted); margin-bottom: 0.35rem; }
.bk-search-field input, .bk-search-field select { width: 100%; padding: 0.65rem 0.85rem; border: 1px solid var(--bk-border); border-radius: var(--bk-radius); background: var(--bk-surface-soft); }
.bk-search-field input:focus, .bk-search-field select:focus { outline: none; border-color: var(--bk-emerald); box-shadow: 0 0 0 3px rgba(6, 95, 70, 0.12); }
.bk-search-hint { font-size: 0.82rem; color: var(--bk-muted); margin: 0.75rem 0 0; }

/* Stats strip / trusted-by */
.bk-stats-band { background: var(--bk-emerald); color: #fff; padding: clamp(2rem, 4vw, 3rem) 0; }
.bk-stat-grid, .bk-counter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.5rem; text-align: center; }
.bk-stat-grid strong, .bk-counter-grid strong { display: block; font-family: var(--bk-font-display); font-size: clamp(1.85rem, 3vw, 2.5rem); font-weight: 600; color: var(--bk-gold-soft); }
.bk-stat-grid span, .bk-counter-grid span { display: block; font-size: 0.85rem; opacity: 0.82; margin-top: 0.25rem; }

/* --- Grids: packages · hotels · services · team · gallery · blog --- */
.bk-package-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.bk-hotel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.35rem; }
.bk-service-grid, .bk-service-overview { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; }
.bk-service-card {
  display: flex; flex-direction: column; padding: 1.5rem; background: var(--bk-surface); border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-sm); text-decoration: none; color: inherit;
  transition: box-shadow 0.25s var(--bk-ease), transform 0.25s var(--bk-ease), border-color 0.25s var(--bk-ease);
}
.bk-service-card:hover { box-shadow: var(--bk-shadow-md); transform: translateY(-2px); border-color: rgba(6, 95, 70, 0.2); }
.bk-service-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; font-size: 1.35rem; background: var(--bk-gold-soft); color: var(--bk-gold); border-radius: var(--bk-radius); margin-bottom: 1rem; }
.bk-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.35rem; }
.bk-team-card { text-align: center; padding: 1.75rem 1.25rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-sm); }
.bk-team-avatar { width: 72px; height: 72px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-family: var(--bk-font-display); font-size: 1.35rem; font-weight: 600; color: var(--bk-emerald); background: var(--bk-gold-soft); border-radius: 50%; }
.bk-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.bk-blog-meta { font-size: 0.78rem; color: var(--bk-muted); margin-bottom: 0.35rem; }
.bk-feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; }
.bk-feature-grid-large { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.bk-feature-card { padding: 1.35rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); }
.bk-feature-icon { font-size: 1.5rem; margin-bottom: 0.75rem; display: block; }
.bk-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.bk-gallery-compact { grid-template-columns: repeat(3, 1fr); }
.bk-gallery-item { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--bk-radius); background: var(--bk-surface-soft); }
.bk-gallery-wide { grid-column: span 2; aspect-ratio: 16 / 9; }
.bk-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--bk-ease); }
.bk-gallery-item:hover img { transform: scale(1.05); }
.bk-split-panels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-bottom: 2rem; }
.bk-room-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }

/* --- FAQ accordion (.bk-faq-list details/summary) --- */
.bk-faq-list, .bk-accordion { max-width: 820px; margin-inline: auto; }
.bk-faq, .bk-accordion-item { border: 1px solid var(--bk-border); border-radius: var(--bk-radius); background: var(--bk-surface); margin-bottom: 0.65rem; overflow: hidden; }
.bk-faq[open], .bk-accordion-item[open] { border-color: rgba(6, 95, 70, 0.25); box-shadow: var(--bk-shadow-sm); }
.bk-faq summary, .bk-accordion-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; font-weight: 600; color: var(--bk-emerald); cursor: pointer; list-style: none; }
.bk-faq summary::-webkit-details-marker, .bk-accordion-item summary::-webkit-details-marker { display: none; }
.bk-faq summary::after, .bk-accordion-item summary::after { content: "+"; font-size: 1.25rem; color: var(--bk-gold); flex-shrink: 0; }
.bk-faq[open] summary::after, .bk-accordion-item[open] summary::after { content: "−"; }
.bk-faq summary:hover, .bk-accordion-item summary:hover { background: var(--bk-surface-soft); }
.bk-faq .bk-faq-body, .bk-accordion-item > p, .bk-accordion-item > div { padding: 0 1.25rem 1.15rem; color: var(--bk-muted); line-height: 1.65; }

/* --- Timeline & journey track --- */
.bk-timeline { position: relative; max-width: 720px; margin-inline: auto; padding-inline-start: 1.75rem; border-inline-start: 2px solid var(--bk-border); }
.bk-timeline-step, .bk-timeline > li { position: relative; padding-bottom: 1.75rem; }
.bk-timeline-step::before, .bk-timeline > li::before { content: ""; position: absolute; inset-inline-start: calc(-1.75rem - 5px); top: 0.35rem; width: 10px; height: 10px; border-radius: 50%; background: var(--bk-emerald); box-shadow: 0 0 0 3px var(--bk-gold-soft); }
.bk-journey-track { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.bk-journey-step { flex: 1 1 140px; max-width: 180px; padding: 1rem 0.85rem; text-align: center; font-size: 0.88rem; font-weight: 500; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius); position: relative; }
.bk-journey-step::after { content: "→"; position: absolute; inset-inline-end: -0.65rem; top: 50%; transform: translateY(-50%); color: var(--bk-gold); }
.bk-journey-step:last-child::after { display: none; }

/* --- Awards · partners · testimonials · video --- */
.bk-award-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.bk-award-item { padding: 1.25rem; text-align: center; font-family: var(--bk-font-display); font-size: 1.05rem; font-weight: 600; color: var(--bk-emerald); background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); }
.bk-cert-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.bk-cert-item { padding: 1rem; text-align: center; font-size: 0.88rem; font-weight: 600; color: var(--bk-muted); background: var(--bk-surface); border: 1px dashed var(--bk-border); border-radius: var(--bk-radius); }
.bk-partner-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.bk-quote-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.bk-quote { padding: 1.5rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); margin: 0; }
.bk-quote blockquote { margin: 0; font-style: italic; color: var(--bk-muted); line-height: 1.7; }
.bk-quote-mark { font-family: var(--bk-font-display); font-size: 2rem; color: var(--bk-gold); line-height: 0; vertical-align: -0.25em; }
.bk-quote figcaption { margin-top: 0.85rem; font-size: 0.85rem; font-weight: 600; color: var(--bk-emerald); }
.bk-video-section { position: relative; aspect-ratio: 16 / 9; border-radius: var(--bk-radius-lg); overflow: hidden; background: var(--bk-emerald-deep); }
.bk-video-poster { width: 100%; height: 100%; object-fit: cover; }
.bk-video-overlay { position: absolute; inset: 0; background: rgba(6, 78, 59, 0.35); }
.bk-video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; gap: 0.65rem; }
.bk-video-play::before {
  content: ""; width: 64px; height: 64px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.92); box-shadow: var(--bk-shadow-lg); flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23065f46'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: 55% center; background-size: 28px;
}
.bk-video-play:hover { background: rgba(0, 0, 0, 0.15); }

/* --- Package listing toolbar (grid/list · filters) --- */
.bk-filter-panel { padding: 1.35rem 1.5rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-sm); margin-bottom: 1.5rem; }
.bk-filter-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.85rem; }
.bk-filter-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--bk-border-soft); }
.bk-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; padding-bottom: 0.85rem; border-bottom: 1px solid var(--bk-border); }
.bk-view-toggle { display: inline-flex; border: 1px solid var(--bk-border); border-radius: var(--bk-radius); overflow: hidden; }
.bk-view-btn { padding: 0.45rem 0.95rem; font-size: 0.85rem; font-weight: 500; color: var(--bk-muted); background: var(--bk-surface); transition: background 0.18s ease, color 0.18s ease; }
.bk-view-btn.is-active { background: var(--bk-emerald); color: #fff; }
.bk-view-btn:hover:not(.is-active) { background: var(--bk-surface-soft); color: var(--bk-emerald); }
.bk-pagination { margin-top: 2rem; display: flex; justify-content: center; }
.bk-pagination a, .bk-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 0.5rem; border-radius: var(--bk-radius-sm); font-size: 0.88rem; border: 1px solid var(--bk-border); color: var(--bk-emerald); }
.bk-pagination span[aria-current="page"] { background: var(--bk-emerald); color: #fff; border-color: var(--bk-emerald); }

/* --- Sticky booking card (.bk-tour-layout · .bk-booking-sticky) --- */
.bk-tour-layout { display: grid; grid-template-columns: 1fr min(360px, 32%); gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; }
.bk-tour-main { min-width: 0; }
.bk-highlight-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.85rem; margin-bottom: 2rem; }
.bk-highlight-card { padding: 1rem; text-align: center; background: var(--bk-surface-soft); border: 1px solid var(--bk-border); border-radius: var(--bk-radius); }
.bk-highlight-card strong { display: block; font-family: var(--bk-font-display); font-size: 1.15rem; color: var(--bk-emerald); margin-bottom: 0.2rem; }
.bk-booking-sticky { position: sticky; top: calc(var(--bk-header-h) + 1.25rem); }
.bk-booking-card { padding: 1.5rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); box-shadow: var(--bk-shadow-md); }
.bk-booking-price { font-family: var(--bk-font-display); font-size: 2rem; font-weight: 600; color: var(--bk-emerald); line-height: 1.1; margin-bottom: 0.35rem; }
.bk-trust-list { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--bk-border); }
.bk-trust-list li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.85rem; color: var(--bk-muted); padding: 0.35rem 0; }
.bk-trust-list li::before { content: "✓"; color: var(--bk-emerald); font-weight: 700; flex-shrink: 0; }
.bk-checklist { display: flex; flex-direction: column; gap: 0.55rem; }
.bk-checklist li { display: flex; align-items: flex-start; gap: 0.55rem; color: var(--bk-muted); }
.bk-checklist-muted li { opacity: 0.75; }
.bk-check { color: var(--bk-emerald); font-weight: 700; flex-shrink: 0; }
.bk-dash { color: var(--bk-muted); flex-shrink: 0; }
.bk-table-wrap { overflow-x: auto; border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); margin-bottom: 1.5rem; }
.bk-table { width: 100%; font-size: 0.92rem; }
.bk-table th, .bk-table td { padding: 0.85rem 1rem; text-align: start; border-bottom: 1px solid var(--bk-border-soft); }
.bk-table th { background: var(--bk-surface-soft); font-weight: 600; color: var(--bk-emerald); font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.bk-table tr:last-child td { border-bottom: none; }
.bk-table tbody tr:hover { background: rgba(6, 95, 70, 0.03); }
.bk-map-placeholder { min-height: 280px; display: flex; align-items: center; justify-content: center; background: var(--bk-surface-soft); border: 1px dashed var(--bk-border); border-radius: var(--bk-radius-lg); margin-bottom: 1.5rem; }

/* --- Page headers · breadcrumbs --- */
.bk-page-header { padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem); background: var(--bk-surface); border-bottom: 1px solid var(--bk-border-soft); }
.bk-page-header .bk-lead { margin-bottom: 0; }
.bk-breadcrumbs { padding-block: 0.85rem; font-size: 0.85rem; }
.bk-breadcrumbs-list { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.55rem; color: var(--bk-muted); }
.bk-breadcrumbs-item:not(:last-child)::after { content: "/"; margin-inline-start: 0.55rem; opacity: 0.45; }
.bk-breadcrumbs a { color: var(--bk-muted); }
.bk-breadcrumbs a:hover { color: var(--bk-emerald); }

/* --- Forms (.bk-form-success · .bk-form-error) --- */
.bk-form { display: flex; flex-direction: column; gap: 1rem; }
.bk-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
.bk-field { display: flex; flex-direction: column; gap: 0.35rem; }
.bk-field label { font-size: 0.82rem; font-weight: 600; color: var(--bk-emerald); }
.bk-field input, .bk-field select, .bk-field textarea { width: 100%; padding: 0.72rem 0.95rem; border: 1px solid var(--bk-border); border-radius: var(--bk-radius); background: var(--bk-surface); }
.bk-field input:focus, .bk-field select:focus, .bk-field textarea:focus { outline: none; border-color: var(--bk-emerald); box-shadow: 0 0 0 3px rgba(6, 95, 70, 0.1); }
.bk-field textarea { min-height: 120px; resize: vertical; }
.bk-form-success { padding: 0.85rem 1rem; background: rgba(6, 95, 70, 0.08); border: 1px solid rgba(6, 95, 70, 0.2); border-radius: var(--bk-radius); color: var(--bk-emerald-deep); font-size: 0.92rem; }
.bk-form-error { padding: 0.85rem 1rem; background: rgba(185, 28, 28, 0.06); border: 1px solid rgba(185, 28, 28, 0.2); border-radius: var(--bk-radius); color: #991b1b; font-size: 0.92rem; }

/* --- Dashboard & checkout shells --- */
.bk-checkout-shell { display: flex; flex-direction: column; gap: 1.25rem; }
.bk-dl { display: grid; gap: 0.65rem; margin: 1rem 0 0; }
.bk-dl > div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 0.55rem; border-bottom: 1px solid var(--bk-border-soft); }
.bk-dl dt { font-weight: 600; color: var(--bk-emerald); font-size: 0.88rem; }
.bk-dl dd { margin: 0; color: var(--bk-muted); text-align: end; }
.bk-payment-icons { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 0.85rem 0; }
.bk-dashboard { display: grid; grid-template-columns: min(260px, 28%) 1fr; gap: 1.5rem; min-height: calc(100vh - var(--bk-header-h) - var(--bk-topbar-h)); }
.bk-dashboard-sidebar { padding: 1.25rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); align-self: start; position: sticky; top: calc(var(--bk-header-h) + 1rem); }
.bk-dashboard-nav { display: flex; flex-direction: column; gap: 0.15rem; }
.bk-dashboard-nav a { display: block; padding: 0.65rem 0.85rem; font-size: 0.92rem; font-weight: 500; color: var(--bk-muted); border-radius: var(--bk-radius-sm); }
.bk-dashboard-nav a:hover, .bk-dashboard-nav a.is-active { background: rgba(6, 95, 70, 0.08); color: var(--bk-emerald); }
.bk-dashboard-main { padding: 1.5rem; background: var(--bk-surface); border: 1px solid var(--bk-border); border-radius: var(--bk-radius-lg); }
.bk-dashboard-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--bk-border); }
.bk-dashboard-stat-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.bk-dashboard-stat { padding: 1.15rem; background: var(--bk-surface-soft); border-radius: var(--bk-radius); border: 1px solid var(--bk-border-soft); }
.bk-dashboard-stat strong { display: block; font-family: var(--bk-font-display); font-size: 1.65rem; color: var(--bk-emerald); }
.bk-dashboard-stat span { font-size: 0.82rem; color: var(--bk-muted); }

/* --- Newsletter · CTA banner --- */
.bk-newsletter { padding: clamp(2rem, 4vw, 3rem); background: linear-gradient(135deg, var(--bk-emerald), var(--bk-emerald-deep)); border-radius: var(--bk-radius-lg); color: #fff; text-align: center; }
.bk-newsletter .bk-section-title { color: #fff; }
.bk-newsletter-form { display: flex; flex-wrap: wrap; gap: 0.65rem; justify-content: center; max-width: 520px; margin: 1.25rem auto 0; }
.bk-newsletter-form input[type="email"] { flex: 1 1 220px; padding: 0.72rem 1rem; border: none; border-radius: var(--bk-radius); background: rgba(255, 255, 255, 0.95); }
.bk-cta-banner { padding: clamp(3rem, 6vw, 4.5rem) 0; background: var(--bk-emerald-deep); color: #fff; text-align: center; }
.bk-cta-banner .bk-section-title { color: #fff; }

/* --- Footer luxury 5-column --- */
.bk-footer { background: var(--bk-ink); color: rgba(255, 255, 255, 0.82); padding: clamp(3rem, 5vw, 4.5rem) 0 0; margin-top: auto; }
.bk-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
.bk-footer-logo { font-family: var(--bk-font-display); font-size: 1.45rem; font-weight: 600; color: #fff; display: block; margin-bottom: 0.65rem; }
.bk-footer-tagline { font-size: 0.92rem; color: rgba(255, 255, 255, 0.65); margin-bottom: 1.15rem; line-height: 1.6; }
.bk-footer-contact { display: flex; flex-direction: column; gap: 0.45rem; font-size: 0.88rem; }
.bk-footer-contact a { color: rgba(255, 255, 255, 0.78); }
.bk-footer-contact a:hover { color: var(--bk-gold-soft); }
.bk-footer-whatsapp { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.35rem; color: #25d366 !important; font-weight: 600; }
.bk-footer-heading { font-family: var(--bk-font-display); font-size: 1rem; font-weight: 600; color: #fff; margin: 0 0 1rem; }
.bk-footer-nav ul { display: flex; flex-direction: column; gap: 0.45rem; }
.bk-footer-nav a { font-size: 0.88rem; color: rgba(255, 255, 255, 0.68); }
.bk-footer-nav a:hover { color: var(--bk-gold-soft); }
.bk-footer-newsletter-lead { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 0.85rem; }
.bk-footer .bk-newsletter-form { flex-direction: column; align-items: stretch; max-width: none; margin: 0; }
.bk-footer-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 1.25rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.82rem; color: rgba(255, 255, 255, 0.55); }
.bk-footer-blessing { font-family: var(--bk-font-display); font-style: italic; color: var(--bk-gold-soft); opacity: 0.85; }


/* --- Hotel & amenity components --- */
.bk-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.bk-amenity-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
  color: var(--bk-muted);
  background: var(--bk-surface-soft);
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius);
}

.bk-amenity-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bk-gold-soft);
  color: var(--bk-gold);
  border-radius: var(--bk-radius-sm);
  font-size: 0.85rem;
}

.bk-room-card {
  padding: 1.15rem 1.25rem;
  background: var(--bk-surface);
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius-lg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bk-room-card:hover {
  border-color: rgba(6, 95, 70, 0.22);
  box-shadow: var(--bk-shadow-sm);
}

.bk-room-card h4 {
  font-family: var(--bk-font-display);
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.bk-stars {
  display: inline-flex;
  gap: 0.15rem;
  color: var(--bk-gold);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.bk-weather-card {
  padding: 1.25rem;
  background: var(--bk-surface-soft);
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius-lg);
}

.bk-requirements {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.bk-requirements li {
  padding: 0.65rem 0.85rem;
  background: var(--bk-surface-soft);
  border-radius: var(--bk-radius-sm);
  font-size: 0.92rem;
  color: var(--bk-muted);
  border-inline-start: 3px solid var(--bk-emerald);
}

.bk-service-stubs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

/* --- Search results & listing meta --- */
.bk-results-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: var(--bk-muted);
}

.bk-sort-select {
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius-sm);
  background: var(--bk-surface);
  font-size: 0.85rem;
  color: var(--bk-emerald);
}

.bk-list-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(6, 95, 70, 0.08);
  color: var(--bk-emerald);
  border-radius: var(--bk-radius-pill);
}

/* --- Booking flow steps --- */
.bk-booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  counter-reset: bk-step;
}

.bk-booking-step {
  flex: 1 1 120px;
  padding: 0.75rem 0.65rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bk-muted);
  background: var(--bk-surface-soft);
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-radius);
  position: relative;
}

.bk-booking-step.is-active {
  background: var(--bk-emerald);
  color: #fff;
  border-color: var(--bk-emerald);
}

.bk-booking-step.is-done {
  background: rgba(6, 95, 70, 0.08);
  color: var(--bk-emerald);
  border-color: rgba(6, 95, 70, 0.2);
}

/* --- Alert & notice banners --- */
.bk-alert {
  padding: 0.85rem 1.1rem;
  border-radius: var(--bk-radius);
  font-size: 0.92rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.bk-alert-info {
  background: rgba(6, 95, 70, 0.06);
  border-color: rgba(6, 95, 70, 0.15);
  color: var(--bk-emerald-deep);
}

.bk-alert-gold {
  background: var(--bk-gold-soft);
  border-color: rgba(161, 98, 7, 0.2);
  color: var(--bk-gold);
}

.bk-alert-warning {
  background: rgba(161, 98, 7, 0.08);
  border-color: rgba(161, 98, 7, 0.18);
  color: #854d0e;
}

/* --- Tab navigation (dashboard / details) --- */
.bk-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--bk-border);
  padding-bottom: 0.35rem;
}

.bk-tab {
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--bk-muted);
  background: none;
  border: none;
  border-radius: var(--bk-radius-sm) var(--bk-radius-sm) 0 0;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.bk-tab:hover {
  color: var(--bk-emerald);
  background: var(--bk-surface-soft);
}

.bk-tab.is-active {
  color: var(--bk-emerald);
  font-weight: 600;
  box-shadow: inset 0 -2px 0 var(--bk-emerald);
}

.bk-tab-panel {
  display: none;
}

.bk-tab-panel.is-active {
  display: block;
}

/* --- Skeleton loading placeholders --- */
.bk-skeleton {
  background: linear-gradient(
    90deg,
    var(--bk-surface-soft) 25%,
    var(--bk-border-soft) 50%,
    var(--bk-surface-soft) 75%
  );
  background-size: 200% 100%;
  animation: bk-shimmer 1.4s ease infinite;
  border-radius: var(--bk-radius-sm);
}

@keyframes bk-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.bk-skeleton-text {
  height: 0.85rem;
  margin-bottom: 0.5rem;
}

.bk-skeleton-title {
  height: 1.35rem;
  width: 70%;
  margin-bottom: 0.75rem;
}

.bk-skeleton-media {
  aspect-ratio: 16 / 10;
  border-radius: var(--bk-radius);
}

/* --- Social & share row --- */
.bk-share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.bk-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bk-surface-soft);
  border: 1px solid var(--bk-border);
  color: var(--bk-emerald);
  font-size: 0.85rem;
  transition: background 0.18s ease, color 0.18s ease;
}

.bk-share-btn:hover {
  background: var(--bk-emerald);
  color: #fff;
  border-color: var(--bk-emerald);
}

/* --- Pilgrim guide sidebar block --- */
.bk-guide-sidebar {
  padding: 1.25rem;
  background: var(--bk-gold-soft);
  border: 1px solid rgba(161, 98, 7, 0.15);
  border-radius: var(--bk-radius-lg);
  margin-bottom: 1.5rem;
}

.bk-guide-sidebar h3 {
  font-size: 1.05rem;
  color: var(--bk-gold);
  margin-bottom: 0.65rem;
}

.bk-guide-sidebar p {
  font-size: 0.88rem;
  color: var(--bk-muted);
  margin-bottom: 0.75rem;
}

/* --- Price comparison & season badges --- */
.bk-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.bk-price-old {
  font-size: 0.88rem;
  color: var(--bk-muted);
  text-decoration: line-through;
  opacity: 0.75;
}

.bk-season-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bk-emerald);
  color: #fff;
  border-radius: var(--bk-radius-pill);
}

/* --- Icon list (footer / contact extras) --- */
.bk-icon-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.bk-icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--bk-muted);
}

.bk-icon-list-icon {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  color: var(--bk-emerald);
}

/* --- Language switcher in header context --- */
.bk-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.bk-lang a,
.bk-lang button {
  padding: 0.25rem 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: var(--bk-radius-sm);
  opacity: 0.75;
  transition: opacity 0.18s ease;
}

.bk-lang a.is-active,
.bk-lang button.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bk-topbar .bk-lang a,
.bk-topbar .bk-lang button {
  color: rgba(255, 255, 255, 0.88);
}

.bk-header.is-scrolled .bk-lang a,
.bk-header.is-scrolled .bk-lang button {
  color: var(--bk-emerald);
}

/* --- Print stylesheet --- */
@media print {
  .bk-topbar,
  .bk-header,
  .bk-offcanvas,
  .bk-nav-toggle,
  .bk-search-float,
  .bk-search-panel,
  .bk-booking-sticky,
  .bk-newsletter,
  .bk-cta-banner,
  .bk-footer-newsletter,
  .bk-btn-whatsapp {
    display: none !important;
  }

  .bk-site {
    background: #fff;
  }

  .bk-section {
    padding-block: 1.5rem;
  }

  .bk-card,
  .bk-soft-panel {
    box-shadow: none;
    break-inside: avoid;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75rem;
    color: var(--bk-muted);
  }

  .bk-hero-overlay {
    background: rgba(6, 78, 59, 0.2);
  }
}

/* --- Motion: .bk-reveal fade-up --- */
.bk-reveal { opacity: 0; transform: translateY(24px); transition: opacity var(--bk-duration-slow) var(--bk-ease), transform var(--bk-duration-slow) var(--bk-ease); }
.bk-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .bk-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .bk-btn:hover, .bk-card:hover, .bk-service-card:hover { transform: none; }
}

/* --- RTL helpers [dir=rtl] --- */
[dir="rtl"] .bk-section-title, [dir="rtl"] .bk-page-title, [dir="rtl"] .bk-hero-title { letter-spacing: 0; }
[dir="rtl"] .bk-link-arrow span, [dir="rtl"] .bk-link { transform: scaleX(-1); }
[dir="rtl"] .bk-journey-step::after { content: "←"; }
[dir="rtl"] .bk-mega-panel { inset-inline-start: auto; inset-inline-end: 0; }
[dir="rtl"] .bk-timeline { padding-inline-start: 0; padding-inline-end: 1.75rem; border-inline-start: none; border-inline-end: 2px solid var(--bk-border); }
[dir="rtl"] .bk-timeline-step::before, [dir="rtl"] .bk-timeline > li::before { inset-inline-start: auto; inset-inline-end: calc(-1.75rem - 5px); }

/* --- Responsive: 1024px --- */
@media (max-width: 1024px) {
  :root { --bk-header-h: 72px; }
  .bk-nav-primary, .bk-nav-actions { display: none; }
  .bk-nav-toggle { display: flex; }
  .bk-search-grid { grid-template-columns: repeat(3, 1fr); }
  .bk-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .bk-tour-layout { grid-template-columns: 1fr; }
  .bk-booking-sticky { position: static; }
  .bk-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .bk-gallery-wide { grid-column: span 1; }
  .bk-dashboard { grid-template-columns: 1fr; }
  .bk-dashboard-sidebar { position: static; }
  .bk-split-panels { grid-template-columns: 1fr; }
  .bk-card-grid-list .bk-card { flex-direction: column; }
  .bk-card-grid-list .bk-card-media { width: 100%; aspect-ratio: 16 / 10; }
}

/* --- Responsive: 768px --- */
@media (max-width: 768px) {
  :root { --bk-container: min(1180px, calc(100% - 1.5rem)); }
  .bk-topbar-meta .bk-topbar-divider--hide-sm, .bk-topbar-hours.bk-topbar-divider--hide-sm { display: none; }
  .bk-topbar-inner { flex-direction: column; align-items: flex-start; padding-block: 0.45rem; gap: 0.35rem; }
  .bk-hero, .bk-hero-cinematic { min-height: clamp(460px, 85vh, 640px); }
  .bk-search-grid { grid-template-columns: 1fr 1fr; }
  .bk-search-grid .bk-search-field:last-child { grid-column: 1 / -1; }
  .bk-package-grid, .bk-hotel-grid, .bk-blog-grid { grid-template-columns: 1fr; }
  .bk-service-grid, .bk-team-grid, .bk-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .bk-gallery-grid, .bk-gallery-compact { grid-template-columns: repeat(2, 1fr); }
  .bk-form-row { grid-template-columns: 1fr; }
  .bk-filter-grid { grid-template-columns: 1fr 1fr; }
  .bk-footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .bk-hero-stats { gap: 1rem 1.5rem; }
  .bk-journey-step::after { display: none; }
  .bk-highlight-row { grid-template-columns: repeat(2, 1fr); }
}

/* --- Responsive: 480px --- */
@media (max-width: 480px) {
  .bk-hero-title { font-size: clamp(1.85rem, 8vw, 2.35rem); }
  .bk-hero-actions { flex-direction: column; align-items: stretch; }
  .bk-hero-actions .bk-btn { width: 100%; }
  .bk-search-grid { grid-template-columns: 1fr; }
  .bk-service-grid, .bk-team-grid, .bk-feature-grid { grid-template-columns: 1fr; }
  .bk-toolbar { flex-direction: column; align-items: flex-start; }
  .bk-filter-grid { grid-template-columns: 1fr; }
  .bk-newsletter-form { flex-direction: column; }
  .bk-newsletter-form input[type="email"], .bk-newsletter-form .bk-btn { width: 100%; }
  .bk-footer-base { flex-direction: column; text-align: center; }
  .bk-mega-panel { position: fixed; inset-inline: 1rem; top: calc(var(--bk-topbar-h) + var(--bk-header-h) + 0.5rem); min-width: auto; }
  .bk-highlight-row { grid-template-columns: 1fr; }
  .bk-stat-grid, .bk-counter-grid { grid-template-columns: repeat(2, 1fr); }
}
