/* ============================================================
   דורון טראוול — Production site (matches original brand)
   Palette: navy + gold + white. Clean. Commercial. RTL Hebrew.
   ============================================================ */

:root {
  --navy:       #040b1d;
  --navy-soft:  #1a2541;
  --navy-deep:  #020611;
  --gold:       #a38744;
  --gold-2:     #c1a663;
  --gold-d:     #8a7138;
  --bg:         #ffffff;
  --bg-soft:    #f7f6f1;
  --bg-warm:    #fbf8f1;
  --ink:        #14181f;
  --ink-soft:   #3b4150;
  --ink-mute:   #6b7280;
  --rule:       #e6e3d8;
  --rule-2:     #ecead8;
  --ok:         #2f7d4a;
  --warn:       #c63b1f;

  --shadow-1: 0 1px 2px rgba(4,11,29,.05), 0 8px 24px rgba(4,11,29,.08);
  --shadow-2: 0 2px 8px rgba(4,11,29,.06), 0 24px 56px rgba(4,11,29,.14);
  --shadow-gold: 0 6px 20px rgba(163,135,68,.25);

  --f-display: "Frank Ruhl Libre", "Times New Roman", serif;
  --f-body:    "Heebo", "Noto Sans Hebrew", -apple-system, system-ui, sans-serif;

  --container: 1240px;
  --container-narrow: 880px;
}

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
}

img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
input, textarea, select, button { font-family: inherit; }
h1,h2,h3,h4,h5,h6 { font-family: var(--f-display); font-weight: 700; color: var(--navy); margin: 0 0 .5em; letter-spacing: -.01em; line-height: 1.2; }
p { margin: 0 0 1em; }
::selection { background: var(--gold); color: var(--navy); }

/* Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; }
.container--narrow { max-width: var(--container-narrow); }

.eyebrow {
  font-family: var(--f-body);
  font-weight: 600;
  letter-spacing: .18em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}
.eyebrow--single::before { display: none; }
.eyebrow--single::after { display: none; }
.eyebrow--light { color: var(--gold-2); }

.section-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  letter-spacing: -.02em;
  line-height: 1.12;
  margin: 12px 0 16px;
  color: var(--navy);
}
.section-intro { max-width: 640px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; font-weight: 300; }

/* Buttons — refined, premium */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1;
  letter-spacing: .04em;
  border: 1.5px solid transparent;
  transition: transform .35s cubic-bezier(.2,.6,.2,1), background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease, letter-spacing .35s ease;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn--sm  { padding: 10px 20px; font-size: 12px; }
.btn--lg  { padding: 18px 40px; font-size: 14px; letter-spacing: .06em; }

.btn--gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 4px 14px rgba(163,135,68,.28);
}
.btn--gold:hover { background: var(--gold-d); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(163,135,68,.42); letter-spacing: .07em; }

.btn--navy {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 14px rgba(4,11,29,.18);
}
.btn--navy:hover { background: var(--navy-soft); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(4,11,29,.28); letter-spacing: .07em; }

.btn--ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn--ghost:hover { background: var(--navy); color: #fff; letter-spacing: .07em; }

.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1faa53; }

.i-whatsapp { width: 18px; height: 18px; display: inline-block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M.057 24l1.687-6.163a11.867 11.867 0 0 1-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.82 11.82 0 0 1 8.41 3.488 11.82 11.82 0 0 1 3.48 8.413c-.003 6.555-5.338 11.892-11.893 11.892a11.9 11.9 0 0 1-5.687-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 0 0 1.51 5.26l.601.954-1.001 3.654 3.379-.885zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.149-.173.198-.297.298-.495.099-.198.05-.372-.025-.521-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M.057 24l1.687-6.163a11.867 11.867 0 0 1-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.82 11.82 0 0 1 8.41 3.488 11.82 11.82 0 0 1 3.48 8.413c-.003 6.555-5.338 11.892-11.893 11.892a11.9 11.9 0 0 1-5.687-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 0 0 1.51 5.26l.601.954-1.001 3.654 3.379-.885zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.149-.173.198-.297.298-.495.099-.198.05-.372-.025-.521-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413z'/></svg>") center/contain no-repeat;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  background: #fff;
  border-bottom-color: var(--rule);
  box-shadow: 0 4px 18px rgba(4,11,29,.05);
}
.header-bar {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo { height: 58px; width: auto; }

.primary-nav ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 4px; align-items: center; justify-content: center;
}
.primary-nav a {
  position: relative;
  display: inline-block;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  transition: color .2s ease;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .3s ease;
}
.primary-nav a:hover { color: var(--gold-d); }
.primary-nav a:hover::after, .primary-nav a.active::after { width: 22px; }

