/* BLACK HAWK AERO SPORTS CLUB — 2026 premium public interface */
:root {
  --bh-red: #d30005;
  --bh-red-dark: #a50001;
  --bh-ink: #121212;
  --bh-copy: #4f5e71;
  --bh-muted: #7a8491;
  --bh-line: #e7ebef;
  --bh-soft: #f4f6f7;
  --bh-white: #fff;
  --bh-radius-sm: 8px;
  --bh-radius: 16px;
  --bh-radius-lg: 24px;
  --bh-shadow: 0 20px 55px rgba(18, 18, 18, .10);
  --bh-container: 1272px;
}

html { scroll-behavior: smooth; }
body { color: var(--bh-copy); background: #fff; }
body.nav-open { overflow: hidden; }
.container { width: min(var(--bh-container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--bh-soft); }
.section-eyebrow { color: var(--bh-red); letter-spacing: .16em; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.section-title { color: var(--bh-ink); font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.02; letter-spacing: -.045em; }
.section-title em { color: var(--bh-red); font-style: normal; }
.lead { color: var(--bh-copy); line-height: 1.75; }

.site-header {
  height: 82px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--bh-line);
  box-shadow: none;
  backdrop-filter: blur(16px);
}
.site-header.scrolled { box-shadow: 0 12px 36px rgba(18,18,18,.08); }
.header-inner { width: min(var(--bh-container), calc(100% - 48px)); height: 100%; margin: auto; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; gap: 22px; align-items: center; }
.brand { min-width: 0; }
.brand-logo { width: 182px; height: 62px; display: grid; place-items: center; overflow: visible; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: none; }
.main-nav { width: 100%; justify-self: center; }
.main-nav > ul { display: flex; align-items: center; gap: 5px; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a { min-height: 82px; padding: 0 15px; display: inline-flex; align-items: center; gap: 6px; color: var(--bh-ink); font-size: .92rem; font-weight: 700; border-bottom: 0; }
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a.active { color: var(--bh-red); }
.main-nav > ul > li > a::after { bottom: 22px; height: 4px; }
.nav-chevron { font-size: .82rem; transform: translateY(-2px); }
.main-nav .nav-submenu { position: absolute; top: calc(100% + 1px); left: 50%; z-index: 50; width: 260px; padding: 10px; display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 2px; background: #fff; border: 1px solid var(--bh-line); border-radius: 0 0 12px 12px; box-shadow: var(--bh-shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.main-nav .nav-submenu > li { display: block; width: 100%; }
.has-submenu:hover > .nav-submenu,
.has-submenu:focus-within > .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-submenu a { display: block; width: 100%; padding: 12px 14px; border-radius: 8px; color: var(--bh-ink); font-weight: 650; font-size: .88rem; white-space: normal; }
.nav-submenu a:hover { color: var(--bh-red); background: #fff1f1; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.primary-btn,
.ghost-btn,
.footer-cta { min-height: 48px; border-radius: 8px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.primary-btn:hover,.ghost-btn:hover,.footer-cta:hover { transform: translateY(-2px); }
.primary-btn.red,.primary-btn.gold { color: #fff; background: var(--bh-red); border: 1px solid var(--bh-red); }
.primary-btn.red:hover,.primary-btn.gold:hover { background: var(--bh-red-dark); border-color: var(--bh-red-dark); }
.ghost-btn { color: var(--bh-ink); background: #fff; border: 1px solid #cfd5da; }
.ghost-btn:hover { color: var(--bh-red); border-color: var(--bh-red); }
.small-btn { min-height: 44px; }
.menu-toggle { width: 46px; height: 46px; border-radius: 8px; border: 1px solid var(--bh-line); }
.submenu-toggle { display: none; }

/* Home hero */
.home-photo-hero { position: relative; min-height: 610px; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: #111; }
.home-photo-hero__image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-photo-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,8,10,.88) 0%, rgba(6,8,10,.69) 42%, rgba(6,8,10,.13) 72%, rgba(6,8,10,.08) 100%), linear-gradient(0deg, rgba(0,0,0,.32), transparent 45%); }
.home-photo-hero__content { color: #fff; padding: 82px 0 68px; }
.home-photo-hero__copy { max-width: 630px; }
.home-photo-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.home-photo-hero__eyebrow::before { content: ''; width: 42px; height: 3px; background: var(--bh-red); }
.home-photo-hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 5.7vw, 5.7rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
.home-photo-hero h1 span { display: block; color: var(--bh-red); }
.home-photo-hero__lead { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.9); font-size: 1.08rem; line-height: 1.75; }
.home-photo-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.home-photo-hero .ghost-btn { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }
.home-photo-hero .ghost-btn:hover { background: #fff; color: var(--bh-ink); }
.hero-flight-facts { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-flight-facts li { display: grid; grid-template-columns: 38px auto; gap: 10px; align-items: center; }
.hero-flight-facts strong { color: #fff; display: block; font-size: .9rem; }
.hero-flight-facts span { color: rgba(255,255,255,.65); display: block; font-size: .76rem; }
.hero-fact-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }

/* Inner page hero */
.page-visual-hero { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; isolation: isolate; background: #151515; }
.page-visual-hero__image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.page-visual-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(10,10,10,.9), rgba(10,10,10,.58) 48%, rgba(10,10,10,.1)), linear-gradient(0deg, rgba(0,0,0,.62), transparent 60%); }
.page-visual-hero__content { padding: 115px 0 62px; color: #fff; }
.page-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: rgba(255,255,255,.65); font-size: .82rem; }
.page-breadcrumb a { color: #fff; }
.page-hero-eyebrow { margin: 0 0 10px; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.page-visual-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(2.9rem, 6vw, 5.7rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.page-visual-hero h1 em { color: var(--bh-red); font-style: normal; }
.page-visual-hero__lead { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: 1.04rem; line-height: 1.7; }
.page-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.page-hero-tags li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 100px; background: rgba(0,0,0,.16); color: #fff; font-size: .76rem; font-weight: 700; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.page-visual-hero .ghost-btn { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.38); }

/* Trust strip */
.experience-values { position: relative; z-index: 3; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--bh-line); }
.experience-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.experience-value { min-height: 176px; padding: 34px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; border-right: 1px solid var(--bh-line); }
.experience-value:last-child { border-right: 0; }
.experience-value__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--bh-red); background: #fff2f2; font-size: 1.45rem; font-weight: 900; }
.experience-value h3 { margin: 0 0 6px; color: var(--bh-ink); font-size: 1.08rem; }
.experience-value p { margin: 0; color: var(--bh-muted); font-size: .86rem; line-height: 1.6; }

/* Editorial split */
.editorial-split { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 0; align-items: stretch; border-radius: var(--bh-radius-lg); overflow: hidden; background: #fff; box-shadow: var(--bh-shadow); }
.editorial-split__media { min-height: 540px; }
.editorial-split__media img { width: 100%; height: 100%; object-fit: cover; }
.editorial-split__copy { padding: clamp(42px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.editorial-split__copy p { line-height: 1.78; }
.fact-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 26px; }
.fact-list div { padding: 16px; border: 1px solid var(--bh-line); border-radius: 12px; }
.fact-list strong { display: block; color: var(--bh-ink); font-size: 1.22rem; }
.fact-list span { color: var(--bh-muted); font-size: .78rem; }

/* Cards */
.grid-3 { gap: 24px; }
.card,
.mission-card,
.membership-card,
.team-card { border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; box-shadow: 0 10px 32px rgba(18,18,18,.06); overflow: hidden; }
.image-card .thumb { height: 280px; min-height: 0; overflow: hidden; background: #e9edef; }
.image-card .thumb img { display: block; width: 100%; height: 100%; min-height: 0; max-height: none; object-fit: cover; transition: transform .45s ease; }
.image-card:hover .thumb img { transform: scale(1.045); }
.card-body { padding: 25px; }
.card-tag { color: var(--bh-red); font-size: .72rem; letter-spacing: .1em; font-weight: 850; text-transform: uppercase; }
.card-title { margin: 10px 0 10px; color: var(--bh-ink); font-size: 1.35rem; line-height: 1.18; }
.card-title a { color: inherit; }
.card-text { color: var(--bh-copy); line-height: 1.65; }
.meta-line { gap: 8px; }
.meta-line span { border: 0; border-radius: 6px; background: var(--bh-soft); color: var(--bh-copy); }
.price-badge { color: var(--bh-red); background: transparent; border: 0; font-size: 1rem; font-weight: 850; }
.card-actions { gap: 10px; }
.card-actions > * { flex: 1; }
.section-header { margin-bottom: 38px; }
.section-header-copy { max-width: 680px; color: var(--bh-copy); line-height: 1.7; }

/* Feature tour */
.destination-banner { position: relative; min-height: 570px; display: grid; align-items: center; overflow: hidden; border-radius: var(--bh-radius-lg); isolation: isolate; }
.destination-banner > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.destination-banner::after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,8,8,.82), rgba(8,8,8,.28) 60%, transparent); }
.destination-banner__content { width: min(560px, calc(100% - 64px)); margin-left: 48px; padding: 42px; border-radius: 16px; color: #fff; background: rgba(10,10,10,.56); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.16); }
.destination-banner__content h2 { margin: 0 0 16px; color: #fff; font-size: clamp(2.25rem, 5vw, 4.4rem); line-height: .98; }
.destination-banner__content p { color: rgba(255,255,255,.82); line-height: 1.7; }

/* Product-style activity page */
.activity-product { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr); gap: 32px; align-items: start; }
.activity-product__gallery { padding: 18px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; }
.activity-product__main { width: 100%; aspect-ratio: 4/3; border-radius: 12px; object-fit: cover; }
.booking-summary { position: sticky; top: 106px; padding: 28px; border: 2px solid var(--bh-red); border-radius: var(--bh-radius); background: #fff; box-shadow: 0 16px 45px rgba(18,18,18,.08); }
.booking-summary h2 { margin: 0 0 18px; color: var(--bh-ink); }
.booking-summary__price { margin: 0 0 18px; color: var(--bh-red); font-size: 1.25rem; font-weight: 850; }
.booking-summary dl { display: grid; gap: 12px; margin: 0 0 24px; }
.booking-summary dl div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--bh-line); }
.booking-summary dt { color: var(--bh-muted); }
.booking-summary dd { margin: 0; color: var(--bh-ink); font-weight: 750; text-align: right; }
.booking-summary .primary-btn { width: 100%; }
.product-content-card { margin-top: 28px; padding: 34px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; }
.product-content-card h2,.product-content-card h3 { color: var(--bh-ink); }

/* Gallery */
.gallery-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-filter-bar button { min-height: 44px; padding: 0 16px; border: 1px solid var(--bh-line); border-radius: 100px; background: #fff; color: var(--bh-copy); font-weight: 750; }
.gallery-filter-bar button:hover,.gallery-filter-bar button.is-active { color: #fff; background: var(--bh-red); border-color: var(--bh-red); }
.premium-gallery { columns: 3; column-gap: 22px; }
.premium-gallery__item { position: relative; margin: 0 0 22px; break-inside: avoid; overflow: hidden; border-radius: var(--bh-radius); background: #e9edef; }
.premium-gallery__item img,.premium-gallery__item video { display: block; width: 100%; height: auto; min-height: 280px; object-fit: cover; }
.premium-gallery__caption { position: absolute; inset: auto 0 0; padding: 50px 20px 18px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.premium-gallery__caption strong { display: block; }
.premium-gallery__caption span { color: rgba(255,255,255,.7); font-size: .78rem; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 48px; align-items: start; }
.faq-sidebar { position: sticky; top: 108px; padding: 24px; border-radius: var(--bh-radius); background: var(--bh-soft); }
.faq-sidebar strong { display: block; margin-bottom: 14px; color: var(--bh-ink); }
.faq-sidebar a { display: block; padding: 10px 0; color: var(--bh-copy); font-weight: 700; border-bottom: 1px solid #dde2e6; }
.faq-sidebar a:hover { color: var(--bh-red); }
.faq-group + .faq-group { margin-top: 46px; }
.faq-group h2 { color: var(--bh-ink); font-size: 1.7rem; }
.faq-list { overflow: hidden; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); }
.faq-item + .faq-item { border-top: 1px solid var(--bh-line); }
.faq-question { width: 100%; min-height: 68px; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: #fff; color: var(--bh-ink); text-align: left; font: inherit; font-weight: 800; cursor: pointer; }
.faq-question::after { content: '+'; color: var(--bh-red); font-size: 1.4rem; }
.faq-question[aria-expanded='true'] { color: var(--bh-red); }
.faq-question[aria-expanded='true']::after { content: '−'; }
.faq-answer { padding: 0 20px 20px; color: var(--bh-copy); line-height: 1.7; }
.faq-answer[hidden] { display: none; }
.faq-cta { margin-top: 36px; padding: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: var(--bh-radius); background: var(--bh-soft); }
.faq-cta h3,.faq-cta p { margin: 0; }

/* Aerial marketing */
.service-intro { max-width: 840px; }
.service-intro h2 { color: var(--bh-ink); font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1; }
.service-intro p,.service-content p,.service-content li { line-height: 1.75; }
.service-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.service-step { padding: 28px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: #fff; }
.service-step span { color: var(--bh-red); font-weight: 900; }
.service-step h3 { color: var(--bh-ink); }

/* Forms */
.tactical-form,.contact-form-panel,.contact-info-panel { border-color: var(--bh-line); border-radius: var(--bh-radius); background: #fff; box-shadow: 0 12px 38px rgba(18,18,18,.06); }
.field label { color: var(--bh-ink); font-weight: 750; }
.field input,.field select,.field textarea { min-height: 50px; border: 1px solid #d8dde2; border-radius: 8px; background: #fff; color: var(--bh-ink); }
.field textarea { min-height: 132px; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--bh-red); box-shadow: 0 0 0 3px rgba(211,0,5,.12); outline: 0; }
.booking-activity-option { border-color: var(--bh-line); border-radius: 12px; background: #fff; }
.booking-activity-option.is-selected { border-color: var(--bh-red); box-shadow: 0 0 0 2px rgba(211,0,5,.12); }
.booking-steps { background: var(--bh-soft); }

/* Footer */
.site-footer { padding: 0; background: #1b1b1b; color: #bfc4ca; }
.site-footer::before { display: none; }
.footer-flight-strip { height: 238px; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); overflow: hidden; background: #dfe4e7; }
.footer-flight-strip figure { min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.footer-flight-strip img { display: block; width: 100%; height: 100%; object-fit: cover; }
.footer-flight-strip figure:nth-child(1) img { object-position: 22% center; }
.footer-flight-strip figure:nth-child(2) img { object-position: 60% center; }
.footer-flight-strip figure:nth-child(3) img { object-position: 46% center; }
.footer-flight-strip figure:nth-child(4) img { object-position: 57% center; }
.footer-flight-strip figure:nth-child(5) img { object-position: 48% center; }
.footer-flight-strip figure:nth-child(6) img { object-position: 62% center; }
.footer-flight-strip figure:nth-child(7) img { object-position: 78% center; }
.footer-flight-strip figure:nth-child(8) img { object-position: 28% center; }
.footer-surface { background-color: #1b1b1b; background-image: radial-gradient(circle, rgba(255,255,255,.055) 0 1.4px, transparent 1.6px); background-size: 10px 10px; }
.footer-grid { grid-template-columns: minmax(260px, 1.7fr) 1fr 1.1fr .9fr; gap: clamp(40px, 5vw, 78px); padding: 70px 0 58px; }
.footer-logo { width: 190px; max-width: 100%; height: auto; margin: 0 0 26px; padding: 0; border-radius: 0; background: transparent; filter: none; object-fit: contain; }
.site-footer h4 { margin: 8px 0 24px; color: #fff; font-size: 1rem; font-weight: 800; letter-spacing: 0; text-transform: none; }
.site-footer .footer-links { gap: 13px; }
.site-footer .footer-links li,
.site-footer .footer-links a { color: #bdc3ca; font-size: .94rem; line-height: 1.65; }
.site-footer a:hover { color: #fff; transform: none; }
.footer-contact-links li { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact-icon { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 2px; color: #d9dde1; }
.footer-contact-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.footer-social { margin-top: 0; }
.footer-social-links { gap: 12px; }
.site-footer .footer-social-link { width: 48px; height: 48px; color: #fff; border: 0; }
.site-footer .footer-social-link--facebook { background: #3f63aa; }
.site-footer .footer-social-link--instagram { background: #d62976; }
.site-footer .footer-social-link:hover,
.site-footer .footer-social-link:focus-visible { color: #fff; border-color: transparent; background: var(--bh-red); transform: none; }
.footer-social-link svg { width: 21px; height: 21px; }
.footer-bottom { padding: 24px 0 28px; flex-direction: column; justify-content: center; gap: 10px; text-align: center; border-top-color: rgba(255,255,255,.12); }
.footer-legal { justify-content: center; gap: 20px; }
.footer-bottom small,
.footer-legal a { color: #90969d; font-size: .78rem; }

/* Legal pages */
.legal-document { max-width: 900px; }
.legal-document h2 { margin-top: 42px; color: var(--bh-ink); }
.legal-document p,.legal-document li { line-height: 1.78; }

/* Accessible states */
:focus-visible { outline: 3px solid rgba(211,0,5,.38); outline-offset: 3px; }
.skip-link:focus { background: var(--bh-red); color: #fff; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 172px 1fr auto; gap: 12px; }
  .brand-logo { width: 160px; }
  .main-nav > ul > li > a { padding-inline: 10px; font-size: .84rem; }
}

@media (max-width: 991px) {
  .container,.header-inner { width: min(100% - 32px, var(--bh-container)); }
  .header-inner { display: flex; justify-content: space-between; }
  .main-nav { position: fixed; top: 82px; inset-inline: 0; height: calc(100vh - 82px); height: calc(100dvh - 82px); padding: 18px max(16px, env(safe-area-inset-right)) max(48px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); overscroll-behavior: contain; overflow: auto; background: #fff; transform: translateX(100%); transition: transform .25s ease; }
  [dir='rtl'] .main-nav { transform: translateX(-100%); }
  .nav-open .main-nav { transform: translateX(0); }
  .main-nav > ul { display: block; }
  .main-nav > ul > li > a { width: 100%; min-height: 52px; justify-content: space-between; border-bottom: 1px solid var(--bh-line); }
  .main-nav .nav-submenu { position: static; width: 100%; max-height: 0; padding: 0; border: 0; box-shadow: none; opacity: 0; visibility: hidden; overflow: hidden; transform: none; transition: max-height .25s ease, opacity .18s ease, visibility .18s ease, padding .25s ease; }
  .main-nav .has-submenu.submenu-open > .nav-submenu { max-height: 420px; padding: 4px 0 10px; opacity: 1; visibility: visible; transform: none; }
  .main-nav .has-submenu.submenu-open > .submenu-toggle .nav-chevron { margin-top: 4px; transform: rotate(225deg); }
  .nav-submenu a { padding: 10px 14px; }
  .menu-toggle { display: grid; }
  .home-photo-hero { min-height: 570px; }
  .experience-values__grid { grid-template-columns: 1fr; }
  .experience-value { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--bh-line); }
  .experience-value:last-child { border-bottom: 0; }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-split__media { min-height: 420px; }
  .activity-product { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-sidebar { position: static; }
  .premium-gallery { columns: 2; }
  .footer-flight-strip { height: 190px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-flight-strip figure:nth-child(n+5) { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 52px; }
}

@media (max-width: 700px) {
  .section { padding: 66px 0; }
  .container { width: min(100% - 32px, var(--bh-container)); }
  .header-inner { width: calc(100% - 28px); }
  .brand-logo { width: 142px; height: 58px; }
  .header-booking { display: none; }
  .hero-flight-facts { gap: 14px; }
  .hero-flight-facts li { width: 100%; }
  .page-visual-hero { min-height: 500px; }
  .page-visual-hero__image { object-position: 68% center; }
  .page-visual-hero__content { padding-bottom: 46px; }
  .page-visual-hero h1 { font-size: clamp(2.7rem, 14vw, 4.6rem); }
  .page-hero-tags { display: none; }
  .experience-value { padding: 26px 12px; grid-template-columns: 48px 1fr; }
  .editorial-split__media { min-height: 300px; }
  .editorial-split__copy { padding: 30px 24px; }
  .fact-list { grid-template-columns: 1fr; }
  .image-card .thumb { height: 235px; }
  .destination-banner { min-height: 540px; border-radius: 16px; }
  .destination-banner__content { width: calc(100% - 32px); margin: 0 16px; padding: 28px 22px; }
  .premium-gallery { columns: 1; }
  .service-steps { grid-template-columns: 1fr; }
  .faq-cta { align-items: flex-start; flex-direction: column; }
  .footer-flight-strip { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; padding: 48px 0 38px; }
  .footer-brand-block,
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-logo { width: 170px; }
  .site-footer h4 { margin-bottom: 16px; }
  .footer-bottom { align-items: center; }
  .footer-legal { flex-wrap: wrap; }
  input,
  select,
  textarea { font-size: 16px; }
  .booking-steps { gap: 5px; }
  .booking-step { min-height: 74px; padding: 8px 4px; flex-direction: column; gap: 5px; font-size: .72rem; line-height: 1.2; text-align: center; }
  .booking-step .step-num { flex-basis: 26px; width: 26px; height: 26px; }
  .page-breadcrumb { flex-wrap: wrap; }
  .card,
  .admin-card,
  .editorial-split,
  .faq-item,
  .booking-form,
  .confirmation-card { min-width: 0; }
  .card-title,
  .card-text,
  .alert-success,
  .alert-error,
  .alert-danger,
  .alert-warning,
  .reference-code { overflow-wrap: anywhere; }
}

@media (max-width: 400px) {
  .container,
  .header-inner { width: calc(100% - 24px); }
  .brand-logo { width: 132px; }
  .section { padding: 54px 0; }
  .contact-phone-row { grid-template-columns: 1fr; }
  .country-picker__panel { width: 100%; }
  .footer-legal { gap: 12px 18px; }
}

/* Content-status, compliance and fleet interface refinements */
.availability-badge { width: fit-content; margin: 12px 0 0; padding: 7px 10px; border-radius: 999px; color: #8b5600; background: #fff2cf; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.availability-note { margin: 14px 0 0; color: var(--bh-muted); font-size: .84rem; line-height: 1.6; }
.fleet-specs { display: grid; gap: 0; margin: 22px 0; border-top: 1px solid var(--bh-line); }
.fleet-specs div { display: grid; grid-template-columns: minmax(112px,.8fr) minmax(0,1.2fr); gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--bh-line); }
.fleet-specs dt { color: var(--bh-muted); font-size: .77rem; font-weight: 750; }
.fleet-specs dd { margin: 0; color: var(--bh-ink); font-size: .84rem; font-weight: 750; line-height: 1.45; text-align: right; }
.fleet-enquiry { width: 100%; }
.compliance-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 24px 0; }
.compliance-grid article { padding: 24px; border: 1px solid var(--bh-line); border-top: 3px solid var(--bh-red); border-radius: 12px; background: var(--bh-soft); }
.compliance-grid strong { color: var(--bh-ink); }
.compliance-grid p { margin-bottom: 0; font-size: .91rem; }
.compliance-contact { padding: 18px 20px; border-left: 4px solid var(--bh-red); background: #fff4f4; }
.news-freshness-note { margin: -12px 0 30px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #ead7a2; border-radius: 12px; background: #fff9e8; color: #674f18; }
.news-freshness-note strong { flex: 0 0 auto; color: #7b5100; }

[dir='rtl'] body { font-family: Tahoma, Arial, sans-serif; }
[dir='rtl'] .main-nav > ul > li > a,[dir='rtl'] .nav-submenu a,[dir='rtl'] .faq-question { text-align: right; }
[dir='rtl'] .nav-chevron { margin-left: 0; margin-right: 2px; transform: rotate(135deg); }
[dir='rtl'] .home-photo-hero__copy,[dir='rtl'] .page-visual-hero__content,[dir='rtl'] .editorial-split__copy,[dir='rtl'] .card-body,[dir='rtl'] .legal-document { text-align: right; }
[dir='rtl'] .home-photo-hero__eyebrow::before { order: 2; }
[dir='rtl'] .fleet-specs dd { text-align: left; }
[dir='rtl'] .compliance-contact { border-left: 0; border-right: 4px solid var(--bh-red); }

@media (max-width: 991px) {
  .compliance-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .fleet-specs div { grid-template-columns: 1fr; gap: 4px; }
  .fleet-specs dd,[dir='rtl'] .fleet-specs dd { text-align: start; }
  .news-freshness-note { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   NAVBAR REFINEMENT — flush dropdowns, real chevrons,
   and full-width active state on mobile
   ========================================================= */
.nav-chevron {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 8px;
  margin-left: 2px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: border-color .18s ease, transform .18s ease, margin-top .18s ease;
}

@media (min-width: 992px) {
  .main-nav > ul {
    gap: 0;
  }

  .main-nav > ul > li > a {
    gap: 9px;
    padding-inline: 15px;
  }

  .main-nav .nav-submenu {
    top: 100%;
    left: 0;
    width: 276px;
    padding: 10px 0 12px;
    gap: 0;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    transform: none;
    transition: opacity .16s ease, visibility .16s ease;
  }

  .has-submenu:hover > .nav-submenu,
  .has-submenu:focus-within > .nav-submenu {
    transform: none;
  }

  .nav-submenu > li + li {
    margin-top: 0;
  }

  .nav-submenu a {
    min-height: 0;
    padding: 10px 13px;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.32;
  }

  .nav-submenu a:hover,
  .nav-submenu a:focus-visible {
    color: var(--bh-red);
    background: #f7f7f7;
  }

  .nav-submenu a.active {
    color: var(--bh-red);
    background: #fff;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .main-nav > ul {
    gap: 0;
  }

  .main-nav > ul > li + li {
    margin-top: 6px;
  }

  .main-nav > ul > li > a {
    min-height: 50px;
    padding-block: 0;
    padding-inline: 14px 54px;
    border: 0;
    border-radius: 8px;
    background: var(--bh-soft);
  }

  .main-nav > ul > li > a.active {
    color: #fff;
    background: var(--bh-red);
    border-color: var(--bh-red);
  }

  .main-nav > ul > li > a.active .nav-chevron {
    color: #fff;
  }

  .main-nav .has-submenu > a > .nav-chevron {
    display: none;
  }

  .submenu-toggle {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: var(--bh-ink);
    background: transparent;
    cursor: pointer;
  }

  .main-nav > ul > li > a.active + .submenu-toggle {
    color: #fff;
  }

  .main-nav .nav-submenu {
    padding-inline-start: 12px;
    gap: 2px;
    transform: none;
  }

  .main-nav .has-submenu:hover > .nav-submenu,
  .main-nav .has-submenu:focus-within > .nav-submenu,
  .main-nav .has-submenu.submenu-open > .nav-submenu {
    transform: none;
  }

  .nav-submenu > li + li {
    margin-top: 2px;
  }

  .nav-submenu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 7px;
    color: var(--bh-ink);
    background: #fff;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-submenu a.active {
    color: #fff;
    background: var(--bh-red);
  }
}


/* =========================================================
   HOMEPAGE FLIGHT SELECTOR + FULL-WORDMARK NAVBAR
   Targeted final rules for the public header and home hero.
   ========================================================= */

@media (min-width: 992px) {
  :root {
    --header-height: 120px;
  }

  .site-header,
  .site-header.scrolled {
    height: 120px;
    min-height: 120px;
    overflow: visible;
  }

  .header-inner {
    width: 100%;
    max-width: none;
    height: 120px;
    min-height: 120px;
    padding-inline: clamp(24px, 3vw, 56px);
    box-sizing: border-box;
    grid-template-columns: 230px minmax(0, 1fr) auto;
    gap: 26px;
  }

  .brand {
    width: 230px;
    height: 120px;
    display: flex;
    align-items: center;
    overflow: visible;
  }

  .brand-logo {
    width: 220px;
    height: 117px;
    aspect-ratio: 720 / 382;
    overflow: visible;
  }

  .brand-logo img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: left center;
  }

  .main-nav > ul {
    justify-content: center;
  }

  .main-nav > ul > li > a {
    min-height: 120px;
    padding-inline: 14px;
    font-size: .88rem;
  }

  .main-nav > ul > li > a::after {
    bottom: 34px;
  }

  .header-booking {
    min-width: 122px;
  }
}

.home-photo-hero--switchable {
  min-height: 660px;
  align-items: stretch;
}

.home-photo-hero--switchable .home-photo-hero__image {
  z-index: -4;
  transition: opacity .28s ease, transform .8s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}

.home-photo-hero--switchable.is-image-changing .home-photo-hero__image {
  opacity: .22;
  transform: scale(1.035);
}

.home-photo-hero--switchable .home-photo-hero__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5,7,9,.96) 0%, rgba(5,7,9,.88) 26%, rgba(5,7,9,.62) 48%, rgba(5,7,9,.16) 75%, rgba(5,7,9,.08) 100%),
    linear-gradient(0deg, rgba(0,0,0,.38), transparent 48%);
}

.home-photo-hero--switchable .home-photo-hero__content {
  position: relative;
  z-index: 8;
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
  padding: 96px 0 78px;
  display: flex;
  align-items: center;
}

.home-photo-hero--switchable .home-photo-hero__copy {
  width: min(690px, calc(100% - 430px));
  max-width: 690px;
  margin-left: clamp(390px, 32vw, 520px);
  transition: opacity .22s ease, transform .28s ease;
}

.home-photo-hero--switchable.is-switching .home-photo-hero__copy {
  opacity: .12;
  transform: translateY(10px);
}

.home-photo-hero--switchable h1 {
  font-size: clamp(3.15rem, 5.6vw, 5.8rem);
}

.home-photo-hero--switchable .home-photo-hero__lead {
  max-width: 630px;
}

.hero-activity-rail {
  position: absolute;
  z-index: 7;
  left: -265px;
  top: 44%;
  width: 980px;
  transform: translateY(-50%) rotate(-32deg);
  transform-origin: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  pointer-events: none;
}

.hero-activity-tab {
  --rail-bg: linear-gradient(90deg, #121416 0%, #1a1c1e 62%, rgba(30,32,34,.88) 72%, rgba(30,32,34,.38) 88%, rgba(30,32,34,0) 100%);
  width: 100%;
  height: 92px;
  flex: 0 0 92px;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--rail-bg);
  color: #fff;
  clip-path: none;
  cursor: pointer;
  pointer-events: auto;
  text-align: left;
  transition: width .24s ease, transform .24s ease, background .24s ease, color .24s ease;
}

.hero-activity-tab:first-child {
  margin-top: 0;
}

.hero-activity-tab:nth-child(2) {
  width: 100%;
}

.hero-activity-tab:nth-child(3) {
  --rail-bg: linear-gradient(90deg, #fff 0%, #f5f4f2 62%, rgba(245,244,242,.88) 72%, rgba(245,244,242,.38) 88%, rgba(245,244,242,0) 100%);
  width: 100%;
  color: #17191b;
}

.hero-activity-tab:nth-child(4) {
  width: 100%;
}

.hero-activity-tab:hover,
.hero-activity-tab:focus-visible {
  width: 100%;
  transform: translateX(12px);
  outline: none;
}

.hero-activity-tab:focus-visible .hero-activity-tab__inner {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.hero-activity-tab.is-active {
  --rail-bg: linear-gradient(90deg, #ed0007 0%, var(--bh-red) 62%, rgba(211,0,5,.88) 72%, rgba(211,0,5,.38) 88%, rgba(211,0,5,0) 100%);
  width: 100%;
  color: #fff;
  transform: translateX(0);
}

.hero-activity-tab__inner {
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 38px;
  transform: none;
}

.hero-activity-tab:nth-child(1) .hero-activity-tab__inner { padding-left: 403px; }
.hero-activity-tab:nth-child(2) .hero-activity-tab__inner { padding-left: 346px; }
.hero-activity-tab:nth-child(3) .hero-activity-tab__inner { padding-left: 288px; }
.hero-activity-tab:nth-child(4) .hero-activity-tab__inner { padding-left: 231px; }

.hero-activity-tab__index {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  color: currentColor;
}

.hero-activity-tab__index svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
  stroke: none;
}

.hero-activity-tab__icon-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-activity-tab__label {
  position: relative;
  padding-left: 22px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-activity-tab__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  background: currentColor;
  opacity: .72;
  transform: translateY(-50%);
}

.hero-switch-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 992px) and (max-width: 1220px) {
  .header-inner {
    width: 100%;
    padding-inline: 20px;
    grid-template-columns: 205px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand {
    width: 205px;
  }

  .brand-logo {
    width: 198px;
    height: 105px;
  }

  .main-nav > ul > li > a {
    padding-inline: 10px;
    font-size: .82rem;
  }

  .header-booking {
    min-width: 104px;
    padding-inline: 15px;
  }

  .home-photo-hero--switchable .home-photo-hero__content {
    width: calc(100% - 44px);
  }

  .home-photo-hero--switchable .home-photo-hero__copy {
    width: min(620px, calc(100% - 345px));
    margin-left: 325px;
  }

  .hero-activity-tab__inner {
    gap: 18px;
  }

  .hero-activity-tab__index {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
}

@media (max-width: 991px) {
  .brand {
    flex: 0 0 auto;
    overflow: visible;
  }

  .brand-logo {
    width: 150px;
    height: auto;
    aspect-ratio: 720 / 382;
    overflow: visible;
  }

  .brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: left center;
  }

  .home-photo-hero--switchable {
    min-height: 650px;
    align-items: stretch;
    padding-bottom: 76px;
  }

  .home-photo-hero--switchable .home-photo-hero__shade {
    background: linear-gradient(90deg, rgba(5,7,9,.92), rgba(5,7,9,.48) 68%, rgba(5,7,9,.18));
  }

  .home-photo-hero--switchable .home-photo-hero__content {
    width: min(100% - 40px, var(--bh-container));
    min-height: 100%;
    padding: 72px 0 58px;
  }

  .home-photo-hero--switchable .home-photo-hero__copy {
    width: min(680px, 100%);
    max-width: 680px;
    margin-left: 0;
  }

  .hero-activity-rail {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-activity-tab,
  .hero-activity-tab:nth-child(2),
  .hero-activity-tab:nth-child(3),
  .hero-activity-tab:nth-child(4) {
    --rail-bg: #17191b;
    width: 100%;
    height: 76px;
    flex-basis: 76px;
    margin: 0;
    clip-path: none;
    transform: none;
    border-right: 1px solid rgba(255,255,255,.18);
  }

  .hero-activity-tab:nth-child(3) {
    --rail-bg: #f5f4f2;
  }

  .hero-activity-tab.is-active {
    --rail-bg: var(--bh-red);
  }

  .hero-activity-tab:hover,
  .hero-activity-tab:focus-visible,
  .hero-activity-tab.is-active {
    width: 100%;
    transform: none;
  }

  .hero-activity-tab__inner {
    justify-content: center;
    gap: 9px;
    padding: 9px 8px;
    transform: none;
  }

  .hero-activity-tab__index {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: .62rem;
  }

  .hero-activity-tab__label {
    padding-left: 0;
    font-size: .72rem;
    white-space: normal;
  }

  .hero-activity-tab__label::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .brand-logo {
    width: 146px;
  }

  .home-photo-hero--switchable {
    min-height: clamp(560px, calc(100svh - 82px), 680px);
    padding-bottom: 0;
  }

  .home-photo-hero--switchable .home-photo-hero__image {
    object-position: 60% center;
  }

  .home-photo-hero--switchable .home-photo-hero__shade {
    display: block;
    background: linear-gradient(0deg, rgba(5,7,9,.96) 0%, rgba(5,7,9,.72) 48%, rgba(5,7,9,.24) 100%);
  }

  .home-photo-hero--switchable .home-photo-hero__content {
    width: calc(100% - 32px);
    min-height: inherit;
    padding: 56px 0 44px;
    display: flex;
    align-items: center;
  }

  .home-photo-hero--switchable h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .home-photo-hero--switchable .home-photo-hero__lead {
    margin-top: 18px;
    line-height: 1.55;
  }

  .home-photo-hero--switchable .home-photo-hero__actions > * {
    width: 100%;
  }

  .hero-activity-rail {
    display: none;
  }

  .image-card .thumb { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .image-card .thumb img { width: 100%; height: 100%; min-height: 0; max-height: none; object-fit: cover; }
  .editorial-split__media { min-height: 0; aspect-ratio: 4 / 3; }
  .editorial-split__media img { width: 100%; height: 100%; object-fit: cover; }
  .detail-media-card img,
  .article-media img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; }
}

@media (max-width: 400px) {
  .home-photo-hero--switchable {
    min-height: clamp(560px, calc(100svh - 82px), 640px);
  }

  .home-photo-hero--switchable .home-photo-hero__content {
    width: calc(100% - 24px);
    padding-top: 52px;
  }

  .home-photo-hero--switchable h1 {
    font-size: clamp(2.25rem, 12.5vw, 3.25rem);
  }
}
