/* =========================================================
   Siyahaty Modern — luxury editorial theme
   Visual overrides only. Application behaviour stays intact.
   ========================================================= */

.theme-modern {
  --teal-900: #07182a;
  --teal-800: #0b243d;
  --teal-700: #103655;
  --teal-600: #174b70;
  --teal-500: #23678f;
  --teal-400: #4f8dab;
  --teal-100: #dbe8ee;
  --teal-50: #f1f6f7;
  --gold-700: #9b6c27;
  --gold-600: #b98232;
  --gold-500: #d4a554;
  --gold-400: #e7c37e;
  --gold-100: #f8edd8;
  --sand-50: #f8f5ef;
  --sand-100: #eee7db;
  --ink-900: #101d2a;
  --ink-700: #3b4957;
  --ink-500: #6b7782;
  --ink-400: #929ba3;
  --line: #dde2e3;
  --line-2: #e8e8e4;
  --bg: #fffdfa;
  --bg-soft: #f5f1e9;
  --text: var(--ink-900);
  --primary: #174b70;
  --primary-dark: #07182a;
  --accent: #b98232;
  --grad-logo: linear-gradient(90deg, #b98232, #e7c37e);
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --shadow-sm: 0 4px 14px rgba(7,24,42,.06);
  --shadow: 0 18px 44px rgba(7,24,42,.10);
  --shadow-lg: 0 30px 80px rgba(7,24,42,.17);
  --shadow-teal: 0 16px 36px rgba(7,24,42,.24);
  --container: 1260px;
  --header-h: 92px;
  background:
    radial-gradient(circle at 4% 28%, rgba(212,165,84,.08), transparent 25rem),
    var(--bg);
}

.theme-modern h1,
.theme-modern h2,
.theme-modern h3,
.theme-modern h4 { letter-spacing: -.65px; }
.theme-modern { font-variant-numeric: lining-nums tabular-nums; }

.theme-modern .section { padding-block: 108px; }
.theme-modern .section--tight { padding-block: 68px; }
.theme-modern .section--soft {
  background-color: var(--bg-soft);
  background-image: linear-gradient(rgba(7,24,42,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7,24,42,.025) 1px, transparent 1px);
  background-size: 42px 42px;
}
@supports (content-visibility: auto) {
  .theme-modern .section { content-visibility: auto; contain-intrinsic-size: auto 760px; }
}

/* Header */
.theme-modern .site-header { padding-block: 12px; }
.theme-modern .site-header .header-inner {
  height: 68px;
  padding-inline: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(7,24,42,.34);
  backdrop-filter: blur(16px) saturate(125%);
  box-shadow: 0 12px 40px rgba(0,0,0,.10);
}
.theme-modern .site-header.scrolled,
.theme-modern .header--solid { background: transparent; box-shadow: none; }
.theme-modern .site-header.scrolled .header-inner,
.theme-modern .header--solid .header-inner {
  background: rgba(255,253,250,.94);
  border-color: rgba(7,24,42,.09);
  box-shadow: 0 12px 34px rgba(7,24,42,.10);
}
.theme-modern .brand { gap: 10px; }
.theme-modern .brand__mark-logo {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: none;
  filter: drop-shadow(0 5px 12px rgba(7,24,42,.2));
}
.theme-modern .brand__mark-logo--footer { width: 68px; height: 68px; }
.theme-modern .brand__logo {
  display: block;
  width: 180px;
  height: 56px;
  object-fit: cover;
  object-position: 50% 55%;
  filter: saturate(1.08);
  background: #fff;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 5px;
  box-shadow: 0 5px 18px rgba(0,0,0,.12);
  flex: none;
}
.theme-modern .brand__logo--drawer { width: 160px; height: 52px; }
.theme-modern .brand__logo--footer {
  width: 220px;
  height: 145px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 5px;
}
.theme-modern .brand__copy { display: grid; gap: 5px; }
.theme-modern .brand__name { font-size: 1.18rem; }
.theme-modern .brand__copy small { font-size: .57rem; line-height: 1; letter-spacing: 1.5px; }
.theme-modern .site-header:not(.scrolled):not(.header--solid) .brand__copy small { color: rgba(255,255,255,.72); }
.theme-modern .nav { gap: 4px; }
.theme-modern .nav > li > a { border-radius: 7px; padding-inline: 11px; }
.theme-modern .nav > li > a:hover,
.theme-modern .nav > li.active > a { color: var(--gold-400); background: rgba(255,255,255,.08); }
.theme-modern .site-header.scrolled .nav > li > a:hover,
.theme-modern .site-header.scrolled .nav > li.active > a,
.theme-modern .header--solid .nav > li > a:hover,
.theme-modern .header--solid .nav > li.active > a { color: var(--primary); background: var(--gold-100); }
.theme-modern .header-cta .btn { padding: 12px 21px; }
.theme-modern .has-drop > .dropdown { border-top: 3px solid var(--gold-500); }

/* Editorial hero */
.theme-modern .hero { min-height: min(920px, 100svh); }
.theme-modern .hero__bg { background: var(--primary-dark); }
.theme-modern .hero__bg .hero__scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.08) contrast(1.02) brightness(1.05);
  transform: scale(1.04);
  will-change: opacity, transform;
  animation: hero-scene 49s linear infinite;
}
.theme-modern .hero__bg .hero__scene:nth-child(1) { animation-delay: -1.4s; }
.theme-modern .hero__bg .hero__scene:nth-child(2) { animation-delay: 5.6s; }
.theme-modern .hero__bg .hero__scene:nth-child(3) { animation-delay: 12.6s; }
.theme-modern .hero__bg .hero__scene:nth-child(4) { animation-delay: 19.6s; }
.theme-modern .hero__bg .hero__scene:nth-child(5) { animation-delay: 26.6s; }
.theme-modern .hero__bg .hero__scene:nth-child(6) { animation-delay: 33.6s; }
.theme-modern .hero__bg .hero__scene:nth-child(7) { animation-delay: 40.6s; }
@keyframes hero-scene {
  0% { opacity: 0; transform: scale(1.04) translate3d(0,0,0); }
  3% { opacity: 1; }
  11.5% { opacity: 1; }
  14.5% { opacity: 0; transform: scale(1.13) translate3d(-1%,.7%,0); }
  100% { opacity: 0; transform: scale(1.13) translate3d(-1%,.7%,0); }
}
.theme-modern .hero__bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -12%;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 72% 35%, rgba(255,211,126,.34), transparent 31%),
    linear-gradient(112deg, transparent 18%, rgba(225,178,255,.18) 36%, rgba(255,213,128,.34) 49%, rgba(65,207,218,.25) 60%, transparent 78%);
  background-size: 130% 130%, 220% 100%;
  background-position: center, 115% center;
  mix-blend-mode: screen;
  filter: blur(8px);
  will-change: opacity, background-position, transform;
  animation: hero-transition-wash 7s ease-in-out infinite;
}
@keyframes hero-transition-wash {
  0%, 72% { opacity: 0; background-position: center, 115% center; transform: scale(1.02); }
  82% { opacity: .38; }
  91% { opacity: .56; }
  100% { opacity: 0; background-position: center, -35% center; transform: scale(1.08); }
}
.theme-modern .hero::after {
  background:
    radial-gradient(circle at 15% 52%, rgba(79,141,171,.08) 0%, rgba(79,141,171,.02) 22%, transparent 43%),
    radial-gradient(circle at 82% 28%, rgba(255,208,117,.16) 0%, transparent 36%),
    linear-gradient(90deg, rgba(7,24,42,.16) 0%, rgba(7,24,42,.31) 46%, rgba(7,24,42,.58) 100%);
  background-size: 165% 165%, 145% 145%, 100% 100%;
  background-position: 0% 50%, 100% 35%, center;
  animation: hero-gradient-flow 13s ease-in-out infinite alternate;
}
@keyframes hero-gradient-flow {
  0% { background-position: 0% 52%, 100% 32%, center; }
  50% { background-position: 58% 42%, 55% 58%, center; }
  100% { background-position: 100% 55%, 5% 38%, center; }
}
.theme-modern .hero::before {
  content: "";
  position: absolute;
  inset-block: 16%;
  inset-inline-start: max(24px, calc((100vw - var(--container)) / 2));
  width: 1px;
  background: linear-gradient(transparent, rgba(231,195,126,.85), transparent);
  z-index: 1;
}
.theme-modern .hero__inner { max-width: 820px; padding-inline-start: 34px; }
.theme-modern .hero__eyebrow {
  color: var(--gold-400) !important;
  background: transparent !important;
  border: 1px solid rgba(231,195,126,.45);
  border-radius: 5px;
  letter-spacing: .8px;
}
.theme-modern .hero h1 { font-size: clamp(2.15rem, 4.55vw, 4rem); line-height: 1.26; max-width: 800px; }
.theme-modern .hero h1,
.theme-modern .hero p.lead { text-shadow: 0 3px 22px rgba(7,24,42,.68), 0 1px 2px rgba(7,24,42,.7); }
.theme-modern .hero h1 .hl { color: var(--gold-400); }
.theme-modern .hero p.lead { color: rgba(255,255,255,.78); max-width: 670px; }
.theme-modern .hero__stats {
  width: fit-content;
  gap: 0;
  border-block: 1px solid rgba(255,255,255,.18);
  padding-block: 20px;
}
.theme-modern .hero__stat { min-width: 150px; padding-inline: 24px; border-inline-end: 1px solid rgba(255,255,255,.18); }
.theme-modern .hero__stat:first-child { padding-inline-start: 0; border-inline-end: 0; }
.theme-modern .hero__stat b { font-size: 1.75rem; color: var(--gold-400); }

