:root {
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  --bg: #f4efe4;
  --surface: rgba(255, 252, 244, 0.84);
  --surface-strong: #fffaf0;
  --ink: #1c251f;
  --muted: rgba(28, 37, 31, 0.68);
  --line: rgba(28, 37, 31, 0.16);
  --accent: #0b7f73;
  --accent-2: #d8874b;
  --accent-3: #f3c96d;
  --shadow: 0 28px 80px rgba(25, 49, 43, 0.18);
  --radius: 18px;
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  overflow-x: hidden;
  transition: background 360ms ease, color 360ms ease;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(11, 127, 115, 0.09), transparent 38%),
    radial-gradient(circle at 86% 12%, rgba(216, 135, 75, 0.18), transparent 24rem);
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.theme-route {
  --bg: #edf4f7;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --ink: #10202a;
  --muted: rgba(16, 32, 42, 0.66);
  --line: rgba(16, 32, 42, 0.14);
  --accent: #0f6fa9;
  --accent-2: #e15b42;
  --accent-3: #ffd15c;
  --shadow: 0 22px 60px rgba(22, 61, 81, 0.14);
  --radius: 8px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.theme-route::before {
  background:
    linear-gradient(rgba(15, 111, 169, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 169, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 80% 10%, rgba(225, 91, 66, 0.16), transparent 28rem);
  background-size: 42px 42px, 42px 42px, auto;
}

.theme-night {
  --bg: #080807;
  --surface: rgba(20, 18, 15, 0.82);
  --surface-strong: #15120f;
  --ink: #fff6e7;
  --muted: rgba(255, 246, 231, 0.68);
  --line: rgba(255, 246, 231, 0.16);
  --accent: #caa46a;
  --accent-2: #5fd0c1;
  --accent-3: #fff1bf;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.52);
  --radius: 22px;
  font-family: Optima, "Segoe UI", sans-serif;
}

.theme-night::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(202, 164, 106, 0.18), transparent 28rem),
    linear-gradient(90deg, rgba(255, 246, 231, 0.045) 1px, transparent 1px);
  background-size: auto, 6px 6px;
}

.theme-cinema {
  --bg: #071114;
  --surface: rgba(7, 17, 20, 0.72);
  --surface-strong: #101c20;
  --ink: #f4fbf4;
  --muted: rgba(244, 251, 244, 0.7);
  --line: rgba(244, 251, 244, 0.18);
  --accent: #49c5b1;
  --accent-2: #ffc46b;
  --accent-3: #ffe0a3;
  --cool-accent: #49c5b1;
  --shadow: 0 38px 120px rgba(0, 0, 0, 0.5);
  --radius: 30px;
  font-family: "Hoefler Text", Georgia, serif;
  font-weight: 495;
}

.theme-cinema::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 84px);
}

.theme-botanical {
  --bg: #eef4df;
  --surface: rgba(255, 255, 245, 0.86);
  --surface-strong: #fffdf1;
  --ink: #1d2f22;
  --muted: rgba(29, 47, 34, 0.67);
  --line: rgba(29, 47, 34, 0.15);
  --accent: #477a3d;
  --accent-2: #e16f4f;
  --accent-3: #f1c85b;
  --shadow: 0 26px 80px rgba(57, 92, 55, 0.2);
  --radius: 34px;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
}

.theme-botanical::before {
  background:
    radial-gradient(ellipse at 8% 18%, rgba(71, 122, 61, 0.18), transparent 22rem),
    radial-gradient(ellipse at 86% 12%, rgba(225, 111, 79, 0.18), transparent 25rem),
    linear-gradient(135deg, rgba(71, 122, 61, 0.08) 25%, transparent 25% 50%, rgba(71, 122, 61, 0.05) 50% 75%, transparent 75%);
  background-size: auto, auto, 44px 44px;
}

.theme-swiss {
  --bg: #f7f7f2;
  --surface: rgba(255, 255, 255, 0.95);
  --surface-strong: #ffffff;
  --ink: #111618;
  --muted: rgba(17, 22, 24, 0.63);
  --line: rgba(17, 22, 24, 0.18);
  --accent: #d7262f;
  --accent-2: #0b6f8f;
  --accent-3: #ffda58;
  --shadow: 0 20px 50px rgba(25, 25, 25, 0.12);
  --radius: 2px;
  font-family: Helvetica, "Avenir Next", sans-serif;
}

.theme-swiss::before {
  background:
    linear-gradient(rgba(17, 22, 24, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 22, 24, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
}

.theme-sunset {
  --bg: #21130d;
  --surface: rgba(255, 239, 214, 0.12);
  --surface-strong: #fff1dd;
  --ink: #fff3e4;
  --muted: rgba(255, 243, 228, 0.72);
  --line: rgba(255, 243, 228, 0.18);
  --accent: #ff7b45;
  --accent-2: #ffd166;
  --accent-3: #6ee7dd;
  --shadow: 0 32px 100px rgba(52, 23, 9, 0.48);
  --radius: 20px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.theme-sunset::before {
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 209, 102, 0.28), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(255, 123, 69, 0.3), transparent 30rem),
    linear-gradient(120deg, rgba(110, 231, 221, 0.09), transparent 38%);
}

.theme-aurora {
  --bg: #05070d;
  --surface: rgba(14, 18, 32, 0.74);
  --surface-strong: #111729;
  --ink: #f8fbff;
  --muted: rgba(248, 251, 255, 0.68);
  --line: rgba(248, 251, 255, 0.16);
  --accent: #8debd8;
  --accent-2: #d8b25f;
  --accent-3: #b8a4ff;
  --shadow: 0 36px 120px rgba(0, 0, 0, 0.58);
  --radius: 26px;
  font-family: "Didot", Georgia, serif;
}

.theme-aurora::before {
  background:
    conic-gradient(from 130deg at 30% 0%, transparent, rgba(141, 235, 216, 0.22), transparent, rgba(184, 164, 255, 0.18), transparent),
    radial-gradient(circle at 80% 8%, rgba(216, 178, 95, 0.14), transparent 24rem),
    #05070d;
  filter: saturate(1.2);
}

.theme-coast {
  --bg: #e7f1ee;
  --surface: rgba(250, 255, 252, 0.9);
  --surface-strong: #fbfffc;
  --ink: #102421;
  --muted: rgba(16, 36, 33, 0.66);
  --line: rgba(16, 36, 33, 0.24);
  --accent: #006b60;
  --accent-2: #f04f3a;
  --accent-3: #f5cf4a;
  --shadow: 12px 12px 0 rgba(0, 107, 96, 0.16);
  --radius: 0;
  font-family: Impact, "Arial Black", sans-serif;
}

.theme-coast::before {
  background:
    linear-gradient(135deg, rgba(0, 107, 96, 0.09) 25%, transparent 25% 50%, rgba(240, 79, 58, 0.08) 50% 75%, transparent 75%),
    linear-gradient(90deg, rgba(16, 36, 33, 0.08) 1px, transparent 1px);
  background-size: 54px 54px, 18px 18px;
}

.theme-postcard {
  --bg: #fff4df;
  --surface: rgba(255, 253, 243, 0.88);
  --surface-strong: #fffdf3;
  --ink: #29323a;
  --muted: rgba(41, 50, 58, 0.68);
  --line: rgba(41, 50, 58, 0.18);
  --accent: #2f8c93;
  --accent-2: #e45f52;
  --accent-3: #f6c35b;
  --shadow: 0 24px 70px rgba(83, 57, 34, 0.18);
  --radius: 16px;
  font-family: "Courier New", Courier, monospace;
}

.theme-postcard::before {
  background:
    radial-gradient(circle at 12% 14%, rgba(47, 140, 147, 0.16), transparent 18rem),
    radial-gradient(circle at 88% 8%, rgba(228, 95, 82, 0.18), transparent 20rem),
    repeating-linear-gradient(-8deg, rgba(41, 50, 58, 0.035) 0 2px, transparent 2px 12px);
}

.theme-alpine {
  --bg: #f1f8f9;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --ink: #13242e;
  --muted: rgba(19, 36, 46, 0.66);
  --line: rgba(19, 36, 46, 0.14);
  --accent: #287c8f;
  --accent-2: #8f6a42;
  --accent-3: #badfe7;
  --shadow: 0 28px 90px rgba(40, 124, 143, 0.16);
  --radius: 26px;
  font-family: "Hoefler Text", Georgia, serif;
}

.theme-alpine::before {
  background:
    linear-gradient(150deg, transparent 55%, rgba(40, 124, 143, 0.11) 55% 58%, transparent 58%),
    radial-gradient(circle at 78% 16%, rgba(186, 223, 231, 0.55), transparent 28rem);
}

.theme-taxi {
  --bg: #070807;
  --surface: rgba(16, 17, 15, 0.86);
  --surface-strong: #171812;
  --ink: #fffbe8;
  --muted: rgba(255, 251, 232, 0.68);
  --line: rgba(255, 251, 232, 0.18);
  --accent: #ffd429;
  --accent-2: #00b7a8;
  --accent-3: #ffffff;
  --shadow: 0 32px 110px rgba(0, 0, 0, 0.62);
  --radius: 12px;
  font-family: "Arial Black", "Avenir Next", sans-serif;
}

.theme-taxi::before {
  background:
    linear-gradient(45deg, rgba(255, 212, 41, 0.12) 25%, transparent 25% 50%, rgba(255, 212, 41, 0.12) 50% 75%, transparent 75%),
    radial-gradient(circle at 86% 12%, rgba(0, 183, 168, 0.18), transparent 24rem);
  background-size: 28px 28px, auto;
}

.theme-festival {
  --bg: #f8f2ea;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fffdf8;
  --ink: #222323;
  --muted: rgba(34, 35, 35, 0.66);
  --line: rgba(34, 35, 35, 0.16);
  --accent: #1a9a86;
  --accent-2: #f04f7a;
  --accent-3: #ffcb3d;
  --shadow: 0 26px 76px rgba(34, 35, 35, 0.16);
  --radius: 24px;
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
}

.theme-festival::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(240, 79, 122, 0.18) 0 4px, transparent 5px),
    radial-gradient(circle at 80% 14%, rgba(26, 154, 134, 0.18) 0 5px, transparent 6px),
    linear-gradient(125deg, rgba(255, 203, 61, 0.16), transparent 36%);
  background-size: 44px 44px, 62px 62px, auto;
}

