﻿:root {
  --filly-950: #1f252b;
  --filly-900: #2f363d;
  --filly-800: #3d4751;
  --filly-700: #4a5560;
  --filly-600: #5c6975;
  --filly-500: #7a8793;
  --filly-400: #9aa5af;
  --filly-200: #d5dbe1;
  --filly-100: #e8ecef;
  --filly-50: #f3f5f7;
  --orange-700: #c2410c;
  --orange-600: #ea580c;
  --orange-500: #f97316;
  --orange-400: #fb923c;
  --orange-100: #ffedd5;
  --white: #ffffff;
  --ink: #243038;
  --muted: #5f6b75;
  --line: rgba(47, 54, 61, 0.1);
  --shadow-soft: 0 10px 30px rgba(47, 54, 61, 0.08);
  --shadow-3d: 0 24px 60px rgba(47, 54, 61, 0.16), 0 2px 0 rgba(255,255,255,0.7) inset;
  --radius: 28px;
  --radius-sm: 18px;
  --font: "Vazirmatn", system-ui, sans-serif;
  --display: "Lalezar", "Vazirmatn", sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1000px 480px at 95% -5%, rgba(249, 115, 22, 0.16), transparent 55%),
    radial-gradient(800px 420px at -5% 25%, rgba(122, 135, 147, 0.2), transparent 50%),
    radial-gradient(600px 300px at 50% 85%, rgba(249, 115, 22, 0.06), transparent 60%),
    linear-gradient(180deg, #f7f8fa 0%, #e9eef2 42%, #f7f8fa 100%);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.55;
}
body::before {
  width: 42vw; height: 42vw; max-width: 520px; max-height: 520px;
  right: -8vw; top: 18vh;
  background: radial-gradient(circle, rgba(249,115,22,0.18), transparent 70%);
  animation: ambientFloat 14s ease-in-out infinite alternate;
}
body::after {
  width: 36vw; height: 36vw; max-width: 440px; max-height: 440px;
  left: -10vw; bottom: 10vh;
  background: radial-gradient(circle, rgba(90,105,118,0.16), transparent 70%);
  animation: ambientFloat 17s ease-in-out infinite alternate-reverse;
}
@keyframes ambientFloat {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(2%, -3%, 0) scale(1.08); }
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 0.55rem; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; right: 1rem; top: -4rem; background: var(--orange-600); color: #fff;
  padding: 0.7rem 1rem; border-radius: 999px; z-index: 100;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}
.narrow { width: min(720px, calc(100% - 2rem)); }

/* Header â€” floating glass */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 248, 250, 0.78);
  backdrop-filter: blur(20px) saturate(1.25);
  border-bottom: 1px solid rgba(255,255,255,0.55);
  box-shadow:
    0 10px 40px rgba(47,54,61,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset;
}
.header-top {
  background: linear-gradient(90deg, var(--filly-800), var(--filly-700) 55%, #5a4336);
  color: #fff; font-size: 0.84rem;
}
.header-top-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; min-height: 2.15rem;
}
.license-pill { margin: 0; font-weight: 700; color: var(--orange-100); }
.header-contacts { display: flex; align-items: center; gap: 0.6rem; }
.header-contacts a { color: #fff; opacity: 0.92; }
.header-contacts a:hover { color: var(--orange-400); }
.dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.45); }

.header-main-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 4.5rem; padding-block: 0.5rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 16px;
  display: grid; place-items: center; color: var(--orange-600);
  background: linear-gradient(145deg, #fff, var(--filly-100));
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--shadow-soft), 0 1px 0 #fff inset;
  transform: translateZ(20px);
}
.brand-name {
  font-family: var(--display); font-size: 1.55rem; line-height: 1; color: var(--filly-800);
}
.brand-sub { font-size: 0.78rem; color: var(--filly-500); font-weight: 500; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer;
  place-items: center; gap: 5px; padding: 0;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--filly-700); border-radius: 2px; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.primary-nav { display: flex; flex-direction: column; align-items: flex-end; gap: 0.45rem; }
.tour-nav { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: flex-end; }
.tour-nav-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.48rem 0.9rem; border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 8px 20px rgba(47,54,61,0.06);
  color: var(--filly-800); font-size: 0.86rem; font-weight: 700;
  transition: transform .22s, background .22s, color .22s, box-shadow .22s;
}
.tour-nav-btn:hover, .tour-nav-btn.is-active {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-700));
  color: #fff; border-color: transparent;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.28);
}
.meta-nav {
  display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: flex-end;
  font-size: 0.86rem; color: var(--filly-600);
}
.meta-nav a:hover, .meta-nav a.is-active { color: var(--orange-600); }
.nav-soon em {
  font-style: normal; font-size: 0.72rem; margin-right: 0.35rem;
  color: var(--orange-600); font-weight: 700;
}