.header-cta { display: inline-flex; align-items: center; gap: 10px; }

.hamburger {
  display: none;
  background: transparent;
  border: 1px solid var(--navy);
  border-radius: 50%;
  width: 44px; height: 44px;
  padding: 0;
  position: relative;
  z-index: 200;
}
.hamburger span {
  position: absolute;
  right: 50%;
  width: 20px;
  height: 1.6px;
  background: var(--navy);
  transition: transform .3s ease, top .3s ease, opacity .2s ease;
  transform: translateX(50%);
}
.hamburger span:nth-child(1) { top: 14px; }
.hamburger span:nth-child(2) { top: 20px; }
.hamburger span:nth-child(3) { top: 26px; }
.hamburger.is-open span:nth-child(1) { top: 20px; transform: translateX(50%) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { top: 20px; transform: translateX(50%) rotate(-45deg); }

/* Hero — refined cinematic, premium */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy) var(--hero-poster, none) center/cover no-repeat;
}
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(108%) contrast(102%);
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(4,11,29,.4) 0%, rgba(4,11,29,.5) 50%, rgba(4,11,29,.88) 100%),
    radial-gradient(ellipse at center, transparent 0%, rgba(4,11,29,.25) 100%);
  z-index: 1;
}
.hero__overlay::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--navy));
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  padding: 120px 0 100px;
  width: 100%;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--gold-2);
  letter-spacing: .32em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp .9s .15s ease-out forwards;
}
.hero__eyebrow::before, .hero__eyebrow::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold);
  opacity: .55;
}
.hero__title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.025em;
  color: #fff;
  margin: 0 0 26px;
  opacity: 0;
  animation: fadeUp 1.1s .3s cubic-bezier(.2,.6,.2,1) forwards;
}
.hero__sub {
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  max-width: 640px;
  margin: 0 auto 44px;
  color: rgba(255,255,255,.85);
  font-weight: 300;
  line-height: 1.7;
  opacity: 0;
  animation: fadeUp 1.1s .45s cubic-bezier(.2,.6,.2,1) forwards;
}
.hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 1.1s .6s cubic-bezier(.2,.6,.2,1) forwards; }
.hero__scroll-cue {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 10px;
  letter-spacing: .3em;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 1.2s 1.2s ease-out forwards;
}
.hero__scroll-cue::after {
  content: "";
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, var(--gold-2), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; transform: scaleY(.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Section base */
.section { padding: 110px 0; position: relative; }
.section--tight { padding: 70px 0; }
.section--soft { background: var(--bg-soft); }
.section--warm { background: var(--bg-warm); }
.section--navy { background: var(--navy); color: #fff; position: relative; }
.section--navy::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: .6;
}
.section--navy .section-title, .section--navy .eyebrow { color: #fff; }
.section--navy .eyebrow { color: var(--gold-2); }

/* Decorative section divider — gold dot pair */
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container);
}
.section-divider::before, .section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rule));
  max-width: 240px;
}
.section-divider::after { background: linear-gradient(90deg, var(--rule), transparent); }
.section-divider__mark {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: relative;
}
.section-divider__mark::before, .section-divider__mark::after {
  content: "";
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  opacity: .45;
}
.section-divider__mark::before { right: 18px; }
.section-divider__mark::after  { left: 18px; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}
.section-head--center { grid-template-columns: 1fr; text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
@media (max-width: 880px) { .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; } }