/* Compact travel partners marquee */
.theme-modern .partners-band { position: relative; z-index: 3; overflow: hidden; padding-block: 30px 34px; background: #fff; border-bottom: 1px solid #e7edf1; box-shadow: 0 16px 44px rgba(7,24,42,.055); }
.theme-modern .partners-head { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 0; gap: 10px; margin-bottom: 20px; text-align: center; }
.theme-modern .partners-kicker { display: block; margin-bottom: 4px; color: var(--gold-600); font-size: .7rem; font-weight: 900; letter-spacing: 1.2px; }
.theme-modern .partners-head h2 { margin: 0; color: var(--primary-dark); font-size: clamp(1.15rem, 2vw, 1.55rem); }
.theme-modern .haramain-feature { position: relative; display: grid; place-items: center; width: 250px; max-width: 100%; min-width: 0; height: 62px; padding: 6px 18px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #fffaf0 58%, #f4e4bb 100%); border: 1px solid rgba(178,132,36,.32); border-radius: 12px; box-shadow: 0 10px 24px rgba(80,54,8,.11); }
.theme-modern .haramain-feature::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg, #d9b96b, #9d711d); }
.theme-modern .haramain-feature::after { content: ""; position: absolute; width: 110px; height: 110px; inset: -62px -36px auto auto; border: 1px solid rgba(185,137,40,.2); border-radius: 50%; box-shadow: 0 0 0 18px rgba(185,137,40,.055); }
.theme-modern .haramain-feature img { position: relative; z-index: 1; display: block; width: min(195px, 100%); height: 48px; object-fit: contain; mix-blend-mode: multiply; }
.theme-modern .partner-row { display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; gap: 14px; }
.theme-modern .partner-row + .partner-row { margin-top: 10px; }
.theme-modern .partner-row__label { color: #6b7d89; font-size: .68rem; font-weight: 900; }
.theme-modern .partner-row__label--shared { transform: translateY(27px); }
.theme-modern .partner-viewport { overflow: hidden; direction: ltr; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.theme-modern .partner-track { display: flex; width: max-content; gap: 10px; direction: ltr; animation: partner-scroll 34s linear infinite; }
.theme-modern .partner-track--reverse { animation-direction: reverse; animation-duration: 40s; }
.theme-modern .partner-viewport:hover .partner-track { animation-play-state: paused; }
.theme-modern .partner-chip { width: 156px; height: 44px; display: flex; align-items: center; gap: 9px; padding: 6px 11px; color: #263c4c; background: #f8fafb; border: 1px solid #e4eaee; border-radius: 8px; box-shadow: 0 4px 12px rgba(7,24,42,.025); }
.theme-modern .partner-chip img { width: 34px; height: 28px; display: block; flex: none; object-fit: contain; }
.theme-modern .partner-chip b { overflow: hidden; font: 700 .72rem/1.1 Arial,sans-serif; white-space: nowrap; text-overflow: ellipsis; }
.theme-modern .pc--sa { background: #136f65; }.theme-modern .pc--fn { background: #6cbe45; }.theme-modern .pc--ek { background: #c52828; }
.theme-modern .pc--qr { background: #6b143f; }.theme-modern .pc--ey { background: #9b7b47; }.theme-modern .pc--tk { background: #d71920; }
.theme-modern .pc--hi { background: #163d73; }.theme-modern .pc--ma { background: #8f2330; }.theme-modern .pc--ac { background: #202a5a; }
.theme-modern .pc--ih { background: #203f39; }.theme-modern .pc--hy { background: #6b2445; }.theme-modern .pc--ra { background: #6b3b88; }
@keyframes partner-scroll { to { transform: translateX(calc(-50% - 5px)); } }

/* Buttons and headings */
.theme-modern .btn { border-radius: 7px; }
.theme-modern .btn--primary { background: var(--primary-dark); box-shadow: var(--shadow-teal); }
.theme-modern .btn--primary:hover { background: var(--primary); box-shadow: 0 20px 44px rgba(7,24,42,.3); }
.theme-modern .btn--gold { background: var(--gold-500); color: #261b0b; }
.theme-modern .btn--ghost { border-width: 1px; background: rgba(255,255,255,.5); }
.theme-modern .eyebrow { border-radius: 5px; color: var(--gold-700); background: var(--gold-100); }
.theme-modern .sec-head { max-width: 760px; }
.theme-modern .sec-title { font-size: clamp(2rem, 3.8vw, 3.1rem); }
.theme-modern .sec-title span { color: var(--gold-700); }
.theme-modern .sec-head.center .sec-title::after { width: 42px; height: 2px; background: var(--gold-500); }
.theme-modern .sec-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: end;
}
.theme-modern .sec-head--split .sec-sub { margin-top: 0; }
.theme-modern .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--gold-700);
  font-size: .92rem;
  font-weight: 900;
}
.theme-modern .text-link svg { width: 17px; height: 17px; transition: transform .25s var(--ease); }
.theme-modern .text-link:hover svg { transform: translateX(-5px); }

/* Cards */
.theme-modern .features { gap: 18px; }
.theme-modern .feature { position: relative; border-radius: 10px; padding: 34px 28px; border-color: rgba(7,24,42,.08); overflow: hidden; }
.theme-modern .feature::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: 0; height: 3px; background: var(--gold-500); transform: scaleX(0); transition: transform .3s var(--ease); }
.theme-modern .feature:hover::after { transform: scaleX(1); }
.theme-modern .feature__ic,
.theme-modern .features .feature:nth-child(n) .feature__ic { border-radius: 8px; background: var(--gold-100); color: var(--gold-700); }
.theme-modern .dest-grid { gap: 18px; }
.theme-modern .dest-card { min-height: 440px; border-radius: 10px; box-shadow: 0 15px 40px rgba(7,24,42,.14); }
.theme-modern .dest-card:nth-child(3n+2) { transform: translateY(24px); }
.theme-modern .dest-card:nth-child(3n+2):hover { transform: translateY(15px); }
.theme-modern .dest-card::after { background: linear-gradient(to top, rgba(7,24,42,.97), rgba(7,24,42,.34) 62%, rgba(7,24,42,.03)); }
.theme-modern .dest-card__tag { border-radius: 4px; background: var(--gold-500); }
.theme-modern .dest-card__go { border-radius: 6px; }
.theme-modern .motion-grid > * { isolation: isolate; }
.theme-modern .motion-grid .dest-card__img img,
.theme-modern .motion-grid .pkg__media img {
  animation: grid-image-life 12s ease-in-out infinite alternate;
}
.theme-modern .motion-grid > *:nth-child(2n) .dest-card__img img,
.theme-modern .motion-grid > *:nth-child(2n) .pkg__media img { animation-delay: -4s; animation-direction: alternate-reverse; }
.theme-modern .motion-grid > *:nth-child(3n) .dest-card__img img,
.theme-modern .motion-grid > *:nth-child(3n) .pkg__media img { animation-delay: -8s; }
.theme-modern .motion-grid > *:hover .dest-card__img img,
.theme-modern .motion-grid > *:hover .pkg__media img { animation-play-state: paused; transform: scale(1.1) rotate(.25deg); }
@keyframes grid-image-life {
  0% { transform: scale(1.01) translate3d(0,0,0); }
  100% { transform: scale(1.09) translate3d(-1.2%,.8%,0); }
}
.theme-modern .section--cities,
.theme-modern .section--packages { position: relative; overflow: hidden; }
.theme-modern .section--cities::before,
.theme-modern .section--packages::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
  animation: section-orbit 14s ease-in-out infinite alternate;
}
.theme-modern .section--cities::before { inset-block-start: 5%; inset-inline-end: -310px; background: radial-gradient(circle, rgba(212,165,84,.16), transparent 68%); }
.theme-modern .section--packages::before { inset-block-end: -180px; inset-inline-start: -280px; background: radial-gradient(circle, rgba(35,103,143,.13), transparent 68%); animation-delay: -7s; }
@keyframes section-orbit { to { transform: translate3d(-55px,38px,0) scale(1.14); } }
.theme-modern .section--cities .container,
.theme-modern .section--packages .container { position: relative; z-index: 1; }
.theme-modern .city-showcase .dest-card { min-height: 390px; }
.theme-modern .city-showcase .dest-card__meta + .dest-card__meta { gap: 9px 14px; font-size: .76rem; }
.theme-modern .pkg { border-radius: 10px; border-color: rgba(7,24,42,.08); box-shadow: 0 12px 36px rgba(7,24,42,.08); }
.theme-modern .pkg__media { border-radius: 9px 9px 0 0; }
.theme-modern .pkg__badge,
.theme-modern .pkg__fav { border-radius: 6px; }
.theme-modern .tst,
.theme-modern .post-card,
.theme-modern .form-card,
.theme-modern .info-tile,
.theme-modern .gr { border-radius: 10px; }

/* Split, stats and CTAs */
.theme-modern .split { gap: 88px; }
.theme-modern .split__media img { border-radius: 10px 110px 10px 10px; }
.theme-modern .split__media .badge-float { border-radius: 8px; border: 1px solid var(--gold-100); }
.theme-modern .section--teal { background: var(--primary-dark); position: relative; overflow: hidden; }
.theme-modern .section--teal::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(231,195,126,.14); border-radius: 50%; inset-inline-end: -160px; inset-block-start: -250px; }
.theme-modern .stat b { color: var(--gold-400); }
.theme-modern .step__num { border-radius: 6px; background: var(--primary-dark); }
.theme-modern .cta-band { border-radius: 12px; padding-block: 82px; }
.theme-modern .cta-band::after { background: linear-gradient(110deg, rgba(7,24,42,.96), rgba(7,24,42,.64)); }

/* Inner pages and controls */
.theme-modern .page-hero::after { background: linear-gradient(110deg, rgba(7,24,42,.97), rgba(7,24,42,.58)); }
.theme-modern .hsearch,
.theme-modern .search-layout .frail,
.theme-modern .booking-card { border-radius: 10px; }
.theme-modern .hsearch__cell,
.theme-modern .field input,
.theme-modern .field textarea,
.theme-modern .field select { border-radius: 6px; }
.theme-modern .bk-score,
.theme-modern .bk-time,
.theme-modern .bk-rules { border-radius: 8px; }

/* Footer */
.theme-modern .site-footer { background: #050f1b; }
.theme-modern .site-footer::before { height: 2px; background: var(--gold-500); }
.theme-modern .footer-social a,
.theme-modern .footer-contact .ic { border-radius: 6px; }
.theme-modern .footer-slogan { background: none; color: var(--gold-400); }
.theme-modern .contact-floats {
  position: fixed;
  inset-block-end: 24px;
  inset-inline-start: 24px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
}
.theme-modern .contact-floats .wa-float,
.theme-modern .call-float {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 12px;
}
.theme-modern .call-float {
  display: grid;
  place-items: center;
  color: #fff;
  background: #0b3447;
  box-shadow: 0 12px 30px rgba(6,32,47,.34);
  transition: transform .25s, background .25s;
}
.theme-modern .call-float:hover { color: #fff; background: #123f50; transform: scale(1.08); }
.theme-modern .call-float svg { width: 27px; height: 27px; }
.theme-modern .contact-floats .wa-float { border-radius: 12px; }

@media (max-width: 1024px) {
  .theme-modern .dest-card:nth-child(3n+2),
  .theme-modern .dest-card:nth-child(3n+2):hover { transform: none; }
  .theme-modern .hero::before { display: none; }
  .theme-modern .hero__inner { padding-inline-start: 0; }
  .theme-modern .sec-head--split { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 860px) {
  .theme-modern { --header-h: 78px; }
  .theme-modern .section { padding-block: 74px; }
  .theme-modern .site-header { padding-block: 8px; }
  .theme-modern .site-header .header-inner { height: 62px; padding-inline: 14px; }
  .theme-modern .brand__copy small { display: none; }
  .theme-modern .brand__name { font-size: 1.02rem; }
  .theme-modern .brand__mark-logo { width: 46px; height: 46px; }
  .theme-modern .brand__logo { width: 145px; height: 50px; }
  .theme-modern .hero__stats { width: 100%; }
  .theme-modern .partners-head { align-items: center; flex-direction: column; min-height: 0; gap: 10px; }
  .theme-modern .haramain-feature { align-self: center; width: 230px; max-width: 100%; }
}

@media (max-width: 620px) {
  .theme-modern .contact-floats { inset-block-end: 16px; inset-inline-start: 16px; gap: 8px; }
  .theme-modern .contact-floats .wa-float,
  .theme-modern .call-float { width: 50px; height: 50px; border-radius: 11px; }
  .theme-modern .contact-floats .wa-float svg,
  .theme-modern .call-float svg { width: 25px; height: 25px; }
  .theme-modern .site-header .header-inner,
  .theme-modern .site-header.scrolled .header-inner {
    background: rgba(255,253,248,.92);
    border-color: rgba(255,255,255,.82);
    backdrop-filter: blur(14px) saturate(120%);
    box-shadow: 0 9px 26px rgba(6,32,47,.13);
  }
  .theme-modern .site-header:not(.scrolled):not(.header--solid) .brand,
  .theme-modern .site-header .brand { color: #0b3447; }
  .theme-modern .site-header .header-inner { padding-inline: 10px; gap: 8px; }
  .theme-modern .site-header .brand { gap: 4px; }
  .theme-modern .site-header .brand__mark-logo { width: 39px; height: 39px; }
  .theme-modern .site-header .brand__name { font-size: .9rem; }
  .theme-modern .site-header .header-cta { gap: 6px; }
  .theme-modern .site-header .header-cta .btn {
    display: inline-flex !important;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 9px;
    background: #0b3447;
    color: #fff;
    font-size: .74rem;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 7px 16px rgba(6,32,47,.2);
  }
  .theme-modern .site-header .header-cta .btn:hover { background: #123f50; color: #fff; }
  .theme-modern .site-header .header-cta .btn svg { width: 14px; height: 14px; }
  .theme-modern .site-header .burger,
  .theme-modern .site-header.scrolled .burger {
    width: 40px;
    height: 40px;
    color: #0b3447;
    background: rgba(246,211,139,.28);
    border: 1px solid rgba(196,145,49,.18);
  }
  .theme-modern .hero { min-height: auto; align-items: flex-start; }
  .theme-modern .hero__inner { padding-block: calc(var(--header-h) + 62px) 72px; }
  .theme-modern .hero::after {
    background:
      radial-gradient(circle at 78% 18%, rgba(244,207,137,.18) 0%, transparent 34%),
      linear-gradient(180deg, rgba(8,42,57,.22) 0%, rgba(9,55,67,.48) 48%, rgba(6,32,47,.84) 100%);
    background-size: 150% 150%, 100% 100%;
  }
  .theme-modern .hero__bg .hero__scene {
    filter: saturate(1.02) contrast(.98) brightness(1.09);
    animation-name: hero-scene-mobile;
  }
  .theme-modern .hero__bg .hero__scene:nth-child(1) { object-position: 54% center; }
  .theme-modern .hero__bg .hero__scene:nth-child(2) { object-position: 24% center; }
  .theme-modern .hero__bg .hero__scene:nth-child(3) { object-position: 43% center; }
  .theme-modern .hero__bg .hero__scene:nth-child(4) { object-position: 57% center; }
  .theme-modern .hero__bg .hero__scene:nth-child(5) { object-position: 73% center; }
  .theme-modern .hero__bg .hero__scene:nth-child(6) { object-position: 68% center; }
  .theme-modern .hero__bg .hero__scene:nth-child(7) { object-position: 44% center; }
  .theme-modern .hero__eyebrow {
    color: #fff0c9 !important;
    background: rgba(255,250,240,.09) !important;
    border-color: rgba(255,225,166,.58);
    text-shadow: 0 1px 8px rgba(6,32,47,.35);
  }
  .theme-modern .hero h1,
  .theme-modern .hero p.lead {
    text-shadow: 0 2px 14px rgba(6,32,47,.52), 0 1px 2px rgba(6,32,47,.52);
  }
  .theme-modern .hero h1 .hl { color: #f6d38b; }
  .theme-modern .hero p.lead { color: rgba(249,252,250,.9); }
  .theme-modern .hero__actions .btn {
    color: #0b3447;
    background: rgba(255,253,248,.95);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 10px 26px rgba(6,32,47,.18);
  }
  .theme-modern .hero__actions .btn:hover {
    color: #0b3447;
    background: #fff;
  }
  .theme-modern .hero-scroll { display: none; }
  .theme-modern .hero h1 { font-size: clamp(1.8rem, 8.8vw, 2.45rem); line-height: 1.3; }
  .theme-modern .hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-color: rgba(255,239,207,.25); }
  .theme-modern .hero__stat { min-width: 0; padding-inline: 10px; text-align: center; }
  .theme-modern .hero__stat:first-child { padding-inline-start: 10px; }
  .theme-modern .hero__stat b { font-size: 1.3rem; color: #f6d38b; }
  .theme-modern .hero__stat span { font-size: .7rem; color: rgba(249,252,250,.78); }
  .theme-modern .partners-band { padding-block: 24px 28px; }
  .theme-modern .partners-head { margin-bottom: 20px; }
  .theme-modern .partner-row { grid-template-columns: 1fr; gap: 7px; }
  .theme-modern .partner-row + .partner-row { margin-top: 14px; }
  .theme-modern .partner-row__label--shared { transform: none; }
  .theme-modern .partner-chip { width: 142px; height: 42px; }
  .theme-modern .features { gap: 12px; }
  .theme-modern .feature {
    display: grid;
    grid-template-columns: minmax(0,1fr) 50px;
    column-gap: 14px;
    row-gap: 4px;
    align-items: center;
    padding: 18px;
  }
  .theme-modern .feature__ic,
  .theme-modern .features .feature:nth-child(n) .feature__ic {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .theme-modern .feature__ic svg { width: 24px; height: 24px; }
  .theme-modern .feature h3 {
    grid-column: 1;
    margin: 0;
    font-size: 1.05rem;
  }
  .theme-modern .feature p {
    grid-column: 1;
    margin: 0;
    font-size: .88rem;
    line-height: 1.65;
  }
  .theme-modern .dest-card { min-height: 390px; }
  .theme-modern .split__media img { border-radius: 8px 55px 8px 8px; }
  .theme-modern .site-header .header-inner { backdrop-filter: blur(9px) saturate(115%); }
  .theme-modern .motion-grid .dest-card__img img,
  .theme-modern .motion-grid .pkg__media img,
  .theme-modern .section--cities::before,
  .theme-modern .section--packages::before { animation: none; }
}

@keyframes hero-scene-mobile {
  0% { opacity: 0; transform: scale(1.01) translate3d(0,0,0); }
  3% { opacity: 1; }
  11.5% { opacity: 1; }
  14.5% { opacity: 0; transform: scale(1.055) translate3d(-.35%,.2%,0); }
  100% { opacity: 0; transform: scale(1.055) translate3d(-.35%,.2%,0); }
}

@media (prefers-reduced-motion: reduce) {
  .theme-modern .hero::after { animation: none; }
  .theme-modern .hero__bg::after { animation: none; display: none; }
  .theme-modern .hero__bg .hero__scene { animation: none; opacity: 0; transform: none; }
  .theme-modern .hero__bg .hero__scene:first-child { opacity: 1; }
  .theme-modern .partner-track { animation: none; }
  .theme-modern .motion-grid .dest-card__img img,
  .theme-modern .motion-grid .pkg__media img,
  .theme-modern .section--cities::before,
  .theme-modern .section--packages::before { animation: none; }
}