/* Buttons — extruded 3D luxury */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 3.05rem; padding: 0.78rem 1.55rem; border-radius: 999px;
  border: 1px solid transparent; font-weight: 800; cursor: pointer;
  position: relative; isolation: isolate; overflow: hidden;
  letter-spacing: 0.01em;
  transform-style: preserve-3d;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.btn::before {
  content: ""; position: absolute; inset: 1px 1px auto; height: 48%;
  border-radius: 999px 999px 40% 40%;
  background: linear-gradient(180deg, rgba(255,255,255,0.45), transparent);
  pointer-events: none; z-index: 1;
}
.btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.35) 48%, transparent 62%);
  transform: translateX(-130%); transition: transform .55s ease;
  pointer-events: none; z-index: 2;
}
.btn:hover::after { transform: translateX(130%); }
.btn > * { position: relative; z-index: 3; }
.btn-primary, .btn-3d {
  background: linear-gradient(180deg, #fdba74 0%, #f97316 38%, #c2410c 100%);
  color: #fff; border-color: rgba(255,255,255,0.28); text-shadow: 0 1px 0 rgba(0,0,0,0.18);
  box-shadow: 0 1px 0 rgba(255,255,255,0.42) inset, 0 -3px 0 rgba(0,0,0,0.16) inset, 0 0 0 1px rgba(154,52,18,0.25), 0 11px 0 #9a3412, 0 18px 0 rgba(154,52,18,0.18), 0 26px 34px rgba(194,65,12,0.34);
}
.btn-primary:hover, .btn-3d:hover {
  transform: translateY(-4px); filter: brightness(1.05) saturate(1.05);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 -3px 0 rgba(0,0,0,0.16) inset, 0 0 0 1px rgba(154,52,18,0.28), 0 14px 0 #9a3412, 0 22px 0 rgba(154,52,18,0.2), 0 32px 40px rgba(194,65,12,0.4);
}
.btn-primary:active, .btn-3d:active, .btn-3d.is-pressed, .btn-primary.is-pressed {
  transform: translateY(7px); filter: brightness(0.98);
  box-shadow: 0 1px 0 rgba(255,255,255,0.28) inset, 0 3px 0 #9a3412, 0 10px 18px rgba(194,65,12,0.28);
}
.btn-3d-soft {
  background: linear-gradient(180deg, #ffffff 0%, #eef1f4 55%, #dde3e8 100%);
  color: var(--filly-800); border-color: rgba(255,255,255,0.95); text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff inset, 0 -2px 0 rgba(47,54,61,0.08) inset, 0 0 0 1px rgba(122,135,147,0.18), 0 9px 0 #9aa5af, 0 15px 0 rgba(122,135,147,0.2), 0 22px 30px rgba(47,54,61,0.16);
}
.btn-3d-soft:hover { transform: translateY(-4px); }
.btn-3d-soft:active, .btn-3d-soft.is-pressed { transform: translateY(6px); box-shadow: 0 1px 0 #fff inset, 0 3px 0 #9aa5af, 0 10px 16px rgba(47,54,61,0.14); }
.btn-3d-ghost, .btn-glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.08));
  border-color: rgba(255,255,255,0.45); color: #fff; backdrop-filter: blur(14px) saturate(1.15); text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 -2px 0 rgba(0,0,0,0.15) inset, 0 9px 0 rgba(31,37,43,0.38), 0 16px 0 rgba(31,37,43,0.16), 0 24px 32px rgba(0,0,0,0.28);
}
.btn-3d-ghost:hover, .btn-glass:hover { transform: translateY(-4px); }
.btn-3d-ghost:active, .btn-glass:active, .btn-3d-ghost.is-pressed, .btn-glass.is-pressed { transform: translateY(6px); box-shadow: 0 1px 0 rgba(255,255,255,0.28) inset, 0 3px 0 rgba(31,37,43,0.38), 0 10px 18px rgba(0,0,0,0.22); }
.btn-glass-dark, .btn-ghost-dark { background: linear-gradient(180deg, #fff, #e8ecef); border: 1px solid rgba(255,255,255,0.9); color: var(--filly-800); box-shadow: 0 1px 0 #fff inset, 0 8px 0 #c5ced6, 0 16px 24px rgba(47,54,61,0.12); }
.btn-ghost { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.35); color: #fff; }
.btn-sm { min-height: 2.4rem; padding: 0.45rem 1.05rem; font-size: 0.85rem; }
.btn-sm.btn-primary, .btn-sm.btn-3d { box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset, 0 7px 0 #9a3412, 0 14px 20px rgba(194,65,12,0.3); }
.btn-sm.btn-primary:active, .btn-sm.btn-3d:active { transform: translateY(4px); box-shadow: 0 2px 0 #9a3412, 0 8px 14px rgba(194,65,12,0.25); }
.btn-block { width: 100%; }
.text-link { color: var(--orange-600); font-weight: 800; position: relative; }
.text-link::after { content: ""; position: absolute; right: 0; left: 0; bottom: -2px; height: 2px; background: linear-gradient(90deg, var(--orange-500), transparent); transform: scaleX(0.35); transform-origin: right; transition: transform .2s ease; }
.text-link:hover::after { transform: scaleX(1); }

/* ========== PHOTO HERO ========== */
.hero-photo {
  position: relative;
  min-height: min(92vh, 860px);
  padding: 3rem 0 4rem;
  overflow: hidden;
  color: #fff;
  display: grid;
  align-items: end;
}
.hero-photo-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-photo-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.hero-photo-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(31,37,43,0.78) 0%, rgba(47,54,61,0.45) 48%, rgba(194,65,12,0.28) 100%),
    linear-gradient(180deg, rgba(31,37,43,0.25) 0%, rgba(31,37,43,0.82) 100%);
}
.hero-photo .hero-layout { position: relative; z-index: 2; }
.hero-photo .hero-brand,
.hero-photo .hero-title { color: #fff; text-shadow: 0 12px 40px rgba(0,0,0,0.35); }
.hero-photo .hero-lead { color: rgba(255,255,255,0.9); }
.hero-photo .glass-chip {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
  backdrop-filter: blur(14px);
}
.hero-photo .glass-chip strong { color: #fff; }
.hero-photo .glass-chip span { color: rgba(255,255,255,0.8); }
.hero-photo .ticket-card { transform: rotateY(-6deg) rotateX(3deg); }
.hero-widgets { justify-items: end; }

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0,0,0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}

/* keep old hero-3d unused safely */
.hero-3d { position: relative; min-height: 70vh; padding: 2.5rem 0 3.5rem; overflow: hidden; }

.hero-stage {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  transform-style: preserve-3d;
}
.orb {
  position: absolute; border-radius: 50%; filter: blur(2px);
  --px: 0px; --py: 0px;
  animation: floatY 7s ease-in-out infinite alternate;
}
.scene-parallax {
  position: absolute; inset: auto 0 0 0; height: 58%;
  --px: 0px; --py: 0px;
  transform: translate3d(var(--px), var(--py), 0);
}
.scene-3d {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(12deg) translateZ(0);
}
.orb-a {
  width: 42vmax; height: 42vmax; right: -12vmax; top: -18vmax;
  background: radial-gradient(circle, rgba(249,115,22,0.28), transparent 65%);
}
.orb-b {
  width: 34vmax; height: 34vmax; left: -14vmax; bottom: -10vmax;
  background: radial-gradient(circle, rgba(90,105,118,0.22), transparent 65%);
  animation-delay: -2s;
}

.dune {
  position: absolute; left: -5%; right: -5%; bottom: 0; height: 70%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform-origin: center bottom;
}
.dune-back {
  height: 78%; background: linear-gradient(180deg, #9aa5af, #5c6975);
  transform: translateZ(-80px) scale(1.05); opacity: 0.7;
}
.dune-mid {
  height: 62%;
  background: linear-gradient(180deg, #fb923c, #c2410c 70%, #7a8793);
  transform: translateZ(-30px); opacity: 0.85;
  animation: duneShift 14s ease-in-out infinite alternate;
}
.dune-front {
  height: 42%;
  background: linear-gradient(180deg, #d5dbe1, #7a8793 55%, #3d4751);
  transform: translateZ(20px);
  box-shadow: 0 -20px 60px rgba(47,54,61,0.15);
}
.camp-tent {
  position: absolute; bottom: 18%; left: 18%;
  width: 70px; height: 48px;
  background: linear-gradient(135deg, #fff, #d5dbe1);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 12px 18px rgba(47,54,61,0.25));
  transform: translateZ(40px);
  animation: floatY 5s ease-in-out infinite alternate;
}
.campfire {
  position: absolute; bottom: 16%; left: 22%;
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle, #fb923c, #c2410c 60%, transparent 70%);
  box-shadow: 0 0 24px #f97316;
  transform: translateZ(45px);
  animation: flicker 1.2s ease-in-out infinite alternate;
}
.jeep {
  position: absolute; bottom: 22%; right: 22%;
  width: 78px; height: 34px; border-radius: 12px;
  background: linear-gradient(180deg, #fff, #cfd6dc);
  box-shadow: 0 14px 24px rgba(47,54,61,0.28);
  transform: translateZ(55px) rotateY(-12deg);
  animation: jeepDrive 10s ease-in-out infinite alternate;
}
.jeep::before {
  content: ""; position: absolute; inset: 8px 10px auto; height: 12px;
  background: var(--filly-700); border-radius: 6px; opacity: 0.35;
}
.jeep::after {
  content: ""; position: absolute; bottom: -6px; left: 8px; right: 8px; height: 10px;
  background: radial-gradient(circle at 20% 50%, #2f363d 0 5px, transparent 6px),
              radial-gradient(circle at 80% 50%, #2f363d 0 5px, transparent 6px);
}
.plane {
  position: absolute; top: 8%; left: 42%;
  width: 70px; height: 28px;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-700));
  border-radius: 40% 60% 50% 50%;
  transform: translateZ(90px) rotate(-8deg);
  box-shadow: 0 18px 30px rgba(234,88,12,0.35);
  animation: planeFly 12s ease-in-out infinite;
}
.plane::before {
  content: ""; position: absolute; top: 8px; left: -8px;
  width: 34px; height: 8px; background: var(--orange-500); border-radius: 8px;
  transform: rotate(18deg);
}
.cloud {
  position: absolute; background: rgba(255,255,255,0.92);
  border-radius: 40px; filter: blur(0.2px);
  box-shadow: 0 10px 25px rgba(47,54,61,0.08);
  animation: floatY 6s ease-in-out infinite alternate;
}
.cloud.c1 { width: 90px; height: 28px; top: 12%; right: 18%; transform: translateZ(70px); }
.cloud.c2 { width: 60px; height: 20px; top: 22%; left: 12%; transform: translateZ(50px); animation-delay: -1.5s; }
.cloud.c3 { width: 74px; height: 22px; top: 6%; left: 30%; transform: translateZ(60px); animation-delay: -3s; opacity: 0.85; }

.hero-layout {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 1.5rem;
  align-items: end; min-height: min(78vh, 680px);
}
.hero-brand {
  font-family: var(--display);
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  margin: 0 0 0.55rem; color: var(--filly-900);
  text-shadow: 0 12px 40px rgba(255,255,255,0.8);
}
.hero-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800; color: var(--filly-800); margin-bottom: 0.8rem;
}
.hero-lead {
  max-width: 34rem; color: var(--muted); font-size: 1.05rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.3rem 0 1.4rem; }
.float-stats { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.glass-chip, .glass-panel {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: var(--shadow-3d);
  border-radius: 22px;
}
.glass-chip {
  padding: 0.75rem 0.95rem; min-width: 140px;
  transform-style: preserve-3d;
}
.glass-chip strong { display: block; color: var(--filly-800); }
.glass-chip span { color: var(--muted); font-size: 0.82rem; }

.hero-widgets {
  display: grid; gap: 1rem; justify-items: end;
  transform-style: preserve-3d;
}
.ticket-card {
  width: min(100%, 300px);
  border-radius: 24px;
  background: linear-gradient(160deg, #fff 0%, #f3f5f7 100%);
  box-shadow: var(--shadow-3d);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.9);
  transform: rotateY(-8deg) rotateX(4deg);
}
.ticket-top {
  padding: 1.1rem 1.15rem 0.9rem;
  background-size: cover;
  background-position: center;
  color: #fff; min-height: 150px;
  position: relative;
}
.ticket-top::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(47,54,61,0.15), rgba(47,54,61,0.72));
}
.ticket-top > * { position: relative; z-index: 1; }
.ticket-badge {
  display: inline-flex; padding: 0.25rem 0.65rem; border-radius: 999px;
  background: rgba(255,255,255,0.22); font-size: 0.75rem; font-weight: 700;
}
.ticket-place { font-family: var(--display); font-size: 1.7rem; margin: 0.55rem 0 0.15rem; }
.ticket-sub { margin: 0; opacity: 0.9; }
.ticket-perforation {
  height: 18px; background:
    radial-gradient(circle at 0 50%, transparent 9px, #f3f5f7 10px) left / 18px 18px,
    radial-gradient(circle at 100% 50%, transparent 9px, #f3f5f7 10px) right / 18px 18px;
  background-color: #f3f5f7;
  border-top: 1px dashed rgba(47,54,61,0.15);
  border-bottom: 1px dashed rgba(47,54,61,0.15);
}
.ticket-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.95rem 1.1rem 1.1rem; gap: 0.7rem;
}
.ticket-bottom span { display: block; color: var(--muted); font-size: 0.78rem; }
.ticket-bottom strong { color: var(--filly-800); font-size: 1.05rem; }

.map-card {
  width: min(100%, 260px);
  padding: 0.95rem;
  transform: rotateY(-6deg) translateZ(20px);
}
.map-card p { margin: 0 0 0.55rem; font-weight: 800; color: var(--filly-800); }
.mini-map {
  position: relative; height: 110px; border-radius: 16px; overflow: hidden;
  background:
    linear-gradient(145deg, #e8ecef, #d5dbe1 40%, #fb923c33),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(47,54,61,0.04) 18px 19px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(47,54,61,0.04) 18px 19px);
}
.mini-map .route {
  position: absolute; inset: 28% 18% 30% 20%;
  border: 2px dashed var(--orange-600); border-radius: 40% 60%;
  opacity: 0.7;
}
.pin {
  position: absolute; width: 12px; height: 12px; border-radius: 50%;
  background: var(--orange-600); box-shadow: 0 0 0 5px rgba(234,88,12,0.2);
}
.pin.p1 { top: 28%; right: 24%; }
.pin.p2 { top: 48%; left: 36%; background: var(--filly-700); box-shadow: 0 0 0 5px rgba(61,71,81,0.18); }
.pin.p3 { bottom: 22%; right: 40%; }
.map-card small { display: block; margin-top: 0.55rem; color: var(--muted); }

/* Sections */
.section { padding: 4.4rem 0; position: relative; }
.section-head { margin-bottom: 1.8rem; position: relative; }
.section-head h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--filly-800);
  position: relative;
  display: inline-block;
}
.section-head h2::after {
  content: "";
  display: block;
  width: 56%;
  height: 4px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), transparent);
  box-shadow: 0 6px 12px rgba(234,88,12,0.25);
}
.section-head.row {
  display: flex; justify-content: space-between; align-items: end; gap: 1rem;
}
.section-head p, .lead, .page-hero .lead { color: var(--muted); margin: 0; }

.page-hero {
  padding: 3.2rem 0 1.5rem;
  background:
    linear-gradient(180deg, rgba(122,135,147,0.12), transparent),
    linear-gradient(120deg, rgba(234,88,12,0.08), transparent 55%);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem); color: var(--filly-800);
}
.eyebrow {
  display: inline-block; margin: 0 0 0.5rem;
  color: var(--orange-600); font-weight: 800; font-size: 0.9rem;
}

/* ========== PHOTO PORTAL CATEGORY BUTTONS ========== */
.cat-orbit-pro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  perspective: 1400px;
}
.portal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transform-style: preserve-3d;
  background: var(--filly-800);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.2) inset,
    0 28px 50px rgba(47, 54, 61, 0.22),
    0 48px 0 rgba(122,135,147,0.2);
  transition: transform .28s ease, box-shadow .28s ease;
  isolation: isolate;
}
.portal-card:hover {
  transform: translateY(-14px) rotateX(5deg) scale(1.02);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 36px 60px rgba(47, 54, 61, 0.28),
    0 56px 0 rgba(122,135,147,0.26);
  z-index: 4;
}
.portal-photo { overflow: hidden; border-radius: 28px; }
.portal-media {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
}
.portal-main {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform .5s ease;
}
.portal-card:hover .portal-main { transform: scale(1.1); }
.portal-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(31,37,43,0.15) 0%, rgba(31,37,43,0.35) 40%, rgba(31,37,43,0.88) 100%),
    linear-gradient(120deg, rgba(234,88,12,0.18), transparent 55%);
  z-index: 1;
}
.shot {
  position: absolute;
  width: 42%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(255,255,255,0.85);
  box-shadow: 0 16px 34px rgba(0,0,0,0.35);
  z-index: 2;
  transition: transform .35s ease;
}
.shot-a {
  top: 14%; left: 8%;
  transform: translateZ(48px) rotate(-8deg);
}
.shot-b {
  top: 28%; right: 7%;
  width: 36%;
  transform: translateZ(64px) rotate(7deg);
}
.portal-card:hover .shot-a { transform: translateZ(56px) rotate(-10deg) translateY(-6px); }
.portal-card:hover .shot-b { transform: translateZ(72px) rotate(9deg) translateY(-8px); }