/* Category tiles (3-up photo doors) */
.cat-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cat-tile {
  position: relative;
  display: block;
  aspect-ratio: 4/5;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--navy);
  text-decoration: none;
  isolation: isolate;
  transition: transform .5s cubic-bezier(.2,.6,.2,1), box-shadow .5s ease;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
}
.cat-tile:hover { transform: translateY(-8px); box-shadow: 0 0 16px 0 rgba(0,0,0,.12), 0 28px 56px rgba(4,11,29,.22); }
.cat-tile:hover .cat-tile__bg { filter: saturate(118%) brightness(1.04); }
.cat-tile__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.6s cubic-bezier(.2,.6,.2,1), filter .8s ease;
  z-index: -2;
  filter: saturate(108%) contrast(102%);
}
.cat-tile:hover .cat-tile__bg { transform: scale(1.08); }
.cat-tile__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(4,11,29,.1) 30%, rgba(4,11,29,.72) 75%, rgba(4,11,29,.92) 100%);
  z-index: 1;
}
.cat-tile__label {
  position: absolute;
  inset: auto 28px 60px 28px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  color: #fff;
  z-index: 2;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  width: max-content;
  max-width: calc(100% - 56px);
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.cat-tile__desc {
  position: absolute;
  inset: auto 28px 26px 28px;
  font-family: var(--f-body);
  font-size: .92rem;
  color: rgba(255,255,255,.85);
  z-index: 2;
  font-weight: 500;
  letter-spacing: .01em;
}
.cat-tile__count {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
@media (max-width: 880px) {
  .cat-tiles { grid-template-columns: 1fr; gap: 16px; }
  .cat-tile { aspect-ratio: 16/10; }
  .cat-tile__label { font-size: 1.5rem; bottom: 56px; }
}

/* About strip — 2-col home block */
.about-strip__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-strip__media {
  position: relative;
}
.about-strip__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 30px 60px -25px rgba(4,11,29,.35);
}
.about-strip__media::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  pointer-events: none;
  z-index: -1;
  opacity: .6;
}
.about-strip__copy h2 { margin: 10px 0 20px; }
.about-strip__copy p { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.8; margin: 0 0 28px; max-width: 50ch; font-weight: 300; }
@media (max-width: 880px) { .about-strip__grid { grid-template-columns: 1fr; gap: 28px; } }

/* Trust pillars (4-up icon row) */
.pillars-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  padding: 70px 0;
  border-block: 1px solid var(--rule);
}
.pillar-item { text-align: center; padding: 0 16px; }
.pillar-item__icon {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--bg-warm), #fff);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-d);
  box-shadow: 0 4px 14px rgba(163,135,68,.18);
  transition: transform .4s ease, box-shadow .4s ease;
}
.pillar-item:hover .pillar-item__icon { transform: scale(1.06); box-shadow: 0 8px 24px rgba(163,135,68,.32); }
.pillar-item__icon svg { width: 28px; height: 28px; }
.pillar-item h4 {
  font-family: var(--f-display);
  font-size: 1.12rem;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.005em;
}
.pillar-item p { font-size: .92rem; color: var(--ink-mute); line-height: 1.6; margin: 0; font-weight: 400; }
@media (max-width: 880px) { .pillars-row { grid-template-columns: repeat(2,1fr); gap: 30px 18px; } }

/* Tour cards — title overlay + corner ribbon + bright price */
.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}
.tour-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.07);
  transition: transform .5s cubic-bezier(.2,.6,.2,1), box-shadow .5s ease;
}
.tour-card:hover { transform: translateY(-8px); box-shadow: 0 0 16px 0 rgba(0,0,0,.12), 0 18px 36px rgba(4,11,29,.12); }
.tour-card:hover .tour-card__media img { transform: scale(1.08); filter: saturate(115%) brightness(1.02); }
.tour-card .tour-card__media img { transition: transform 1.1s cubic-bezier(.2,.6,.2,1), filter .6s ease; }
.tour-card__link { color: inherit; display: flex; flex-direction: column; height: 100%; text-decoration: none; }

