/*
Theme Name: Art Voyage VIP
Theme URI: https://art-voyage.co.il
Author: Art Voyage
Description: Luxury English / Hebrew / Russian site for Art Voyage — private chauffeur, airport transfers and VIP transportation across Israel. Black & gold, mobile-app-ready (PWA).
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: artvoyage
*/

:root {
  --bg: #0b0b0d;
  --bg-2: #121217;
  --bg-3: #18181f;
  --ink: #f2eee3;
  --muted: #a7a091;
  --faint: #6f695c;
  --gold: #c9a24b;
  --gold-light: #e6cd85;
  --gold-deep: #9a7830;
  --line: rgba(201, 162, 75, 0.28);
  --serif: 'Cormorant Garamond', 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --grad-gold: linear-gradient(135deg, #ecd392 0%, #c9a24b 55%, #a98233 100%);
  --radius: 12px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; }
a { color: var(--gold-light); text-decoration: none; }
a:hover { color: var(--gold-light); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--ink);
  line-height: 1.18;
  margin: 0 0 0.4em;
  font-weight: 600;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.kicker {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 14px;
}
.kicker::after {
  content: "";
  display: inline-block;
  width: 34px; height: 1px; background: var(--gold);
  margin-left: 12px; vertical-align: middle;
  opacity: 0.7;
}
[dir="rtl"] .kicker::after { margin-left: 0; margin-right: 12px; }

.sec-title { margin-bottom: 14px; }
.sec-desc { color: var(--muted); max-width: 720px; margin: 0 auto 40px; }
.lp-center { text-align: center; }
[dir="rtl"] .lp-center { text-align: center; }

/* ------------------------------------------------ buttons */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  line-height: 1.2;
}
.btn-gold {
  background: var(--grad-gold);
  color: #151004;
  box-shadow: 0 6px 22px rgba(201, 162, 75, 0.28);
}
.btn-gold:hover { box-shadow: 0 10px 30px rgba(201, 162, 75, 0.45); transform: translateY(-1px); color: #0b0b0d; }
.btn-wa {
  background: transparent;
  color: var(--gold-light);
  border-color: var(--gold);
}
.btn-wa:hover { background: rgba(201, 162, 75, 0.12); border-color: var(--gold-light); }

/* ------------------------------------------------ top toolbar */
.ct-toolbar {
  background: #070709;
  border-bottom: 1px solid rgba(201, 162, 75, 0.14);
  font-size: 0.82rem;
}
.ct-toolbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 40px;
  flex-wrap: wrap;
}
.ct-toolbar__contact { color: var(--muted); white-space: nowrap; }
.ct-toolbar__contact a { color: var(--gold-light); font-weight: 600; }
.lang { display: flex; gap: 4px; }
.lang a {
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}
.lang a.is-active { background: var(--gold); color: #0b0b0d; border-color: var(--gold); }

/* ------------------------------------------------ header */
.ct-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11, 11, 13, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 162, 75, 0.16);
}
.ct-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
}
.ct-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.ct-logo .mark {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grad-gold);
  color: #0b0b0d;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  box-shadow: 0 0 0 1px rgba(201, 162, 75, 0.4);
}
.ct-logo .name { display: block; font-family: var(--serif); font-size: 1.28rem; font-weight: 700; letter-spacing: 0.12em; }
.ct-logo .tag { display: block; font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

.ct-nav { display: flex; align-items: center; gap: 26px; position: relative; }
.ct-nav .menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.ct-nav .menu li { position: relative; }
.ct-nav .menu a {
  display: block;
  padding: 10px 11px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.ct-nav .menu a:hover { color: var(--gold-light); border-color: var(--gold); }
.ct-nav .ct-btn { margin-inline-start: 10px; padding: 11px 24px; }

/* mega menu: dropdowns */
.ct-nav .menu-link { display: block; padding: 10px 14px; color: var(--ink); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.03em; border-bottom: 2px solid transparent; cursor: default; }
.ct-nav a.menu-link:hover, .ct-nav .menu-link:hover { color: var(--gold-light); border-color: var(--gold); }
.ct-nav .menu-item-has-children > .menu-link::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  margin-inline-start: 8px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg) translateY(-2px);
  vertical-align: middle;
}
.ct-nav .sub-label {
  display: block;
  padding: 6px 16px 4px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ct-nav .group-links { list-style: none; margin: 0; padding: 0 0 6px; }

@media (min-width: 981px) {
  .ct-nav .menu-item-has-children > .sub-menu {
    position: absolute;
    z-index: 80;
    top: 100%;
    left: 0;
    min-width: 250px;
    margin: 14px 0 0;
    padding: 8px 0 12px;
    list-style: none;
    background: #0d0d11;
    border: 1px solid rgba(201, 162, 75, 0.22);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  }
  .ct-nav .menu-item-has-children:hover > .sub-menu,
  .ct-nav .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .ct-nav .sub-menu li { list-style: none; }
  .ct-nav .sub-menu a {
    display: block;
    padding: 7px 16px;
    color: #d8d2c4;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ct-nav .sub-menu a:hover { color: var(--gold-light); background: rgba(201, 162, 75, 0.08); }
  .ct-nav .menu-item-mega { position: static; }
  .ct-nav .menu-item-mega > .sub-menu {
    left: 0;
    right: auto;
    transform: translateY(10px);
    width: min(1180px, calc(100vw - 24px));
    max-width: 1180px;
    max-height: min(72vh, 720px);
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px 10px;
    padding: 14px 18px 18px;
  }
  .ct-nav .menu-item-mega:hover > .sub-menu,
  .ct-nav .menu-item-mega:focus-within > .sub-menu {
    transform: translateY(0);
  }
  .ct-nav .menu-item-mega .group { border-inline-end: 1px solid rgba(201, 162, 75, 0.12); padding-inline-end: 12px; }
  .ct-nav .menu-item-mega .group:last-child { border-inline-end: none; }
}

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--gold); transition: all 0.25s; }
.ct-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ct-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.ct-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ------------------------------------------------ hero (front page) */
.hero {
  position: relative;
  min-height: min(88vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #070709;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 7, 9, 0.55) 0%, rgba(7, 7, 9, 0.25) 40%, rgba(7, 7, 9, 0.92) 100%),
    radial-gradient(120% 90% at 20% 15%, rgba(201, 162, 75, 0.18), transparent 55%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(images/hero-bg.jpg) center center / cover no-repeat;
  opacity: 0.85;
}
html.no-hero-video .hero-video video { display: none; }
.hero .inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 24px 96px;
  width: 100%;
}
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); margin-bottom: 8px; }
.hero h1 span { color: var(--gold-light); }
.hero .subtitle { font-size: 1.12rem; color: #d8d2c4; max-width: 620px; margin: 18px 0 30px; }
.hero .subtitle b { color: var(--gold-light); }
.stats { display: flex; gap: clamp(18px, 4vw, 54px); margin: 34px 0; flex-wrap: wrap; }
.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--gold-light);
  line-height: 1;
}
.stat span { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* ------------------------------------------------ booking */
.booking-cta { background: linear-gradient(180deg, #0b0b0d 0%, #0f0f13 100%); padding: 84px 0; }
.booking-cta h2 { text-align: center; }
.booking-cta > .wrap > p { text-align: center; color: var(--muted); max-width: 640px; margin: 0 auto 30px; }
.av-booking {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.av-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.av-chip {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s;
}
.av-chip:hover { color: var(--gold-light); border-color: var(--gold); background: rgba(201, 162, 75, 0.08); }
.av-form { display: grid; gap: 16px; }
.av-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.av-form label {
  display: grid;
  gap: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.av-form select, .av-form input {
  width: 100%;
  background: #0d0d11;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--ink);
  padding: 13px 14px;
  font-size: 1rem;
  font-family: var(--sans);
  transition: border-color 0.2s;
}
.av-form select:focus, .av-form input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, 0.16);
}
.booking-note a { color: var(--gold-light); }
#avModal { border-radius: 8px; }

/* ------------------------------------------------ sections / cards */
.section { padding: 84px 0; }
.section-dark { background: #0c0c10; }
.section-alt { background: linear-gradient(180deg, #0f0f13 0%, #121218 100%); }
.section-light { background: #0f0f13; }
section[id] { scroll-margin-top: 86px; }

.grid {
  display: grid;
  gap: 22px;
}
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--line);
  box-shadow: var(--shadow);
}
.card .ic {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(201, 162, 75, 0.12);
  color: var(--gold-light);
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.94rem; margin: 0; }

.fleet-card {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.fleet-card:hover { transform: translateY(-4px); border-color: var(--line); box-shadow: var(--shadow); }
.fleet-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(0.92); }
.fleet-body { padding: 22px 22px 26px; }
.fleet-body h3 { font-size: 1.35rem; }
.pax { color: var(--muted); font-size: 0.92rem; }
.features { font-size: 0.92rem; color: var(--gold-light); margin: 10px 0 14px; letter-spacing: 0.02em; }
.price { font-size: 0.92rem; color: var(--muted); }
.price b { font-family: var(--serif); font-size: 1.45rem; color: var(--gold-light); }

.step { text-align: center; padding: 26px 18px; }
.step .num {
  width: 60px; height: 60px;
  margin: 0 auto 18px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.5rem;
  background: rgba(201, 162, 75, 0.08);
}
.step h3 { font-size: 1.2rem; }

.review {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 26px;
}
.review .stars { color: var(--gold); letter-spacing: 4px; margin-bottom: 12px; }
.review .text { color: var(--ink); font-family: var(--serif); font-size: 1.16rem; line-height: 1.5; margin-bottom: 16px; }
.review .name { font-weight: 700; }
.review .who { color: var(--muted); font-size: 0.85rem; }

.contact-card {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 26px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.contact-card:hover { border-color: var(--line); transform: translateY(-3px); }
.contact-card .ic { font-size: 1.4rem; margin-bottom: 10px; }
.contact-card h3 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.1em; }
.contact-card .val a { font-size: 0.95rem; }
.contact-card .sub { color: var(--muted); font-size: 0.82rem; }

/* ------------------------------------------------ prices table */
.prices {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 0.95rem;
}
.prices th, .prices td { padding: 14px 18px; text-align: start; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.prices th {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  color: var(--gold);
  background: rgba(201, 162, 75, 0.07);
}
.prices tr:last-child td { border-bottom: none; }
.prices tr:hover td { background: rgba(201, 162, 75, 0.04); }
.prices b { color: var(--gold-light); }

/* ------------------------------------------------ landing page */
.lp-hero {
  position: relative;
  padding: 92px 0 76px;
  background:
    radial-gradient(90% 120% at 85% 0%, rgba(201, 162, 75, 0.16), transparent 55%),
    linear-gradient(160deg, #0e0e12 0%, #09090b 100%);
  border-bottom: 1px solid var(--line);
}
[dir="rtl"] .lp-hero { background-position: 15% 0%, 0 0; }
.breadcrumb { color: var(--faint); font-size: 0.8rem; margin-bottom: 14px; }
.breadcrumb a { color: var(--gold-light); }
.breadcrumb a:hover { color: var(--gold-light); }
.lp-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); max-width: 900px; }
.lp-hero-text { color: #cfc8ba; max-width: 760px; font-size: 1.06rem; margin: 18px 0 30px; }
.lp-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.lp-col { display: grid; grid-template-columns: 0.9fr 1.6fr; gap: 48px; align-items: start; }
.lp-article-head { position: sticky; top: 110px; }
.lp-article .entry-content { color: #dcd6c9; }
.lp-article .entry-content p { margin: 0 0 1.2em; }
.lp-article .entry-content h2, .lp-article .entry-content h3 { margin-top: 1.4em; }
.lp-article .entry-content ul { padding-inline-start: 20px; }
.lp-article .entry-content li { margin-bottom: 0.4em; }

.lp-dest { padding: 84px 0; background: #0d0d11; }
.lp-dest h2 { max-width: 780px; }
.lp-dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0;
}
.lp-dest-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 16px 18px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 600;
  transition: all 0.2s;
}
.lp-dest-link::after { content: "→"; color: var(--gold); transition: transform 0.2s; }
[dir="rtl"] .lp-dest-link::after { content: "←"; }
.lp-dest-link:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
.lp-dest-link:hover::after { transform: translateX(-4px); }
[dir="rtl"] .lp-dest-link:hover::after { transform: translateX(4px); }

.lp-cta-band {
  padding: 84px 0;
  background:
    radial-gradient(80% 140% at 50% -20%, rgba(201, 162, 75, 0.2), transparent 60%),
    linear-gradient(180deg, #0b0b0d 0%, #101014 100%);
  text-align: center;
  border-block: 1px solid var(--line);
}
.lp-cta-band h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.lp-cta-band p { color: var(--muted); max-width: 640px; margin: 0 auto 30px; }

.lp-benefit-grid .card { text-align: center; }

.lp-why { background: #0c0c10; }
.lp-why-media { position: relative; padding: 26px 26px 0 0; }
[dir="rtl"] .lp-why-media { padding: 26px 0 0 26px; }
.lp-why-media img {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.lp-why-media img + img {
  width: 58%;
  margin: -90px 0 40px auto;
  border: 4px solid #0c0c10;
  position: relative;
  z-index: 2;
}
[dir="rtl"] .lp-why-media img + img { margin: -90px auto 40px 0; }
.lp-why-body p { color: #d8d2c5; margin-bottom: 1.1em; }
.lp-why-body strong { color: var(--gold-light); }

.lp-faq .lp-faq-list { margin-top: 26px; }
.lp-faq-item {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.lp-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 0.2s;
}
.lp-faq-item[open] summary::after { transform: rotate(45deg); }
.lp-faq-item p { margin: 0; padding: 0 22px 20px; color: var(--muted); font-size: 0.96rem; }

/* ------------------------------------------------ footer */
.ct-footer {
  background: #070709;
  border-top: 1px solid rgba(201, 162, 75, 0.16);
  padding: 64px 0 40px;
}
.ct-footer .cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 44px;
}
.ct-footer h4 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 18px;
}
.ct-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ct-footer ul a, .ct-footer ul li { color: var(--muted); font-size: 0.92rem; }
.ct-footer ul a:hover { color: var(--gold-light); }
.ct-footer .brand .mark {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--grad-gold);
  color: #0b0b0d;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.ct-footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--faint);
  font-size: 0.84rem;
}
.ct-footer .bottom a { color: var(--gold-light); }

/* ------------------------------------------------ mobile app bar (PWA) */
.av-appbar {
  display: none;
}
@media (max-width: 760px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
  .av-appbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 80;
    background: rgba(10, 10, 13, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(201, 162, 75, 0.3);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
  }
  .av-appbar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 9px 4px 7px;
    color: var(--muted);
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
  .av-appbar__ic { font-size: 1.25rem; line-height: 1; }
  .av-appbar__item.is-active, .av-appbar__item:hover { color: var(--gold-light); }
}

/* ------------------------------------------------ install banner */
.av-install {
  position: fixed;
  left: 50%;
  bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  transform: translate(-50%, 140%);
  z-index: 90;
  width: min(430px, calc(100vw - 32px));
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 16px;
  transition: transform 0.35s ease;
}
.av-install.is-open { transform: translate(-50%, 0); }
@media (min-width: 761px) {
  .av-install { bottom: 24px; }
}
.av-install__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
}
[dir="rtl"] .av-install__close { right: auto; left: 10px; }
.av-install__body { display: flex; align-items: center; gap: 12px; }
.av-install__mark {
  width: 44px; height: 44px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--grad-gold);
  color: #0b0b0d;
  font-family: var(--serif);
  font-weight: 700;
}
.av-install__body > div { flex: 1; min-width: 0; }
.av-install__body strong { display: block; font-family: var(--serif); font-size: 1.15rem; }
.av-install__sub { color: var(--muted); font-size: 0.8rem; }
.av-install__cta { padding: 10px 18px; font-size: 0.8rem; flex: none; }

/* ------------------------------------------------ mobile nav drawer */
@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .ct-nav {
    position: fixed;
    top: 0; right: 0;
    height: 100dvh;
    width: min(84vw, 360px);
    background: #0d0d11;
    border-left: 1px solid var(--line);
    padding: 90px 26px 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 6px;
    transform: translateX(102%);
    transition: transform 0.3s ease, visibility 0s 0.3s;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.6);
  }
  .ct-header.nav-open .ct-nav { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .ct-nav .menu { flex-direction: column; align-items: stretch; gap: 2px; }
  .ct-nav .menu a { padding: 13px 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); font-size: 1.02rem; }
  .ct-nav .ct-btn { margin: 14px 0 0; text-align: center; }
  .ct-nav .sub-menu {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: none;
    display: block;
    width: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 14px;
    border: none;
    background: transparent;
    box-shadow: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.35s ease;
  }
  .ct-nav .menu-item-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 2400px;
    margin: 0 0 8px 14px;
  }
  .ct-nav .menu-item-open > .menu-link::after { transform: rotate(-135deg) translateY(2px); }
  .ct-nav .group-links {
    position: static;
    transform: none;
    display: block;
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .ct-nav .sub-label { padding: 12px 8px 4px; white-space: normal; }
  .ct-nav .sub-menu a, .ct-nav .group-links a {
    padding: 9px 8px;
    font-size: 0.92rem;
    font-weight: 500;
    white-space: normal;
  }
  .ct-nav .menu-item-mega .group { padding-inline-end: 0; }
  [dir="rtl"] .ct-nav { left: 0; right: auto; border-left: none; border-right: 1px solid var(--line); transform: translateX(-102%); visibility: hidden; box-shadow: 20px 0 60px rgba(0, 0, 0, 0.6); }
  [dir="rtl"] .ct-header.nav-open .ct-nav { transform: translateX(0); visibility: visible; transition-delay: 0s; }
}

/* ------------------------------------------------ responsive grids */
@media (max-width: 980px) {
  .g4 { grid-template-columns: repeat(2, 1fr); }
  .ct-footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .g3 { grid-template-columns: repeat(2, 1fr); }
  .lp-col { grid-template-columns: 1fr; gap: 28px; }
  .lp-article-head { position: static; }
  .lp-dest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .g3, .g4 { grid-template-columns: 1fr; }
  .lv-row-2, .av-row-2 { grid-template-columns: 1fr; }
  .av-booking { padding: 22px 18px; }
  .lp-dest-grid { grid-template-columns: 1fr; }
  .ct-footer .cols { grid-template-columns: 1fr; gap: 26px; }
  .hero .inner { padding-top: 96px; }
  .lp-hero { padding: 64px 0 52px; }
  .section { padding: 60px 0; }
  .stats { gap: 18px; }
  .stat b { font-size: 1.6rem; }
  .ct-toolbar .wrap { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}