.portal-copy {
  position: relative;
  z-index: 4;
  margin-top: auto;
  padding: 1.2rem 1.2rem 1.3rem;
  display: grid;
  gap: 0.28rem;
  transform: translateZ(30px);
}
.portal-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  opacity: 0.9;
  font-weight: 800;
  color: #ffedd5;
}
.portal-title { font-size: 1.35rem; font-weight: 800; }
.portal-desc { font-size: 0.9rem; opacity: 0.92; line-height: 1.55; }
.portal-go {
  margin-top: 0.6rem;
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

/* Nav mini icons */
.tour-nav-btn { gap: 0.4rem; }
.tour-nav-btn i {
  width: 18px; height: 18px; border-radius: 6px;
  display: inline-block;
  box-shadow: 0 4px 8px rgba(47,54,61,0.2);
}
.nav-ico-day i { background: url("/static/img/tours/yazd-historic.jpg") center/cover; }
.nav-ico-desert i { background: url("/static/img/tours/desert-camp.jpg") center/cover; }
.nav-ico-domestic i { background: url("/static/img/tours/shiraz.jpg") center/cover; }
.nav-ico-world i { background: url("/static/img/tours/istanbul.jpg") center/cover; }

/* Discover photo band */
.discover-photo {
  position: relative;
  min-height: 320px;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  display: grid;
  align-items: end;
  box-shadow: var(--shadow-3d);
}
.discover-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.discover-shade {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(31,37,43,0.82), rgba(47,54,61,0.35) 55%, rgba(234,88,12,0.25));
}
.discover-photo .discover-copy {
  position: relative; z-index: 1;
  padding: 2rem;
  color: #fff;
  max-width: 34rem;
}
.discover-photo .discover-copy h2 { color: #fff; }
.discover-photo .discover-copy p { color: rgba(255,255,255,0.9); }

@media (max-width: 1024px) {
  .cat-orbit-pro { grid-template-columns: repeat(2, 1fr); }
  .hero-photo .ticket-card { transform: none; }
}
@media (max-width: 640px) {
  .cat-orbit-pro { grid-template-columns: 1fr; }
  .portal-card { min-height: 300px; }
  .shot { width: 38%; }
}



/* Features â€” luxury 3D */
.feature-stack, .feature-lux {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem;
  perspective: 1200px;
}
.feature-lux-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #eef1f4 100%);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow:
    0 1px 0 #fff inset,
    0 18px 36px rgba(47,54,61,0.12),
    0 36px 0 rgba(154,165,175,0.22);
  transform-style: preserve-3d;
  transition: transform .28s ease, box-shadow .28s ease;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.feature-lux-card:hover {
  transform: translateY(-12px) rotateX(4deg) scale(1.015);
  box-shadow:
    0 1px 0 #fff inset,
    0 28px 50px rgba(47,54,61,0.18),
    0 44px 0 rgba(154,165,175,0.28);
  z-index: 2;
}
.feature-lux-top {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.feature-lux-top img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  transition: transform .45s ease;
}
.feature-lux-card:hover .feature-lux-top img { transform: scale(1.14); }
.feature-lux-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(247,248,250,0.2) 70%, #f7f8fa 100%),
              linear-gradient(120deg, rgba(234,88,12,0.2), transparent 55%);
}
.feature-lux-body {
  position: relative;
  padding: 0 1.2rem 1.35rem;
  margin-top: -28px;
  display: grid;
  gap: 0.45rem;
  transform: translateZ(24px);
}
.feature-lux-icon {
  width: 72px; height: 72px;
  border-radius: 22px;
  display: grid; place-items: center;
  background:
    linear-gradient(160deg, #ffffff 0%, #f3f5f7 55%, #e4e9ee 100%);
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow:
    0 1px 0 #fff inset,
    0 -1px 0 rgba(47,54,61,0.06) inset,
    0 12px 0 #c5ced6,
    0 20px 0 rgba(154,165,175,0.25),
    0 28px 34px rgba(47,54,61,0.16);
  margin-bottom: 0.45rem;
  transform: translateZ(48px);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-lux-card:hover .feature-lux-icon {
  transform: translateZ(60px) translateY(-4px);
}
.fx-icon {
  width: 46px; height: 46px; display: grid; place-items: center;
}
.fx-icon svg {
  width: 46px; height: 46px;
  filter: drop-shadow(0 8px 10px rgba(47,54,61,0.2));
}
.feature-lux-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--filly-800);
}
.feature-lux-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}
.feature-lux-edge {
  position: absolute; left: 1.2rem; right: 1.2rem; bottom: 0.85rem;
  height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), transparent 75%);
  opacity: 0.75;
}
.feature-camp .feature-lux-icon {
  box-shadow: 0 1px 0 #fff inset, 0 12px 0 #ea580c, 0 20px 0 rgba(234,88,12,0.22), 0 28px 34px rgba(234,88,12,0.22);
}
.feature-desert .feature-lux-icon {
  box-shadow: 0 1px 0 #fff inset, 0 12px 0 #c2410c, 0 20px 0 rgba(194,65,12,0.22), 0 28px 34px rgba(194,65,12,0.25);
}
.feature-badge .feature-lux-icon {
  box-shadow: 0 1px 0 #fff inset, 0 12px 0 #5c6975, 0 20px 0 rgba(61,71,81,0.2), 0 28px 34px rgba(61,71,81,0.22);
}
.feature-nature .feature-lux-icon {
  box-shadow: 0 1px 0 #fff inset, 0 12px 0 #7a8793, 0 20px 0 rgba(122,135,147,0.22), 0 28px 34px rgba(122,135,147,0.22);
}