.tour-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--navy);
}
.tour-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.6,.2,1);
}
.tour-card:hover .tour-card__media img { transform: scale(1.08); }
.tour-card__media--empty {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
}
.tour-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,11,29,.0) 25%, rgba(4,11,29,.55) 65%, rgba(4,11,29,.88) 100%);
  pointer-events: none;
}

/* Corner ribbon (kosher / passover) */
.tour-card__ribbon {
  position: absolute;
  top: 22px;
  right: -50px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  padding: 7px 60px;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
  z-index: 3;
}

/* Title over image */
.tour-card__title-wrap {
  position: absolute;
  inset: auto 22px 20px 22px;
  z-index: 2;
}
.tour-card__title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.tour-card__status {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--gold-2);
  letter-spacing: .04em;
}

/* Body under image */
.tour-card__body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
.tour-card__meta {
  font-family: var(--f-body);
  color: var(--ink);
  font-size: 15px;
}
.tour-card__meta strong {
  font-weight: 700;
  color: var(--navy);
}
.tour-card__dates {
  color: var(--ink-mute);
  font-weight: 500;
  margin-inline-start: 4px;
  direction: ltr;
  display: inline-block;
}
.tour-card__guide {
  font-size: 13px;
  color: var(--ink-mute);
  font-weight: 500;
}
.tour-card__price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.tour-card__amount {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--gold-d);
  letter-spacing: -.01em;
  line-height: 1;
}
.tour-card__price-note {
  font-family: var(--f-body);
  font-size: 13px;
  color: var(--ink-mute);
  font-weight: 500;
}

/* Tour Detail */
.tour-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 60vh;
}
.tour-hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.tour-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,11,29,.25) 0%, rgba(4,11,29,.78) 100%);
}
.tour-hero__inner {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  color: #fff;
  width: 100%;
}
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.75);
  margin-bottom: 18px;
}
.breadcrumb a { color: rgba(255,255,255,.9); transition: color .2s ease; }
.breadcrumb a:hover { color: var(--gold-2); }
.breadcrumb span { opacity: .55; }

.tour-hero__title {
  font-family: var(--f-display);
  font-weight: 700;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -.015em;
}
.tour-hero__meta {
  display: flex; flex-wrap: wrap; gap: 18px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  margin-bottom: 24px;
}
.tour-hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.tour-hero__meta span::before { content: ""; width: 5px; height: 5px; background: var(--gold-2); border-radius: 50%; }
.tour-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 24px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 4px;
  direction: ltr;
}
.tour-hero__price .amount {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.tour-hero__price .label {
  font-family: var(--f-body);
  font-size: 12px;
  color: var(--navy-soft);
  direction: rtl;
}

.tour-body { padding: 70px 0; }
.tour-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}
.tour-content > * + * { margin-top: 28px; }
.tour-content h2 {
  font-family: var(--f-display);
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 44px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.tour-content h3 { font-size: 1.2rem; margin-top: 24px; }
.tour-content .day-heading {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 4px;
  margin: 28px 0 8px;
  border: 0;
}
.rich-text { color: var(--ink-soft); font-size: 1rem; line-height: 1.85; }
.rich-text p { margin: 0 0 1em; }
.rich-text ul, .rich-text ol { padding-inline-start: 22px; }
.rich-text li { margin-bottom: 6px; }
.rich-text a { color: var(--gold-d); text-decoration: underline; text-underline-offset: 3px; }
.rich-text img { border-radius: 4px; margin: 14px 0; }
.rich-text strong { color: var(--navy); font-weight: 700; }

.tour-aside {
  position: sticky;
  top: 90px;
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 28px;
}
.tour-aside h4 {
  font-family: var(--f-display);
  font-size: 1.05rem;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}
.tour-aside .meta-list { list-style: none; padding: 0; margin: 0 0 22px; font-size: 14px; }
.tour-aside .meta-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--rule);
}
.tour-aside .meta-list li:last-child { border-bottom: 0; }
.tour-aside .meta-list .lbl { color: var(--ink-mute); font-weight: 500; }
.tour-aside .meta-list .val { color: var(--navy); font-weight: 600; }
.tour-aside .btn { width: 100%; margin-bottom: 8px; }