.variant-switcher {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  display: flex;
  gap: 6px;
  width: min(1120px, calc(100% - 24px));
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-strong) 86%, transparent);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
  overflow-x: auto;
  scrollbar-width: none;
}

.variant-switcher::-webkit-scrollbar {
  display: none;
}

.variant-switcher button {
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.variant-switcher button.is-active {
  color: #fff;
  background: var(--accent);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 80;
  width: min(var(--max), calc(100vw - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.site-header.is-scrolled {
  box-shadow: var(--shadow);
}

.brand,
.main-nav,
.header-actions,
.hero-actions,
.hero-proof,
.stay-badges,
.contact-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--surface-strong);
  background: var(--accent);
  font-family: Georgia, serif;
  font-weight: 800;
}

.brand-mark-logo {
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 163, 0.34);
  border-radius: 50%;
  background: #020202;
  box-shadow: 0 0 22px rgba(255, 196, 107, 0.16);
}

.brand-mark-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.42);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.main-nav {
  gap: 4px;
}

.main-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
}

.main-nav a:hover {
  color: var(--ink);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}

.header-actions {
  gap: 12px;
}

.header-actions a {
  color: var(--muted);
  font-size: 0.9rem;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-actions .social-link {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 48%, transparent);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(7, 17, 20, 0.28);
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 16%, transparent);
  transition: transform 220ms var(--ease), color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.header-actions .social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-actions .social-link-telegram {
  border-color: rgba(36, 161, 222, 0.72);
  color: #ffffff;
  background: #229ed9;
  box-shadow: 0 0 18px rgba(36, 161, 222, 0.3);
}

.header-actions .social-link-whatsapp {
  border-color: rgba(37, 211, 102, 0.72);
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.28);
}

.header-actions .social-link-max {
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.74);
}

.header-actions .social-link-max img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-actions .social-link:hover {
  color: #071114;
  background: var(--accent);
  box-shadow: 0 0 28px color-mix(in srgb, var(--accent) 36%, transparent);
  transform: translateY(-2px);
}

.header-actions .social-link-telegram:hover {
  color: #ffffff;
  background: #229ed9;
  box-shadow: 0 0 28px rgba(36, 161, 222, 0.44);
}

.header-actions .social-link-whatsapp:hover {
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 0 28px rgba(37, 211, 102, 0.44);
}

.header-actions .social-link-max:hover {
  background: #ffffff;
  box-shadow: 0 0 28px rgba(105, 116, 255, 0.36);
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

.mobile-menu-toggle {
  width: 40px;
  height: 40px;
  grid-template-columns: repeat(2, 4px);
  grid-auto-rows: 4px;
  place-content: center;
  gap: 5px;
  border: 1px solid color-mix(in srgb, var(--accent) 52%, transparent);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(7, 17, 20, 0.42);
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 16%, transparent);
  cursor: pointer;
  transition: transform 220ms var(--ease), background 220ms ease, box-shadow 220ms ease;
}

.mobile-menu-toggle span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px color-mix(in srgb, var(--accent) 26%, transparent);
}

.site-header.is-menu-open .mobile-menu-toggle {
  color: #061113;
  background: var(--accent);
  box-shadow: 0 0 26px color-mix(in srgb, var(--accent) 42%, transparent);
  transform: rotate(45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface);
  cursor: pointer;
  transition: transform 220ms var(--ease), box-shadow 220ms ease, background 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, #000));
  box-shadow: 0 18px 40px color-mix(in srgb, var(--accent) 24%, transparent);
  font-weight: 800;
}

.btn-primary:hover {
  box-shadow:
    0 24px 58px color-mix(in srgb, var(--accent) 34%, transparent),
    0 0 34px color-mix(in srgb, var(--accent) 20%, transparent);
}

.btn-secondary {
  color: var(--accent);
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
}