/* legacy fallbacks */
.feature-3d, .feature-item {
  padding: 1.4rem 1.2rem; border-radius: var(--radius);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: var(--shadow-soft);
}
.feature-orb, .feature-icon {
  width: 48px; height: 48px; border-radius: 16px; margin-bottom: 0.95rem;
  background: linear-gradient(135deg, var(--orange-500), var(--filly-600));
}
.feature-3d h3, .feature-item h3 { font-size: 1.05rem; color: var(--filly-800); }
.feature-3d p, .feature-item p { margin: 0; color: var(--muted); font-size: 0.92rem; }

@media (max-width: 1024px) {
  .feature-lux { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .feature-lux { grid-template-columns: 1fr; }
}


/* Tour cards â€” layered 3D */
.tour-stage, .tour-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
  perspective: 1200px;
}
.tour-card, .tour-3d {
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow: var(--shadow-3d);
  display: flex; flex-direction: column;
  transform-style: preserve-3d;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tour-3d:hover {
  transform: translateY(-10px) rotateX(3deg) scale(1.015);
  box-shadow: 0 30px 70px rgba(47,54,61,0.18);
}
.tour-media {
  position: relative; display: block; min-height: 180px;
  background-size: cover; background-position: center;
  background-color: #5c6975;
  transform: translateZ(18px);
}
.tour-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(28,34,40,.4));
}
.media-shine {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.28) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: shine 5.5s ease-in-out infinite;
}
.tour-badge {
  position: absolute; top: 0.85rem; right: 0.85rem; z-index: 2;
  background: rgba(28,34,40,0.72); color: #fff;
  font-size: 0.75rem; font-weight: 700;
  padding: 0.28rem 0.65rem; border-radius: 999px;
  backdrop-filter: blur(8px);
}
.tour-body { padding: 1.1rem 1.15rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
.tour-cat { margin: 0; color: var(--orange-600); font-size: 0.82rem; font-weight: 800; }
.tour-body h3 { font-size: 1.12rem; margin-top: 0.2rem; }
.tour-body h3 a:hover { color: var(--orange-600); }
.tour-sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.7rem; }
.tour-meta {
  display: flex; flex-wrap: wrap; gap: 0.55rem;
  color: var(--filly-600); font-size: 0.82rem; margin-bottom: 1rem;
}
.tour-meta span {
  background: var(--filly-50); border: 1px solid var(--line);
  padding: 0.2rem 0.55rem; border-radius: 999px;
}
.tour-foot {
  margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem;
}
.tour-foot strong { color: var(--filly-800); font-size: 0.98rem; }