.incl-excl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0;
}
.incl-excl > div {
  background: var(--bg-warm);
  padding: 24px 26px;
  border-radius: 6px;
  border: 1px solid var(--rule);
}
.incl-excl h3 {
  font-size: 1.05rem;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  gap: 8px;
}
.incl h3::before { content: "✓"; color: var(--ok); font-weight: 700; }
.excl h3::before { content: "✕"; color: var(--warn); font-weight: 700; }
.incl-excl ul { padding-inline-start: 18px; margin: 0; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  cursor: zoom-in;
  transition: transform .3s ease;
}
.gallery img:hover { transform: scale(1.02); }

/* Tour CTA (under every tour) */
.tour-cta {
  margin-top: 50px;
  background: var(--navy);
  color: #fff;
  padding: 44px 40px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tour-cta::before {
  content: "";
  position: absolute;
  inset: auto auto -200px -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle at center, rgba(163,135,68,.4), transparent 60%);
  pointer-events: none;
}
.tour-cta h3 {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: #fff;
  margin: 0 0 8px;
  position: relative; z-index: 1;
}
.tour-cta p { color: rgba(255,255,255,.8); margin: 0; font-size: .95rem; position: relative; z-index: 1; }
.tour-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; position: relative; z-index: 1; }
.tour-cta .btn--ghost { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.tour-cta .btn--ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
@media (max-width: 880px) {
  .tour-cta { grid-template-columns: 1fr; padding: 32px 24px; text-align: center; }
  .tour-cta__actions { justify-content: center; }
}

/* Trust strip / numbers (no italic anywhere) */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 40px 0;
  border-block: 1px solid var(--rule);
}
.pillar { padding: 6px 24px; text-align: center; border-inline-start: 1px solid var(--rule); }
.pillar:first-child { border-inline-start: 0; }
.pillar__num {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--gold-d);
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.pillar__label {
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 880px) {
  .pillars { grid-template-columns: repeat(2, 1fr); padding: 24px 0; }
  .pillar { padding: 18px 12px; border-inline-start: 0; border-top: 1px solid var(--rule); }
  .pillar:first-child, .pillar:nth-child(2) { border-top: 0; }
}

/* ── Testimonials page ──────────────────────────────── */

/* Hero */
.testim-hero {
  padding: 100px 0 70px;
  text-align: center;
  background: linear-gradient(170deg, var(--navy) 0%, #081424 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.testim-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% -10%, rgba(163,135,68,.18) 0%, transparent 70%);
  pointer-events: none;
}
.testim-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.2;
  margin: 12px 0 16px;
  color: #fff;
}
.testim-hero__sub {
  color: rgba(255,255,255,.65);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto 48px;
}
.testim-hero__stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.testim-stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.testim-stat__num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.testim-stat__lbl { font-size: .8rem; color: rgba(255,255,255,.5); letter-spacing: .06em; }

/* Divider */
.testim-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  color: var(--gold);
}
.testim-divider span {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .4;
}
.testim-divider svg { width: 20px; height: 20px; opacity: .7; }

/* Video section */
.testim-videos-section { background: var(--bg-soft); }
.testim-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.testim-video-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 8px 32px rgba(4,11,29,.18);
  border: 1px solid rgba(163,135,68,.15);
  transition: transform .4s cubic-bezier(.2,.6,.2,1), box-shadow .4s ease;
}
.testim-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(4,11,29,.28), 0 0 0 1px rgba(163,135,68,.3);
}
.testim-video-card__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.testim-video-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 960px) { .testim-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .testim-video-grid { grid-template-columns: 1fr; } }