.site-header .btn-small {
  border-color: rgba(73, 197, 177, 0.84);
  color: var(--ink);
  background: rgba(7, 17, 20, 0.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 18px rgba(73, 197, 177, 0.34),
    0 0 34px rgba(73, 197, 177, 0.18);
}

.site-header .btn-small:hover {
  color: #071114;
  background: #49c5b1;
  border-color: #49c5b1;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 0 22px rgba(73, 197, 177, 0.58),
    0 0 44px rgba(73, 197, 177, 0.28);
}

.btn-wide {
  width: 100%;
}

.hero {
  position: relative;
  --mx: 0;
  --my: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 32px;
  align-items: end;
  padding: 138px max(24px, calc((100vw - var(--max)) / 2)) 74px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.12) saturate(1.04);
  transform: scale(1.01);
  animation: heroDrift 16s var(--ease) infinite alternate;
  transition: filter 260ms ease, transform 260ms ease;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(244, 239, 228, 0.94), rgba(244, 239, 228, 0.56) 48%, rgba(244, 239, 228, 0.12)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.route-line {
  position: absolute;
  right: 8vw;
  bottom: 16vh;
  z-index: -1;
  width: 36vw;
  height: 12vw;
  border-top: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  border-right: 2px solid color-mix(in srgb, var(--accent) 38%, transparent);
  border-radius: 0 80px 0 0;
}

.route-line::before,
.route-line::after {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background: var(--accent);
  box-shadow: 0 0 0 12px color-mix(in srgb, var(--accent) 16%, transparent);
}

.route-line::before {
  top: -8px;
  left: 0;
}

.route-line::after {
  right: -8px;
  bottom: 0;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0);
  transition: transform 260ms ease;
}

.hero-atmosphere span {
  position: absolute;
  display: block;
  border: 1px solid color-mix(in srgb, var(--accent-3) 46%, transparent);
  opacity: 0.72;
  filter: drop-shadow(0 0 24px color-mix(in srgb, var(--accent) 24%, transparent));
}

.hero-atmosphere span:nth-child(1) {
  right: 18%;
  top: 20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: orbitFloat 9s ease-in-out infinite alternate;
}

.hero-atmosphere span:nth-child(2) {
  right: 35%;
  bottom: 22%;
  width: 170px;
  height: 72px;
  border-radius: 999px;
  transform: rotate(-16deg);
  animation: softBob 7s ease-in-out infinite;
}

.theme-cinema .hero-atmosphere span:nth-child(2) {
  display: none;
}

.hero-atmosphere span:nth-child(3) {
  left: 10%;
  bottom: 18%;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  transform: rotate(24deg);
  animation: slowSpin 16s linear infinite;
}

.route-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.route-pills button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: color-mix(in srgb, var(--surface) 72%, transparent);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 220ms var(--ease), background 220ms ease, color 220ms ease;
}

.route-pills button:hover,
.route-pills button.is-active {
  color: #fff;
  background: var(--accent);
  transform: translateY(-3px);
}

.mini-map {
  position: relative;
  height: 112px;
  margin: -4px 0 20px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 48%, color-mix(in srgb, var(--accent) 20%, transparent) 49% 51%, transparent 52%),
    radial-gradient(circle at 15% 70%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 18%),
    color-mix(in srgb, var(--surface-strong) 72%, transparent);
}

.mini-map::before {
  display: none;
}

.mini-map-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mini-map-line polyline {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--accent) 42%, transparent));
  stroke-dasharray: 4 7;
  stroke-dashoffset: 0;
  animation: mapDashFlow 1.2s linear infinite;
}

.mini-map span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--surface-strong);
  background: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 1.01rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 5.3vw, 6.2rem);
}

.hero-title-accent {
  display: block;
  max-width: 640px;
  margin-top: 16px;
  color: var(--accent-2);
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  font-weight: 495;
  line-height: 1.24;
  text-shadow: none;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4.6rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-content > p:not(.eyebrow) {
  max-width: 680px;
  color: color-mix(in srgb, var(--ink) 82%, transparent);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof span {
  min-width: 152px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.hero-proof strong {
  display: block;
  color: var(--ink);
  font-size: 1.16rem;
}

.booking-panel,
.transport-card,
.vip-shell,
.tour-card,
.stay-slider,
.dolphin-card,
.contact-card,
.contact-links,
.lead-dialog {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.booking-panel {
  padding: 22px 24px 24px;
  border-radius: calc(var(--radius) + 8px);
}

.panel-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
}

.booking-panel h2 {
  margin-bottom: 16px;
  font-size: 1.72rem;
  white-space: nowrap;
}

.booking-panel > p:last-child {
  margin: 18px 0 0;
  font-size: 0.92rem;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

select,
input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  color: var(--ink);
  background: color-mix(in srgb, var(--surface-strong) 88%, transparent);
  outline: none;
  padding: 0 15px;
}

select:focus,
input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);
}

.price-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0;
  padding: 18px;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--accent) 9%, transparent);
}

.price-result strong {
  color: var(--accent);
  font-size: 1.45rem;
}

.section {
  width: min(var(--max), calc(100vw - 32px));
  margin: 0 auto;
  padding: 112px 0 0;
  scroll-margin-top: 120px;
}

.section-head {
  max-width: 790px;
  margin-bottom: 38px;
}

.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.transport-card {
  overflow: hidden;
  border-radius: calc(var(--radius) + 10px);
  transition: transform 420ms var(--ease), border-color 320ms ease, box-shadow 320ms ease;
}

.transport-card:hover {
  border-color: color-mix(in srgb, var(--accent) 48%, transparent);
  box-shadow:
    var(--shadow),
    0 0 54px color-mix(in srgb, var(--accent) 18%, transparent);
  transform: translateY(-8px);
}

.transport-photo {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}

.transport-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  transition: transform 700ms var(--ease);
}

.transport-card:hover .transport-photo img {
  transform: scale(1.045) translateY(-4px);
}

.transport-photo span,
.premium-label,
.dolphin-card > span {
  display: inline-flex;
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--accent-2);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transport-photo span {
  position: absolute;
  left: 18px;
  top: 18px;
}

.transport-body {
  padding: 26px;
}

.price-list,
.vip-prices {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.price-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-list span,
.vip-prices span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.price-list strong,
.vip-prices strong {
  color: var(--ink);
}

.vip-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  overflow: hidden;
  padding: 36px;
  border-radius: calc(var(--radius) + 16px);
}

.vip-shell::before {
  position: absolute;
  inset: auto -20% -48% 15%;
  height: 70%;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--accent-3) 34%, transparent), transparent 70%);
  animation: glowFloat 7s ease-in-out infinite alternate;
}

.vip-copy,
.vip-card {
  position: relative;
  z-index: 1;
}

.vip-points {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.vip-points li {
  padding-left: 24px;
  color: var(--muted);
  background: linear-gradient(var(--accent), var(--accent)) 0 0.7em / 10px 10px no-repeat;
}

.vip-card img {
  width: 100%;
  min-height: 260px;
  object-fit: contain;
  margin: 8px 0 18px;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.22));
  animation: carFloat 4.8s ease-in-out infinite alternate;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tour-card {
  position: relative;
  min-height: clamp(250px, 25vw, 330px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
}

.tour-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--ease), filter 850ms var(--ease);
}

.tour-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2));
  transform: translateY(calc(100% - 92px));
  transition: transform 520ms var(--ease);
}

.tour-card:hover img,
.tour-card:focus-within img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.tour-card:hover .tour-overlay,
.tour-card:focus-within .tour-overlay {
  transform: translateY(0);
}

.tour-overlay h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.08;
}

.tour-overlay ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms var(--ease);
}

.tour-overlay li {
  color: rgba(255, 255, 255, 0.78);
}

.tour-overlay strong {
  display: block;
  margin-bottom: 16px;
  color: var(--accent-3);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease 80ms, transform 260ms var(--ease) 80ms;
}

.tour-request {
  min-height: 44px;
  border: 1px solid color-mix(in srgb, var(--accent) 72%, transparent);
  border-radius: 999px;
  padding: 0 16px;
  color: #071114;
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, #ffffff));
  box-shadow: 0 16px 38px color-mix(in srgb, var(--accent) 24%, transparent);
  font-weight: 900;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease 130ms, transform 260ms var(--ease) 130ms, box-shadow 220ms ease;
}