/* Discover band */
.discover-inner {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1.25rem; align-items: center;
  padding: 1.8rem; border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.85), rgba(232,236,239,0.9)),
    linear-gradient(120deg, rgba(249,115,22,0.08), transparent);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--shadow-3d);
  overflow: hidden;
}
.discover-visual {
  position: relative; min-height: 220px; transform-style: preserve-3d;
}
.float-plane {
  position: absolute; top: 18%; left: 20%;
  width: 90px; height: 34px; border-radius: 40% 60% 50% 50%;
  background: linear-gradient(135deg, var(--orange-400), var(--orange-700));
  box-shadow: 0 18px 35px rgba(234,88,12,0.35);
  animation: planeFly 9s ease-in-out infinite;
  transform: translateZ(40px);
}
.float-peak {
  position: absolute; bottom: 10%; right: 18%;
  width: 140px; height: 110px;
  background: linear-gradient(180deg, #9aa5af, #3d4751);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 18px 25px rgba(47,54,61,0.25));
  transform: translateZ(10px);
}
.float-peak.peak-2 {
  right: 38%; width: 100px; height: 80px; opacity: 0.85;
  background: linear-gradient(180deg, #fb923c, #c2410c);
  transform: translateZ(25px);
}

.coming-inner, .coming-3d {
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
  flex-wrap: wrap; padding: 1.7rem 1.6rem;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.95), rgba(232,236,239,0.92));
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow:
    0 1px 0 #fff inset,
    0 18px 40px rgba(47,54,61,0.12),
    0 40px 0 rgba(154,165,175,0.25);
  transform-style: preserve-3d;
}
.coming-inner h2, .coming-3d h2 { margin-bottom: 0.25rem; color: var(--filly-800); }
.coming-inner p, .coming-3d p { margin: 0; color: var(--muted); }
.coming-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.coming-chip, .chip-3d {
  background: linear-gradient(180deg, #fff, #eef1f4);
  border: 1px solid rgba(255,255,255,0.9);
  padding: 0.45rem 0.9rem; border-radius: 999px;
  font-size: 0.86rem; font-weight: 700; color: var(--filly-700);
  box-shadow:
    0 1px 0 #fff inset,
    0 6px 0 #c5ced6,
    0 12px 18px rgba(47,54,61,0.1);
  transition: transform .15s ease;
}
.chip-3d:hover { transform: translateY(-2px); }

.cta-box, .glass-dark {
  display: flex; justify-content: space-between; align-items: center; gap: 1.25rem;
  flex-wrap: wrap; padding: 1.8rem; border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(135deg, rgba(61,71,81,0.96), rgba(47,54,61,0.94));
  color: #fff; box-shadow: var(--shadow-3d);
}
.cta-box h2 { color: #fff; }
.cta-box p { margin: 0; color: rgba(255,255,255,0.82); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* Multi-level footer */
.footer-cta-wrap {
  position: relative;
  z-index: 3;
  margin-top: 1rem;
  margin-bottom: -3.5rem;
  padding: 0 0 0.5rem;
}
.footer-cta-dock {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, #fff, #eef1f4);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow:
    0 1px 0 #fff inset,
    0 24px 50px rgba(47,54,61,0.18),
    0 48px 0 rgba(122,135,147,0.22);
  transform-style: preserve-3d;
}
.footer-cta-media {
  min-height: 220px;
  position: relative;
}
.footer-cta-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.footer-cta-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(247,248,250,0.15));
}
.footer-cta-body {
  padding: 1.7rem 1.6rem;
  display: grid;
  align-content: center;
  gap: 0.45rem;
}
.footer-cta-kicker {
  margin: 0;
  color: var(--orange-600);
  font-weight: 800;
  font-size: 0.88rem;
}
.footer-cta-body h2 {
  margin: 0;
  color: var(--filly-800);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}
.footer-cta-body p { margin: 0; color: var(--muted); }
.footer-cta-actions {
  display: flex; flex-wrap: wrap; gap: 0.7rem;
  margin-top: 0.85rem;
}

.site-footer {
  position: relative;
  margin-top: 0;
  padding-top: 5.5rem;
  background:
    radial-gradient(700px 280px at 85% 0%, rgba(249,115,22,0.18), transparent 60%),
    linear-gradient(180deg, #3d4751 0%, #2f363d 55%, #232a30 100%);
  color: rgba(255,255,255,0.86);
  overflow: hidden;
}
.footer-glow {
  position: absolute; width: 50vmax; height: 50vmax; border-radius: 50%;
  right: -15vmax; top: -20vmax;
  background: radial-gradient(circle, rgba(249,115,22,0.2), transparent 65%);
  pointer-events: none;
}
.footer-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 1.1rem;
  padding-bottom: 2rem;
}
.footer-panel {
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 14px 30px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
}
.footer-brand-name {
  font-family: var(--display); font-size: 1.6rem; margin: 0 0 0.35rem; color: #fff;
}
.footer-tagline { color: var(--orange-400); font-weight: 700; margin-bottom: 0.6rem; }
.footer-desc { color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.footer-badges {
  display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.9rem;
}
.footer-badges span {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(249,115,22,0.16);
  border: 1px solid rgba(249,115,22,0.35);
  color: #ffedd5;
  font-size: 0.78rem;
  font-weight: 700;
}
.footer-heading { font-size: 0.95rem; color: #fff; margin-bottom: 0.8rem; }
.footer-links { display: grid; gap: 0.45rem; font-size: 0.9rem; }
.footer-links a:hover { color: var(--orange-400); }
.footer-links-3d a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 0 rgba(0,0,0,0.18);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.footer-links-3d a em { font-style: normal; opacity: 0.7; }
.footer-links-3d a:hover {
  transform: translateY(-2px);
  background: rgba(249,115,22,0.16);
  box-shadow: 0 8px 0 rgba(0,0,0,0.2);
  color: #fff;
}
.footer-links-3d a:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.footer-bottom {
  position: relative; z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.1rem 0 1.4rem;
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: 0.85rem; color: rgba(255,255,255,0.65);
  align-items: center;
}
.to-top-btn { text-decoration: none; }

/* Multi-level section rhythm */
.section {
  position: relative;
}
.section::before {
  content: "";
  position: absolute; inset-inline: 8%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47,54,61,0.1), transparent);
  pointer-events: none;
}
.path-section, .featured-tours, .features-3d {
  position: relative;
}
.path-section::after,
.featured-tours::after {
  content: "";
  position: absolute; left: 50%; top: -40px;
  width: min(92%, 980px); height: 80px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(249,115,22,0.08), transparent 70%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .footer-cta-dock { grid-template-columns: 1fr; }
  .footer-cta-media { min-height: 180px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta-wrap { margin-bottom: -2.5rem; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-cta-actions { width: 100%; }
  .footer-cta-actions .btn { flex: 1 1 auto; }
}

.filter-bar { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 1.5rem; }
.filter-bar a {
  padding: 0.45rem 0.9rem; border-radius: 999px;
  background: rgba(255,255,255,0.85); border: 1px solid var(--line);
  font-size: 0.88rem; font-weight: 700; color: var(--filly-700);
  box-shadow: var(--shadow-soft);
}
.filter-bar a.is-active, .filter-bar a:hover {
  background: var(--orange-600); border-color: var(--orange-600); color: #fff;
}

.tour-detail-hero {
  color: #fff; padding: 3.5rem 0 2.5rem;
  background-size: cover; background-position: center; position: relative;
}
.tour-detail-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(47,54,61,.82), rgba(234,88,12,.42));
}
.tour-detail-hero-inner { position: relative; z-index: 1; }
.tour-detail-hero .eyebrow { color: #ffedd5; }
.tour-detail-hero h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.1rem);
}
.tour-detail-hero .lead { color: rgba(255,255,255,0.9); }
.detail-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.detail-chips span {
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 0.35rem 0.75rem; border-radius: 999px; font-size: 0.86rem;
  backdrop-filter: blur(8px);
}
.detail-layout {
  display: grid; grid-template-columns: 1.5fr 0.85fr; gap: 1.5rem; align-items: start;
}
.detail-main h2, .detail-main h3 { color: var(--filly-800); }
.detail-desc { color: var(--muted); font-size: 1.02rem; }
.check-list { margin: 0 0 1.4rem; display: grid; gap: 0.55rem; }
.check-list li { position: relative; padding-right: 1.4rem; color: var(--filly-700); }
.check-list li::before {
  content: ""; position: absolute; right: 0; top: 0.55rem;
  width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--orange-600);
}
.check-list.soft li::before { background: var(--filly-500); }
.price-panel {
  position: sticky; top: 6.5rem; padding: 1.35rem; border-radius: var(--radius);
  background: rgba(255,255,255,0.9); border: 1px solid rgba(255,255,255,0.95);
  box-shadow: var(--shadow-3d); backdrop-filter: blur(12px);
}
.price-label { margin: 0; color: var(--muted); font-size: 0.88rem; }
.price-value { margin: 0.2rem 0 1rem; font-size: 1.35rem; font-weight: 800; color: var(--filly-800); }
.price-note { margin: 0.9rem 0 0; font-size: 0.84rem; color: var(--muted); }
.price-panel .btn + .btn { margin-top: 0.55rem; }
.price-panel .btn-ghost {
  background: var(--filly-50); border-color: var(--line); color: var(--filly-800);
}