/* Photo grid */
.testim-photos-section { background: #fff; }
.testim-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 44px;
}
.testim-photo-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg-soft);
  box-shadow: 0 2px 12px rgba(4,11,29,.08);
  cursor: zoom-in;
  transition: transform .45s cubic-bezier(.2,.6,.2,1), box-shadow .45s ease;
}
.testim-photo-card:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 16px 40px rgba(4,11,29,.15), 0 0 0 2px var(--gold);
}
.testim-photo-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter .5s ease;
}
.testim-photo-card:hover img { filter: brightness(1.03); }
.testim-photo-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(4,11,29,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.testim-photo-card:hover .testim-photo-card__overlay { opacity: 1; }
.testim-photo-card__overlay svg { width: 32px; height: 32px; color: #fff; }

@media (max-width: 880px) { .testim-photo-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }
@media (max-width: 540px) { .testim-photo-grid { grid-template-columns: 1fr; } }

/* Legacy classes — keep for home page strip */
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 24px; margin-top: 40px; }
.testim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.testim-card { display: block; overflow: hidden; border-radius: 6px; background: var(--bg-soft); box-shadow: 0 0 16px 0 rgba(0,0,0,.07); transition: transform .5s cubic-bezier(.2,.6,.2,1), box-shadow .5s ease; cursor: zoom-in; }
.testim-card:hover { transform: translateY(-6px); box-shadow: 0 0 16px 0 rgba(0,0,0,.12), 0 18px 36px rgba(4,11,29,.14); }
.testim-card img { width: 100%; height: auto; display: block; }
.t-photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 40px; }
.t-photo { display: block; aspect-ratio: 3/4; overflow: hidden; border-radius: 4px; box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); transition: transform .4s ease; cursor: zoom-in; }
.t-photo:hover { transform: translateY(-5px); }
.t-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 880px) { .t-photos { grid-template-columns: 1fr 1fr; } }

/* About page */
.about-hero-strip {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-hero-strip__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.about-hero-strip__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,11,29,.5), rgba(4,11,29,.8));
  z-index: 1;
}
.about-hero-strip__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 80px 0;
  width: 100%;
}
.about-hero-strip__inner h1 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  color: #fff;
  margin: 14px 0;
  line-height: 1.1;
}
.about-hero-strip__inner p { color: rgba(255,255,255,.9); max-width: 640px; margin: 0 auto; }

.about-story {
  padding: 80px 0;
}
.about-story__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}
.about-story__media img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 16px 40px -20px rgba(4,11,29,.25);
}
.about-story__text h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 8px 0 18px; }
.about-story__text p { color: var(--ink-soft); font-size: 1.02rem; line-height: 1.8; margin: 0 0 16px; }
.about-story__text p.lead { font-size: 1.12rem; color: var(--navy); }
.about-quote {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--navy);
  border-inline-start: 3px solid var(--gold);
  padding: 4px 22px;
  margin: 30px 0;
  line-height: 1.4;
}
@media (max-width: 880px) { .about-story__grid { grid-template-columns: 1fr; gap: 30px; } }

/* Video section */
.video-section { padding: 70px 0; background: var(--bg-soft); }
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-2);
}
.video-frame iframe { width: 100%; height: 100%; border: 0; position: absolute; inset: 0; }
.video-frame--placeholder {
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6);
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 30px;
}