.tour-request:hover {
  box-shadow: 0 22px 54px color-mix(in srgb, var(--accent) 34%, transparent);
}

.tour-card:hover .tour-overlay ul,
.tour-card:hover .tour-overlay strong,
.tour-card:hover .tour-request,
.tour-card:focus-within .tour-overlay ul,
.tour-card:focus-within .tour-overlay strong,
.tour-card:focus-within .tour-request {
  opacity: 1;
  transform: translateY(0);
}

.stay-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: start;
}

.stay-slider {
  position: sticky;
  top: 118px;
  overflow: hidden;
  border-radius: calc(var(--radius) + 12px);
  transition: transform 420ms var(--ease), border-color 280ms ease, box-shadow 280ms ease;
}

.stay-slider:hover {
  border-color: color-mix(in srgb, var(--accent) 42%, transparent);
  box-shadow:
    var(--shadow),
    0 0 52px color-mix(in srgb, var(--accent) 16%, transparent);
  transform: translateY(-6px);
}

.stay-track {
  display: flex;
  transition: transform 520ms var(--ease);
}

.stay-track img {
  width: 100%;
  height: 650px;
  flex: 0 0 100%;
  object-fit: cover;
}

.stay-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.stay-controls button,
.to-top,
.dialog-close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--surface-strong);
  cursor: pointer;
}

.stay-copy > p {
  font-size: 1.04rem;
}

.stay-badges {
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.stay-badges span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  background: color-mix(in srgb, var(--surface-strong) 74%, transparent);
  font-size: 0.88rem;
  font-weight: 800;
}

.dolphin-card {
  padding: 26px;
  border-radius: calc(var(--radius) + 8px);
}

.stay-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0;
}

.stay-price strong {
  color: var(--accent);
  font-size: 3rem;
  line-height: 1;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 18px;
  padding-bottom: 100px;
}

.reviews-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: stretch;
  padding: 30px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: calc(var(--radius) + 16px);
  background:
    radial-gradient(circle at 18% 14%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow:
    var(--shadow),
    0 0 70px color-mix(in srgb, var(--accent) 10%, transparent);
  backdrop-filter: blur(22px);
}

.reviews-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  margin-bottom: 0;
}

.reviews-head h2 {
  margin-bottom: 18px;
}

.license-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 470px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 20, 0.58);
}

.license-card img {
  width: 118px;
  aspect-ratio: 0.7;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.license-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 700;
}

.license-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.license-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.license-actions .btn {
  min-height: 42px;
  padding: 11px 15px;
  font-size: 0.9rem;
}

.reviews-carousel {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--surface);
}

.reviews-carousel::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.reviews-track {
  display: flex;
  height: 100%;
  min-height: 540px;
  transition: transform 520ms var(--ease);
}

.review-slide {
  position: relative;
  display: flex;
  min-width: 100%;
  min-height: 540px;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 54px);
}

.review-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  border: 0;
}

.review-slide-widget {
  padding: 0;
  background: #f3f1ed;
}

.yandex-review-card {
  justify-content: flex-start;
  padding: 20px 20px 28px;
  color: #111111;
  background: #ffffff;
  font-family: "YS Text", Arial, sans-serif;
}

.yandex-card-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.yandex-card-head h3 {
  margin: 0 0 10px;
  color: #111111;
  font-family: "YS Text", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.yandex-card-head > span {
  color: #7f7f7f;
  font-size: 0.94rem;
  font-weight: 700;
  white-space: nowrap;
}

.yandex-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.yandex-rating strong {
  color: #111111;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.9;
}

.yandex-rating span,
.yandex-comment span {
  color: #ffc400;
  letter-spacing: 0;
}

.yandex-rating small {
  color: #8a8a8a;
  font-size: 0.92rem;
}

.yandex-review-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 14px;
  border-radius: 6px;
  color: #111111;
  background: #f3f3f3;
  font-weight: 700;
}

.yandex-review-cta a {
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  color: #ffffff;
  background: #258ffb;
  font-weight: 700;
}

.yandex-comment {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.yandex-comment img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.yandex-comment h4 {
  margin: 0 0 2px;
  color: #111111;
  font-size: 1rem;
}

.yandex-comment small {
  display: block;
  margin-bottom: 10px;
  color: #8a8a8a;
}

.yandex-comment p {
  max-width: none;
  margin: 10px 0 0;
  color: #111111;
  font-family: "YS Text", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.yandex-more-link {
  align-self: center;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 8px;
  color: #198cff;
  background: #f5f7fa;
  font-family: "YS Text", Arial, sans-serif;
  font-weight: 700;
}

.review-topline {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 30px;
}

.review-topline span {
  color: var(--accent-2);
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 600;
  line-height: 0.82;
}

.review-topline small {
  color: var(--muted);
  font-size: 1rem;
}

.review-slide h3 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 600;
  line-height: 0.98;
}

.review-slide p {
  max-width: 680px;
  color: color-mix(in srgb, var(--ink) 78%, transparent);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.62;
}

.review-slide a {
  width: fit-content;
  margin-top: 22px;
  color: var(--accent);
  font-weight: 700;
}

.reviews-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent);
  border-radius: 999px;
  background: rgba(7, 17, 20, 0.72);
  backdrop-filter: blur(14px);
}

.reviews-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: 50%;
  color: var(--ink);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  cursor: pointer;
  transition: transform 220ms var(--ease), background 220ms ease;
}

.reviews-controls button:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.review-dots {
  display: flex;
  gap: 6px;
}

.review-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  background: color-mix(in srgb, var(--ink) 28%, transparent);
}

.review-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--accent);
}

.contact-card,
.contact-links {
  padding: 32px;
  border-radius: calc(var(--radius) + 10px);
  transition: transform 360ms var(--ease), border-color 260ms ease, box-shadow 260ms ease;
}

.contact-card:hover,
.contact-links:hover {
  border-color: color-mix(in srgb, var(--accent) 40%, transparent);
  box-shadow:
    var(--shadow),
    0 0 48px color-mix(in srgb, var(--accent) 16%, transparent);
  transform: translateY(-5px);
}