.booking-form {
  background: rgba(255,255,255,0.88); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-3d);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.2rem; }
.form-grid label { display: grid; gap: 0.4rem; font-weight: 700; color: var(--filly-700); font-size: 0.9rem; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px;
  padding: 0.75rem 0.9rem; background: #fff; color: var(--ink);
}
.form-grid input:focus, .form-grid textarea:focus {
  outline: 2px solid rgba(234, 88, 12, 0.35); border-color: var(--orange-500);
}
.alert { padding: 1rem 1.15rem; border-radius: var(--radius-sm); margin-bottom: 1rem; }
.alert-ok { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }
.alert-err { background: #fff7ed; border: 1px solid #fdba74; color: #9a3412; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-tile {
  display: grid; gap: 0.35rem; padding: 1.4rem; border-radius: var(--radius);
  background: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.95);
  box-shadow: var(--shadow-soft); transition: transform .2s, border-color .2s;
}
.contact-tile:not(.static):hover { transform: translateY(-4px); border-color: var(--orange-400); }
.contact-label { color: var(--muted); font-size: 0.88rem; }
.contact-tile strong { font-size: 1.2rem; color: var(--filly-800); }

.coming-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.coming-card {
  position: relative; padding: 1.6rem; border-radius: var(--radius);
  background: rgba(255,255,255,0.88); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
}
.coming-icon {
  width: 48px; height: 48px; border-radius: 14px; margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--filly-600), var(--orange-500));
}
.coming-card h2 { font-size: 1.25rem; color: var(--filly-800); }
.coming-card p { color: var(--muted); }
.soon-tag {
  display: inline-flex; margin-top: 0.4rem; padding: 0.25rem 0.7rem; border-radius: 999px;
  background: var(--orange-100); color: var(--orange-700); font-size: 0.8rem; font-weight: 800;
}