/* Offices block */
.offices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.office {
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 24px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.office:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); }
.office__flag { font-size: 1.8rem; margin-bottom: 10px; }
.office h3 { font-family: var(--f-display); font-size: 1.15rem; margin: 0 0 8px; color: var(--navy); }
.office p { font-size: .92rem; color: var(--ink-soft); margin: 0 0 12px; }
.office a { color: var(--gold-d); font-weight: 600; font-size: .95rem; }
.office--partner { background: var(--navy); color: #fff; }
.office--partner h3 { color: #fff; }
.office--partner p { color: rgba(255,255,255,.8); }
.office--partner a { color: var(--gold-2); }
.office--partner strong { color: var(--gold); }
@media (max-width: 880px) { .offices { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  padding: 70px 0;
  align-items: start;
}
.contact-info > * + * { margin-top: 16px; }
.contact-info h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 12px 0 18px; line-height: 1.1; }
.contact-info dl { display: grid; grid-template-columns: 120px 1fr; gap: 10px 16px; margin: 26px 0; font-size: 14px; }
.contact-info dt { color: var(--ink-mute); font-weight: 500; }
.contact-info dd { margin: 0; color: var(--navy); }
.contact-form {
  background: var(--bg-warm);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 36px;
}
.contact-form .field { display: block; margin-bottom: 16px; }
.contact-form label { display: block; font-size: 12px; color: var(--ink-mute); margin-bottom: 5px; letter-spacing: .04em; font-weight: 600; text-transform: uppercase; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  transition: border-color .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-color: var(--gold); }
.contact-form textarea { min-height: 130px; resize: vertical; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 30px; } }

/* Category listing */
.cat-hero {
  background: var(--navy);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.cat-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 12px 0; color: #fff; }
.cat-hero p { font-size: 1.02rem; color: rgba(255,255,255,.85); max-width: 60ch; margin: 0 auto; }
.cat-hero .eyebrow { color: var(--gold-2); }

/* Legal pages */
.page-hero {
  padding: 80px 0 40px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 40px;
  text-align: center;
}
.page-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); margin: 0; }
.page-hero p { color: var(--ink-soft); font-size: 1rem; margin: 12px 0 0; max-width: 60ch; margin-left: auto; margin-right: auto; }
.legal { padding-bottom: 80px; }
.legal .rich-text { max-width: 720px; margin: 0 auto; }
.legal h2 { font-family: var(--f-display); font-size: 1.3rem; margin: 30px 0 10px; padding-top: 14px; border-top: 1px solid var(--rule); }

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 28px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 6px;
  overflow: hidden;
  display: block;
  transition: transform .3s ease, box-shadow .3s ease;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-1); }
.blog-card__media { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.04); }
.blog-card__body { padding: 18px 22px 22px; }
.blog-card__title { font-family: var(--f-display); font-size: 1.2rem; line-height: 1.3; margin: 0 0 8px; color: var(--navy); }
.blog-post { padding: 80px 0; max-width: 740px; margin: 0 auto; }
.blog-post__hero { aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; margin: 20px 0 40px; }
.blog-post__hero img { width: 100%; height: 100%; object-fit: cover; }
.blog-post h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); line-height: 1.15; margin: 0; }
.blog-post .rich-text { font-size: 1.05rem; line-height: 1.85; color: var(--ink-soft); }
.blog-post .rich-text h2 { font-family: var(--f-display); font-size: 1.5rem; margin: 30px 0 10px; color: var(--navy); }

/* 404 */
.error-page { padding: 140px 0 100px; text-align: center; }
.error-page__num { font-family: var(--f-display); font-weight: 700; font-size: 7rem; color: var(--gold); line-height: 1; margin-bottom: 12px; }
.error-page h1 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); margin: 0 0 12px; }
.error-page p { color: var(--ink-soft); margin-bottom: 28px; }