.lead-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-links {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.contact-links span {
  color: var(--muted);
}

.contact-links a {
  color: var(--accent);
  font-size: 1.28rem;
  font-weight: 900;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  padding: 0 0 96px;
}

.lead-dialog {
  width: min(520px, calc(100% - 32px));
  padding: 34px;
  border-radius: calc(var(--radius) + 12px);
  color: var(--ink);
}

.certificate-dialog {
  width: min(860px, calc(100% - 28px));
  max-height: min(92vh, 960px);
  padding: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: calc(var(--radius) + 12px);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    var(--bg);
  box-shadow: var(--shadow);
}

.certificate-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.certificate-dialog > div {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
}

.certificate-dialog h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.certificate-dialog img {
  width: min(520px, 100%);
  max-height: 62vh;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.certificate-dialog .btn {
  justify-self: center;
}

.lead-dialog::backdrop {
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(8px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.form-status {
  min-height: 24px;
  color: var(--accent);
  font-weight: 800;
}

.theme-route .site-header,
.theme-route .variant-switcher,
.theme-route .booking-panel,
.theme-route .transport-card,
.theme-route .vip-shell,
.theme-route .tour-card,
.theme-route .stay-slider,
.theme-route .dolphin-card,
.theme-route .contact-card,
.theme-route .contact-links,
.theme-route .lead-dialog {
  border-width: 2px;
  box-shadow: 8px 8px 0 rgba(15, 111, 169, 0.1);
}

.theme-route .hero {
  align-items: center;
}

.theme-route .hero::after {
  background:
    linear-gradient(90deg, rgba(237, 244, 247, 0.96), rgba(237, 244, 247, 0.68) 52%, rgba(237, 244, 247, 0.18)),
    linear-gradient(0deg, var(--bg), transparent 36%);
}

.theme-route h1,
.theme-route h2 {
  font-family: "Arial Black", "Avenir Next", sans-serif;
  line-height: 0.94;
  text-transform: uppercase;
}

.theme-route .btn,
.theme-route .main-nav a,
.theme-route .variant-switcher {
  border-radius: 6px;
}

.theme-route .brand-mark {
  border-radius: 6px;
  color: #fff;
}

.theme-route .route-line {
  border-color: var(--accent-2);
  border-style: dashed;
}

.theme-route .transport-photo {
  background:
    linear-gradient(rgba(15, 111, 169, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 169, 0.08) 1px, transparent 1px),
    #f7fbfd;
  background-size: 28px 28px;
}

.theme-route .price-list span,
.theme-route .vip-prices span {
  border-bottom-style: dashed;
}

.theme-route .tour-card {
  min-height: 460px;
}

.theme-night .site-header {
  background: rgba(8, 8, 7, 0.68);
}

.theme-night .hero::after {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.94), rgba(8, 8, 7, 0.62) 48%, rgba(8, 8, 7, 0.14)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-night h1,
.theme-night h2 {
  font-family: Didot, Georgia, serif;
  font-weight: 500;
}

.theme-night .btn-primary {
  color: #17110b;
  background: linear-gradient(135deg, #fff1bf, var(--accent), #8d6d3d);
}

.theme-night .booking-panel,
.theme-night .transport-card,
.theme-night .vip-shell,
.theme-night .stay-slider,
.theme-night .dolphin-card,
.theme-night .contact-card,
.theme-night .contact-links,
.theme-night .lead-dialog {
  background:
    linear-gradient(145deg, rgba(255, 246, 231, 0.08), rgba(255, 246, 231, 0.025)),
    rgba(12, 11, 10, 0.72);
}

.theme-night .vip-shell {
  border-color: rgba(202, 164, 106, 0.38);
}

.theme-night .transport-photo {
  background: radial-gradient(circle at 50% 76%, rgba(202, 164, 106, 0.26), transparent 48%);
}

.theme-night .transport-photo img,
.theme-night .vip-card img {
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.62));
}

.theme-night .tour-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.08));
}

.theme-night .variant-switcher button.is-active {
  color: #17110b;
  background: linear-gradient(135deg, #fff1bf, var(--accent));
}

.theme-cinema .hero {
  align-items: start;
}

.theme-cinema .hero::after {
  background:
    linear-gradient(90deg, rgba(7, 17, 20, 0.88), rgba(7, 17, 20, 0.48) 48%, rgba(7, 17, 20, 0.08)),
    linear-gradient(0deg, var(--bg), transparent 38%);
}

.theme-cinema h1,
.theme-cinema h2 {
  font-family: "Hoefler Text", Georgia, serif;
  font-weight: 495;
  text-transform: uppercase;
}

.theme-cinema h1 {
  max-width: 720px;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  line-height: 0.9;
  text-shadow: 0 30px 90px rgba(0, 0, 0, 0.66);
}

.theme-cinema .hero-content {
  min-height: clamp(540px, 68vh, 610px);
}

.theme-cinema .booking-panel {
  align-self: start;
  margin-top: 0;
}

.theme-cinema #transport .section-head h2 {
  font-size: clamp(2.4rem, 3.99vw, 4.25rem);
}

.theme-cinema #vip .vip-copy h2 {
  font-size: clamp(2.25rem, 3.85vw, 4.1rem);
}

.theme-cinema .booking-panel,
.theme-cinema .transport-card,
.theme-cinema .stay-slider,
.theme-cinema .dolphin-card,
.theme-cinema .contact-card,
.theme-cinema .contact-links {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
}

.theme-cinema .vip-shell {
  border-color: rgba(245, 204, 104, 0.68);
  background:
    radial-gradient(circle at 76% 18%, rgba(245, 204, 104, 0.28), transparent 24rem),
    linear-gradient(135deg, rgba(245, 204, 104, 0.2), transparent 28%),
    linear-gradient(150deg, #050607 0%, #10110d 45%, #201806 100%);
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 238, 170, 0.2) inset,
    0 0 62px rgba(245, 204, 104, 0.16);
}

.theme-cinema .vip-shell::after {
  position: absolute;
  inset: -45% auto auto -20%;
  width: 58%;
  height: 120%;
  content: "";
  background: linear-gradient(105deg, transparent, rgba(255, 238, 170, 0.24), transparent);
  transform: rotate(12deg);
  animation: vipShine 6s ease-in-out infinite;
  pointer-events: none;
}

.theme-cinema .vip-card img {
  transform-origin: 50% 72%;
  filter:
    drop-shadow(0 34px 38px rgba(0, 0, 0, 0.54))
    drop-shadow(0 0 28px rgba(245, 204, 104, 0.2));
  transition: transform 720ms var(--ease), filter 720ms ease;
}

.theme-cinema .vip-shell:hover .vip-card img {
  transform: translateY(-14px) scale(1.1) rotate(-1.2deg);
  filter:
    drop-shadow(0 48px 48px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 46px rgba(245, 204, 104, 0.36));
}

.theme-cinema .vip-prices span {
  transition: transform 260ms var(--ease), border-color 260ms ease, background 260ms ease;
}

.theme-cinema .vip-prices span:hover {
  border-color: rgba(245, 204, 104, 0.46);
  background: rgba(245, 204, 104, 0.09);
  transform: translateX(8px);
}

.trust-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 36%, transparent);
  border-radius: calc(var(--radius) + 18px);
  background:
    radial-gradient(circle at 19% 26%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow:
    var(--shadow),
    0 0 72px color-mix(in srgb, var(--accent) 12%, transparent);
  backdrop-filter: blur(22px);
}

.trust-shell::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) + 8px);
  pointer-events: none;
}

.trust-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  min-width: 0;
  align-items: center;
  min-height: 520px;
  padding: 38px 38px 0;
}

.trust-intro::before {
  position: absolute;
  left: 4%;
  bottom: 0;
  width: min(380px, 36%);
  height: 78%;
  content: "";
  border-radius: 48% 48% 0 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 20%, transparent), transparent 64%),
    rgba(3, 12, 14, 0.7);
  box-shadow: 0 -18px 80px color-mix(in srgb, var(--accent) 18%, transparent);
}

.trust-intro::after {
  position: absolute;
  left: 6%;
  top: 18%;
  width: 94px;
  height: 94px;
  content: "";
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
  border-radius: 34px;
  transform: rotate(18deg);
  animation: slowSpin 18s linear infinite;
}

.trust-portrait {
  position: relative;
  z-index: 2;
  align-self: end;
  min-width: 0;
}

.trust-portrait img {
  width: min(380px, 94%);
  margin: 0 auto;
  filter:
    drop-shadow(0 36px 42px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 28px color-mix(in srgb, var(--accent) 18%, transparent));
  transform-origin: 50% 100%;
  transition: transform 620ms var(--ease), filter 620ms ease;
}