.prose-wide { max-width: 860px; }
.about-visual {
  width: 100%; height: min(360px, 50vw); border-radius: var(--radius);
  background-size: cover; background-position: center; margin-bottom: 1.5rem;
  box-shadow: var(--shadow-3d);
}
.prose-lead { font-size: 1.15rem; color: var(--filly-700); font-weight: 500; }
.about-features { margin-top: 2rem; }
.empty-state {
  text-align: center; padding: 3rem 1rem;
  background: rgba(255,255,255,0.75); border-radius: var(--radius);
  border: 1px dashed var(--line);
}
.empty-state h1, .empty-state h2 { color: var(--filly-800); }

/* Motion */
[data-reveal] {
  opacity: 0; transform: translateY(32px) scale(0.985);
  transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-in {
  opacity: 1; transform: translateY(0) scale(1);
}
[data-tilt] { transform-style: preserve-3d; will-change: transform; }

.tour-nav-btn {
  box-shadow:
    0 1px 0 #fff inset,
    0 6px 0 #c5ced6,
    0 12px 18px rgba(47,54,61,0.1) !important;
}
.tour-nav-btn:hover, .tour-nav-btn.is-active {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 8px 0 #9a3412,
    0 16px 24px rgba(194,65,12,0.3) !important;
}
.tour-nav-btn:active {
  transform: translateY(4px) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.2) inset,
    0 2px 0 #9a3412,
    0 8px 14px rgba(194,65,12,0.25) !important;
}