/* Footer */
.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 70px 0 24px;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-grid h4 {
  color: var(--gold-2);
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 14px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 7px; }
.footer-grid a { color: rgba(255,255,255,.75); transition: color .2s ease; font-size: 14px; }
.footer-grid a:hover { color: var(--gold-2); }
.footer-brand img { height: 60px; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { color: rgba(255,255,255,.7); font-size: 14px; max-width: 36ch; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.social-links a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 56px; height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(37,211,102,.4);
  z-index: 90;
  transition: transform .3s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float .i-whatsapp { width: 28px; height: 28px; }

/* Flash */
.flash-wrap { padding: 14px 24px 0; max-width: var(--container); margin: 0 auto; }
.flash { padding: 12px 16px; border-radius: 4px; font-size: 14px; margin-bottom: 8px; }
.flash--success { background: #e6f3ec; color: #1c5132; border: 1px solid #c5e2d2; }
.flash--error   { background: #f9e6e2; color: #7d2417; border: 1px solid #eccac1; }

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  left: 16px;
  max-width: 440px;
  margin-left: auto;
  background: var(--navy);
  color: #fff;
  padding: 16px 20px;
  border-radius: 6px;
  z-index: 95;
  box-shadow: var(--shadow-2);
  font-size: 13px;
  display: none;
}
.cookie-banner.is-open { display: block; }

/* Reveal — Elementor-style staggered entrance */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s cubic-bezier(.16,.84,.32,1), transform 1s cubic-bezier(.16,.84,.32,1);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }
.reveal--zoom { transform: scale(.94); }
.reveal--zoom.is-in { transform: scale(1); }
.reveal--right { transform: translateX(40px); }
.reveal--right.is-in { transform: translateX(0); }

/* Stagger child delays (when parent has .reveal-group) */
.reveal-group .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-group .reveal:nth-child(2) { transition-delay: .12s; }
.reveal-group .reveal:nth-child(3) { transition-delay: .24s; }
.reveal-group .reveal:nth-child(4) { transition-delay: .36s; }
.reveal-group .reveal:nth-child(5) { transition-delay: .48s; }
.reveal-group .reveal:nth-child(6) { transition-delay: .60s; }

/* FAQ */
.faq { padding: 70px 0; }
.faq-list { margin-top: 30px; max-width: 880px; margin-left: auto; margin-right: auto; }
.faq-item { border-bottom: 1px solid var(--rule); padding: 20px 0; }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--gold);
  font-weight: 400;
  transition: transform .3s ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item__answer { color: var(--ink-soft); padding: 14px 0 4px; font-size: .98rem; line-height: 1.7; }

/* Contact CTA */
.contact-cta {
  background: var(--navy);
  color: #fff;
  padding: 60px 0;
}
.contact-cta .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: center;
}
.contact-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.contact-cta .btn { justify-self: end; }
@media (max-width: 880px) {
  .contact-cta .container { grid-template-columns: 1fr; text-align: center; }
  .contact-cta .btn { justify-self: center; }
}

/* Responsive */
@media (max-width: 1024px) {
  .tour-layout { grid-template-columns: 1fr; }
  .tour-aside { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid .footer-col--social { grid-column: 1 / -1; }
}

/* Mobile nav — lives outside header to avoid backdrop-filter stacking context bug on iOS */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}
.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4,11,29,.55);
  opacity: 0;
  transition: opacity .3s ease;
}
.mobile-nav__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(85vw, 340px);
  background: var(--navy);
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  padding: 72px 28px 40px;
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(0,0,0,.35);
}
.mobile-nav.is-open { pointer-events: auto; }
.mobile-nav.is-open .mobile-nav__backdrop { opacity: 1; }
.mobile-nav.is-open .mobile-nav__panel { transform: translateX(0); }
.mobile-nav ul { list-style: none; padding: 0; margin: 0; flex: 1; }
.mobile-nav li { border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-nav a {
  display: block;
  font-family: var(--f-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  padding: 18px 0;
  text-decoration: none;
  transition: color .2s ease, padding-right .2s ease;
}
.mobile-nav a:hover { color: var(--gold); padding-right: 6px; }
.mobile-nav__cta { margin-top: 32px; width: 100%; justify-content: center; }

@media (max-width: 760px) {
  .mobile-nav { display: block; }
  .primary-nav { display: none !important; }

  .header-bar { padding: 12px 16px; }
  .brand__logo { height: 44px; }
  .hamburger { display: inline-flex; }
  .hamburger span { background: var(--navy); }
  .hamburger.is-open span { background: var(--navy); }
  .header-cta .btn { display: none; }
  body.menu-open { overflow: hidden; }

  .hero { min-height: 88vh; }
  .hero__video { display: block; }
  .hero__inner { padding: 90px 20px 60px; }
  .hero__title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .hero__sub { font-size: 1rem; line-height: 1.7; }
  .hero__cta { flex-direction: column; gap: 12px; }
  .hero__cta .btn { width: 100%; max-width: 300px; justify-content: center; }

  .section { padding: 48px 0; }
  .tours-grid { grid-template-columns: 1fr; gap: 20px; }
  .incl-excl { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .wa-float { bottom: 18px; left: 18px; width: 54px; height: 54px; }
  .wa-float .i-whatsapp { width: 26px; height: 26px; }
}

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