.trust-shell:hover .trust-portrait img {
  filter:
    drop-shadow(0 42px 46px rgba(0, 0, 0, 0.56))
    drop-shadow(0 0 42px color-mix(in srgb, var(--accent) 28%, transparent));
  transform: translateY(-10px) scale(1.025);
}

.trust-quote {
  position: relative;
  z-index: 3;
  width: min(620px, 100%);
  min-width: 0;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 24px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 9%, transparent), transparent 42%),
    rgba(7, 17, 20, 0.78);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.trust-quote span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-quote h2 {
  margin-bottom: 12px;
  font-size: clamp(2.05rem, 2.3vw, 2.45rem);
}

.trust-quote p {
  max-width: 540px;
  margin-bottom: 18px;
  color: color-mix(in srgb, var(--ink) 80%, transparent);
  font-size: 1.125rem;
  line-height: 1.58;
}

.advantages-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 10px 38px 38px;
}

.advantages-panel .eyebrow {
  display: flex;
  justify-content: center;
  margin: 26px auto 14px;
  text-align: center;
}

.advantages-panel h3 {
  max-width: 660px;
  margin: 0 auto 26px;
  color: var(--ink);
  font-family: "Hoefler Text", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1;
  text-align: center;
}

.advantage-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.advantage-card {
  position: relative;
  min-height: 162px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--accent) 26%, transparent);
  border-radius: 22px;
  background: rgba(7, 17, 20, 0.56);
  transition: transform 360ms var(--ease), border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.advantage-card::after {
  position: absolute;
  inset: auto -20% -48% 20%;
  height: 90px;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent), transparent 70%);
  opacity: 0;
  transition: opacity 260ms ease, transform 360ms var(--ease);
}

.advantage-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.advantage-card h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.02rem;
}

.advantage-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.56;
}

.advantage-card:hover {
  border-color: color-mix(in srgb, var(--accent) 54%, transparent);
  background: color-mix(in srgb, var(--accent) 10%, rgba(7, 17, 20, 0.72));
  box-shadow: 0 22px 58px color-mix(in srgb, var(--accent) 14%, transparent);
  transform: translateY(-7px);
}

.advantage-card:hover::after {
  opacity: 1;
  transform: translateY(-10px);
}

.theme-cinema .tour-card {
  transform: perspective(900px) rotateX(0deg);
}

.theme-cinema .tour-card:hover {
  transform: perspective(900px) rotateX(2deg) translateY(-8px);
}

.theme-botanical h1,
.theme-botanical h2 {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 600;
}

.theme-botanical .hero::after {
  background:
    linear-gradient(90deg, rgba(238, 244, 223, 0.96), rgba(238, 244, 223, 0.64) 48%, rgba(238, 244, 223, 0.16)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-botanical .hero-atmosphere span {
  border-radius: 44% 56% 54% 46%;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  animation-name: leafFloat;
}

.theme-botanical .transport-card,
.theme-botanical .tour-card,
.theme-botanical .dolphin-card {
  border-radius: 38px 12px 38px 12px;
}

.theme-botanical .btn,
.theme-botanical .route-pills button,
.theme-botanical .variant-switcher button {
  border-radius: 999px 999px 999px 16px;
}

.theme-swiss .hero {
  align-items: center;
}

.theme-swiss .hero::after {
  background:
    linear-gradient(90deg, rgba(247, 247, 242, 0.98), rgba(247, 247, 242, 0.76) 45%, rgba(247, 247, 242, 0.18)),
    linear-gradient(0deg, var(--bg), transparent 36%);
}

.theme-swiss h1,
.theme-swiss h2 {
  font-family: Helvetica, "Arial Black", sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.theme-swiss .booking-panel,
.theme-swiss .transport-card,
.theme-swiss .vip-shell,
.theme-swiss .tour-card,
.theme-swiss .stay-slider,
.theme-swiss .dolphin-card,
.theme-swiss .contact-card,
.theme-swiss .contact-links,
.theme-swiss .lead-dialog {
  border-width: 2px;
  box-shadow: 10px 10px 0 rgba(17, 22, 24, 0.08);
}

.theme-swiss .route-line {
  border-radius: 0;
  border-color: var(--accent);
  transform: skewX(-12deg);
}

.theme-swiss .hero-proof span,
.theme-swiss .price-result,
.theme-swiss .mini-map {
  border-radius: 0;
}

.theme-sunset .hero::after {
  background:
    linear-gradient(90deg, rgba(33, 19, 13, 0.9), rgba(33, 19, 13, 0.52) 48%, rgba(33, 19, 13, 0.12)),
    linear-gradient(0deg, var(--bg), transparent 32%);
}

.theme-sunset h1,
.theme-sunset h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
}

.theme-sunset .btn-primary,
.theme-sunset .variant-switcher button.is-active {
  color: #271208;
  background: linear-gradient(135deg, #ffd166, #ff7b45 62%, #ff4d6d);
}

.theme-sunset .hero-atmosphere span:nth-child(1) {
  width: 210px;
  height: 210px;
  border: 0;
  background: radial-gradient(circle, rgba(255, 209, 102, 0.52), rgba(255, 123, 69, 0.1) 58%, transparent 70%);
  animation: sunPulse 5s ease-in-out infinite alternate;
}

.theme-sunset .transport-card:hover,
.theme-sunset .vip-shell:hover,
.theme-sunset .dolphin-card:hover {
  box-shadow: 0 34px 100px rgba(255, 123, 69, 0.24);
}

.theme-aurora .hero::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.94), rgba(5, 7, 13, 0.56) 49%, rgba(5, 7, 13, 0.12)),
    linear-gradient(0deg, var(--bg), transparent 36%);
}

.theme-aurora h1,
.theme-aurora h2 {
  font-family: Didot, Georgia, serif;
  font-weight: 500;
}

.theme-aurora .hero::before {
  position: absolute;
  inset: -30% -10% auto 18%;
  z-index: -1;
  height: 58%;
  content: "";
  background: linear-gradient(105deg, transparent, rgba(141, 235, 216, 0.24), rgba(184, 164, 255, 0.18), transparent);
  filter: blur(18px);
  transform: skewY(-7deg);
  animation: auroraSweep 8s ease-in-out infinite alternate;
}