.feature-3d, .tour-3d, .portal-card, .ticket-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

@keyframes floatY {
  from { transform: translate3d(var(--px), var(--py), 0); }
  to { transform: translate3d(var(--px), calc(var(--py) - 14px), 0); }
}
@keyframes duneShift {
  from { transform: translateZ(-30px) translateX(0); }
  to { transform: translateZ(-30px) translateX(-2%); }
}
@keyframes flicker {
  from { transform: translateZ(45px) scale(0.9); opacity: 0.75; }
  to { transform: translateZ(45px) scale(1.15); opacity: 1; }
}
@keyframes jeepDrive {
  from { transform: translateZ(55px) rotateY(-12deg) translateX(0); }
  to { transform: translateZ(55px) rotateY(-12deg) translateX(-28px); }
}
@keyframes planeFly {
  0% { transform: translateZ(90px) rotate(-8deg) translate(0,0); }
  50% { transform: translateZ(90px) rotate(-4deg) translate(-40px, -18px); }
  100% { transform: translateZ(90px) rotate(-10deg) translate(20px, -8px); }
}
@keyframes shine {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}

@media (max-width: 1024px) {
  .hero-layout, .discover-inner { grid-template-columns: 1fr; }
  .hero-widgets { justify-items: start; }
  .ticket-card, .map-card { transform: none; width: min(100%, 340px); }
  .cat-orbit, .feature-stack, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .tour-stage, .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .price-panel { position: static; }
}

@media (max-width: 860px) {
  .nav-toggle { display: grid; }
  .primary-nav {
    display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + 0.4rem);
    background: rgba(255,255,255,0.96); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow-3d);
    align-items: stretch; backdrop-filter: blur(16px);
  }
  .primary-nav.is-open { display: flex; }
  .header-main { position: relative; }
  .tour-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .meta-nav {
    flex-direction: column; gap: 0.65rem; padding-top: 0.75rem;
    border-top: 1px solid var(--line);
  }
  .hero-3d { min-height: auto; padding-top: 1.5rem; }
  .hero-layout { min-height: auto; }
  .scene-3d { opacity: 0.55; height: 42%; }
}

@media (max-width: 640px) {
  .header-top-inner { justify-content: center; flex-wrap: wrap; padding-block: 0.35rem; }
  .cat-orbit, .feature-stack, .feature-grid, .tour-stage, .tour-grid,
  .contact-grid, .coming-grid, .form-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .section { padding: 3rem 0; }
  .section-head.row { flex-direction: column; align-items: flex-start; }
  .brand-name { font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important; transition: none !important; scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}