.theme-aurora .btn-primary,
.theme-aurora .variant-switcher button.is-active {
  color: #071016;
  background: linear-gradient(135deg, #8debd8, #d8b25f 50%, #b8a4ff);
}

.theme-aurora .booking-panel,
.theme-aurora .transport-card,
.theme-aurora .vip-shell,
.theme-aurora .stay-slider,
.theme-aurora .dolphin-card,
.theme-aurora .contact-card,
.theme-aurora .contact-links {
  background:
    linear-gradient(145deg, rgba(141, 235, 216, 0.12), rgba(184, 164, 255, 0.06)),
    rgba(14, 18, 32, 0.72);
}

.theme-aurora .transport-photo {
  background: radial-gradient(circle at 50% 70%, rgba(141, 235, 216, 0.22), transparent 44%);
}

.theme-cinema .hero-atmosphere,
.theme-aurora .hero-atmosphere {
  mix-blend-mode: screen;
}

.theme-cinema .site-header,
.theme-sunset .site-header,
.theme-aurora .site-header {
  background: color-mix(in srgb, var(--surface) 78%, transparent);
}

.theme-coast .hero {
  align-items: center;
}

.theme-coast .hero::after {
  background:
    linear-gradient(90deg, rgba(231, 241, 238, 0.98), rgba(231, 241, 238, 0.7) 44%, rgba(231, 241, 238, 0.12)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-coast h1,
.theme-coast h2 {
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 0.86;
  text-transform: uppercase;
}

.theme-coast .booking-panel,
.theme-coast .transport-card,
.theme-coast .vip-shell,
.theme-coast .tour-card,
.theme-coast .stay-slider,
.theme-coast .dolphin-card,
.theme-coast .contact-card,
.theme-coast .contact-links,
.theme-coast .lead-dialog {
  border-width: 3px;
  box-shadow: var(--shadow);
}

.theme-coast .btn,
.theme-coast .variant-switcher,
.theme-coast .variant-switcher button,
.theme-coast .route-pills button {
  border-radius: 0;
}

.theme-coast .hero-atmosphere span {
  border-width: 3px;
  border-radius: 0;
  transform: rotate(-8deg);
}

.theme-coast .transport-card:hover,
.theme-coast .tour-card:hover {
  transform: translate(-6px, -6px);
}

.theme-postcard .hero::after {
  background:
    linear-gradient(90deg, rgba(255, 244, 223, 0.96), rgba(255, 244, 223, 0.62) 47%, rgba(255, 244, 223, 0.14)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-postcard h1,
.theme-postcard h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
}

.theme-postcard .booking-panel,
.theme-postcard .transport-card,
.theme-postcard .vip-shell,
.theme-postcard .stay-slider,
.theme-postcard .dolphin-card,
.theme-postcard .contact-card,
.theme-postcard .contact-links {
  border-style: dashed;
}

.theme-postcard .tour-card {
  border: 10px solid #fffdf3;
  box-shadow: 0 18px 50px rgba(83, 57, 34, 0.2);
  transform: rotate(-1.5deg);
}

.theme-postcard .tour-card:nth-child(even) {
  transform: rotate(1.5deg);
}

.theme-postcard .tour-card:hover {
  transform: rotate(0deg) translateY(-8px);
}

.theme-postcard .hero-atmosphere span {
  border-radius: 50%;
  border-style: dashed;
}

.theme-alpine .hero {
  align-items: center;
}

.theme-alpine .hero::after {
  background:
    linear-gradient(90deg, rgba(241, 248, 249, 0.96), rgba(241, 248, 249, 0.66) 48%, rgba(241, 248, 249, 0.12)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-alpine h1,
.theme-alpine h2 {
  font-family: "Hoefler Text", Georgia, serif;
  font-weight: 500;
}

.theme-alpine .booking-panel,
.theme-alpine .transport-card,
.theme-alpine .vip-shell,
.theme-alpine .stay-slider,
.theme-alpine .dolphin-card,
.theme-alpine .contact-card,
.theme-alpine .contact-links {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(186, 223, 231, 0.22)),
    var(--surface);
}

.theme-alpine .route-line {
  border-color: rgba(40, 124, 143, 0.42);
  border-radius: 100px 20px 100px 20px;
}

.theme-alpine .hero-atmosphere span:nth-child(1) {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  border-radius: 0;
  background: rgba(186, 223, 231, 0.24);
}

.theme-alpine .transport-photo img,
.theme-alpine .vip-card img {
  filter: drop-shadow(0 22px 28px rgba(40, 124, 143, 0.22));
}

.theme-taxi .hero::after {
  background:
    linear-gradient(90deg, rgba(7, 8, 7, 0.94), rgba(7, 8, 7, 0.64) 48%, rgba(7, 8, 7, 0.12)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-taxi h1,
.theme-taxi h2 {
  font-family: "Arial Black", Impact, sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
}

.theme-taxi .btn-primary,
.theme-taxi .variant-switcher button.is-active {
  color: #070807;
  background: linear-gradient(135deg, #fff7a6, #ffd429 58%, #00b7a8);
}

.theme-taxi .booking-panel,
.theme-taxi .transport-card,
.theme-taxi .vip-shell,
.theme-taxi .stay-slider,
.theme-taxi .dolphin-card,
.theme-taxi .contact-card,
.theme-taxi .contact-links {
  background:
    linear-gradient(145deg, rgba(255, 212, 41, 0.11), rgba(0, 183, 168, 0.04)),
    rgba(16, 17, 15, 0.82);
}

.theme-taxi .route-line {
  border-style: dashed;
  border-color: var(--accent);
  animation: taxiDash 2s linear infinite;
}

.theme-taxi .hero-atmosphere span {
  border-color: rgba(255, 212, 41, 0.62);
  box-shadow: 0 0 28px rgba(255, 212, 41, 0.22);
}

.theme-taxi .price-list span,
.theme-taxi .vip-prices span {
  border-bottom-style: dashed;
}

.theme-festival .hero::after {
  background:
    linear-gradient(90deg, rgba(248, 242, 234, 0.94), rgba(248, 242, 234, 0.58) 48%, rgba(248, 242, 234, 0.08)),
    linear-gradient(0deg, var(--bg), transparent 34%);
}

.theme-festival h1,
.theme-festival h2 {
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
  font-weight: 900;
}

.theme-festival .btn-primary,
.theme-festival .variant-switcher button.is-active {
  background: linear-gradient(135deg, #1a9a86, #f04f7a 58%, #ffcb3d);
}

.theme-festival .hero-atmosphere span {
  border: 0;
  background:
    linear-gradient(135deg, var(--accent), var(--accent-2));
  opacity: 0.3;
}

.theme-festival .hero-atmosphere span:nth-child(1) {
  border-radius: 50% 50% 8px 50%;
}

.theme-festival .hero-atmosphere span:nth-child(2) {
  border-radius: 50% 8px 50% 50%;
}

.theme-festival .tour-card:hover .tour-overlay {
  background: linear-gradient(0deg, rgba(26, 154, 134, 0.88), rgba(240, 79, 122, 0.22));
}

.theme-festival .transport-card,
.theme-festival .vip-shell,
.theme-festival .dolphin-card,
.theme-festival .contact-card {
  outline: 1px solid color-mix(in srgb, var(--accent-3) 50%, transparent);
  outline-offset: -8px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 740ms ease, transform 740ms var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes heroDrift {
  from {
    transform: scale(1.01) translate3d(-0.35%, -0.25%, 0);
  }

  to {
    transform: scale(1.035) translate3d(0.55%, 0.45%, 0);
  }
}

@keyframes glowFloat {
  from {
    transform: translate3d(-3%, 0, 0);
  }

  to {
    transform: translate3d(4%, -6%, 0);
  }
}

@keyframes carFloat {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-8px);
  }
}

@keyframes orbitFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(18px, -24px, 0) rotate(12deg);
  }
}

@keyframes softBob {
  0%,
  100% {
    transform: rotate(-16deg) translateY(0);
  }

  50% {
    transform: rotate(-10deg) translateY(-16px);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(384deg);
  }
}

@keyframes routeTrace {
  0%,
  100% {
    clip-path: inset(0 72% 0 0);
  }

  50% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes mapLineDraw {
  from {
    stroke-dashoffset: 150;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes mapDashFlow {
  to {
    stroke-dashoffset: -22;
  }
}

@keyframes vipShine {
  0%,
  100% {
    opacity: 0.22;
    transform: translateX(-24%) rotate(12deg);
  }

  50% {
    opacity: 0.78;
    transform: translateX(92%) rotate(12deg);
  }
}

@keyframes leafFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  to {
    transform: translate3d(18px, -26px, 0) rotate(16deg);
  }
}

@keyframes sunPulse {
  from {
    transform: scale(0.92);
    opacity: 0.55;
  }

  to {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@keyframes auroraSweep {
  from {
    transform: translateX(-8%) skewY(-7deg);
    opacity: 0.55;
  }

  to {
    transform: translateX(8%) skewY(-4deg);
    opacity: 0.9;
  }
}

@keyframes taxiDash {
  from {
    filter: drop-shadow(0 0 0 rgba(255, 212, 41, 0));
  }

  to {
    filter: drop-shadow(0 0 18px rgba(255, 212, 41, 0.42));
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .transport-grid,
  .vip-shell,
  .trust-shell,
  .stay-layout,
  .reviews-shell,
  .contact-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 118px;
  }

  .booking-panel {
    width: 100%;
    max-width: 520px;
  }

  .theme-cinema .hero-content {
    min-height: auto;
  }

  .theme-cinema .booking-panel {
    margin-top: 0;
  }

  .trust-intro {
    grid-template-columns: 0.86fr 1.14fr;
    min-height: 500px;
    padding: 30px 28px 0;
  }

  .advantages-panel {
    padding: 0 28px 34px;
  }

  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stay-slider {
    position: relative;
    top: auto;
  }

  .reviews-carousel,
  .reviews-track,
  .review-slide,
  .review-slide iframe {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .variant-switcher {
    overflow-x: auto;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .variant-switcher button {
    min-width: 170px;
  }

  .header-actions > a {
    display: none;
  }

  .social-icons {
    gap: 5px;
  }

  .header-actions .social-link {
    width: 29px;
    height: 29px;
  }

  .header-actions .social-link svg {
    width: 16px;
    height: 16px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    display: none;
  }

  .site-header {
    width: calc(100% - 20px);
    padding: 9px;
  }

  .header-actions {
    gap: 6px;
    margin-left: auto;
  }

  .site-header .btn-small {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 36px;
    height: 36px;
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(240px, calc(100vw - 20px));
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
      color-mix(in srgb, var(--surface) 96%, #000 4%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: 90% 0;
    transition: opacity 200ms ease, transform 220ms var(--ease);
    backdrop-filter: blur(20px);
  }

  .site-header.is-menu-open .mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-nav a {
    padding: 12px 14px;
    border-radius: 16px;
    color: var(--ink);
    font-size: 0.98rem;
  }

  .mobile-nav a:hover {
    background: color-mix(in srgb, var(--accent) 14%, transparent);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 14px;
    min-height: 100svh;
    padding: 88px 12px 34px;
  }

  .hero-bg {
    inset: -120px 0 0;
    height: calc(100% + 120px);
    object-position: 52% top;
    filter: brightness(1.16) saturate(1.08) contrast(1.04);
    transform: scale(1.02);
    animation-duration: 24s;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(3, 12, 14, 0.3) 0%, rgba(3, 12, 14, 0.58) 38%, var(--bg) 86%),
      linear-gradient(90deg, color-mix(in srgb, var(--bg) 88%, transparent), color-mix(in srgb, var(--bg) 46%, transparent) 58%, color-mix(in srgb, var(--bg) 74%, transparent));
  }

  .route-line {
    display: none;
  }

  .hero-atmosphere {
    opacity: 0.35;
  }

  .hero-atmosphere span:nth-child(1) {
    right: -22px;
    top: 140px;
    width: 82px;
    height: 82px;
  }

  .hero-atmosphere span:nth-child(2),
  .hero-atmosphere span:nth-child(3) {
    display: none;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .theme-cinema .hero h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(1.72rem, 7.9vw, 2.55rem);
    line-height: 0.94;
  }

  .hero-content,
  .booking-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-content > p:not(.eyebrow) {
    max-width: 35rem;
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-title-accent {
    max-width: 100%;
    margin-top: 10px;
    font-size: clamp(0.92rem, 3.8vw, 1.12rem);
    line-height: 1.2;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 16px;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .hero-proof {
    display: none;
  }

  .booking-panel {
    max-width: 430px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 26px;
    background: color-mix(in srgb, var(--surface) 92%, transparent);
  }

  .mini-map {
    height: 72px;
    margin: 0 0 10px;
    border-radius: 20px;
  }

  .mini-map span {
    padding: 4px 7px;
    font-size: 0.66rem;
  }

  .panel-kicker {
    margin-bottom: 7px;
    font-size: 0.72rem;
  }

  .booking-panel h2 {
    margin-bottom: 10px;
    font-size: clamp(1.28rem, 6.2vw, 1.56rem);
    white-space: nowrap;
  }

  .booking-panel label {
    gap: 5px;
    margin-bottom: 7px;
    font-size: 0.76rem;
  }

  .booking-panel select,
  .booking-panel input {
    min-height: 44px;
    border-radius: 18px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  .booking-panel .price-result {
    align-items: center;
    margin: 10px 0;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .booking-panel .price-result span {
    font-size: 0.8rem;
  }

  .booking-panel .price-result strong {
    font-size: 1.12rem;
    white-space: nowrap;
  }

  .booking-panel .btn-wide {
    min-height: 46px;
  }

  .booking-panel > p:last-child {
    margin-top: 9px;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .section {
    width: calc(100% - 24px);
    padding-top: 76px;
  }

  .price-list {
    grid-template-columns: 1fr;
  }

  .transport-photo {
    height: 230px;
  }

  .tour-grid {
    grid-template-columns: 1fr;
  }

  .trust-shell {
    border-radius: 28px;
  }

  .trust-shell::before {
    display: none;
  }

  .trust-intro {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px 18px 0;
  }

  .trust-intro::before {
    left: 8%;
    bottom: auto;
    top: 22px;
    width: 84%;
    height: 330px;
  }

  .trust-intro::after {
    top: 10%;
    width: 72px;
    height: 72px;
  }

  .trust-portrait img {
    width: min(240px, 76%);
    height: auto;
    max-height: 355px;
    object-fit: contain;
  }

  .trust-quote {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -28px auto 0;
    padding: 18px;
  }

  .advantages-panel {
    padding: 0 18px 24px;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .advantage-card {
    min-height: auto;
  }

  .tour-card {
    aspect-ratio: auto;
    min-height: 420px;
  }

  .tour-overlay {
    transform: translateY(calc(100% - 92px));
  }

  .stay-track img {
    height: 420px;
  }

  .contact-card,
  .contact-links,
  .reviews-shell,
  .dolphin-card,
  .vip-shell {
    padding: 22px;
  }

  .vip-card img {
    min-height: 0;
    height: auto;
    margin: 8px 0 16px;
  }

  .license-card {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 12px;
  }

  .license-card img {
    width: 84px;
  }

  .license-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .reviews-carousel,
  .reviews-track,
  .review-slide,
  .review-slide iframe {
    min-height: 460px;
  }

  .reviews-controls {
    right: 12px;
    bottom: 12px;
  }

  .yandex-card-head,
  .yandex-rating,
  .yandex-review-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .yandex-review-card {
    padding: 16px;
  }

  .yandex-comment p {
    font-size: 0.94rem;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 82px;
  }

  .theme-cinema .hero h1 {
    font-size: clamp(1.55rem, 7.8vw, 2.05rem);
  }

  .hero-title-accent {
    font-size: 0.86rem;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 13px;
  }

  .booking-panel {
    padding: 12px;
  }

  .mini-map {
    height: 62px;
  }

  .booking-panel h2 {
    font-size: 1.34rem;
  }

  .booking-panel select,
  .booking-panel input,
  .booking-panel .btn-wide {
    min-height: 40px;
  }

  .booking-panel > p:last-child {
    display: none;
  }
}

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