:root {
  --bg: #FFFBF5;
  --bg-2: #FFF3E6;
  --surface: #FFFFFF;
  --ink: #1B2340;
  --ink-2: #3A4262;
  --dim: #6B7290;
  --line: #EFE6D8;
  --volga: #1E88E5;
  --volga-soft: #E4F3FF;
  --lotus: #F0508C;
  --lotus-dk: #D63A76;
  --lotus-soft: #FFE6EF;
  --sun: #FFC83D;
  --sun-soft: #FFF4D1;
  --melon: #1FA968;
  --melon-soft: #E3F7EC;
  --shadow: 0 1px 2px rgba(27, 35, 64, .05), 0 8px 24px -8px rgba(27, 35, 64, .12);
  --shadow-lg: 0 2px 4px rgba(27, 35, 64, .05), 0 22px 44px -16px rgba(27, 35, 64, .22);
  --r: 22px;
  --r-s: 14px;
  --head: "Unbounded", "Manrope", system-ui, sans-serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .8, .24, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 500 17px/1.6 var(--body);
  overflow-x: hidden;
}

a { color: var(--volga); text-decoration: none; }
a:hover { color: var(--lotus-dk); }
img, svg { display: block; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.ic { width: 22px; height: 22px; flex: none; }
.ic-s { width: 17px; height: 17px; }

.top {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 251, 245, .86);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid rgba(239, 230, 216, .8);
}
.top-in { display: flex; align-items: center; gap: 24px; min-height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 700 17px/1.1 var(--head); letter-spacing: -.01em; white-space: nowrap; }
.logo:hover { color: var(--ink); }
.logo-mark { width: 38px; height: 38px; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a {
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink-2);
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.nav a:hover { background: var(--lotus-soft); color: var(--lotus-dk); }
.nav a[aria-current] { background: var(--ink); color: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 70% at 88% 12%, #FFE6A8 0, rgba(255, 230, 168, 0) 70%),
    radial-gradient(50% 60% at 6% 90%, #FFD2E2 0, rgba(255, 210, 226, 0) 70%),
    linear-gradient(180deg, #FFF6EC 0, #FFFBF5 100%);
}
.hero-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 40px; align-items: center; padding-top: 56px; padding-bottom: 40px; }
.hero-t { position: relative; z-index: 1; }
.hero-v { position: relative; }
.hero-art { width: 100%; height: auto; filter: drop-shadow(0 26px 36px rgba(214, 58, 118, .16)); }
.hero-art .kremlin { transform-origin: 50% 100%; animation: rise .9s var(--ease) both .1s; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow);
  color: var(--lotus-dk);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.h1 { font: 800 clamp(30px, 4.4vw, 50px)/1.08 var(--head); letter-spacing: -.025em; overflow-wrap: break-word; }
.h1-xl { font-size: clamp(36px, 5.6vw, 66px); }
.h1-xl::after {
  content: "";
  display: block;
  width: 96px;
  height: 8px;
  margin-top: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--lotus), var(--sun), var(--volga));
}
.h2 { font: 700 clamp(24px, 2.8vw, 32px)/1.15 var(--head); letter-spacing: -.02em; margin-bottom: 22px; }
.lead { margin-top: 18px; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; color: var(--ink-2); max-width: 640px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lotus) 0, #FF7A59 100%);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 10px 24px -8px rgba(240, 80, 140, .6);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(240, 80, 140, .7); }
.btn-ghost { background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
.btn-ghost:hover { color: var(--lotus-dk); box-shadow: var(--shadow-lg); }

.stats { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: var(--ink-2); font-weight: 700; font-size: 15px; }
.stats span { display: inline-flex; align-items: center; gap: 7px; }
.stats .ic { color: var(--lotus); }

.phero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 46px;
  background:
    radial-gradient(55% 90% at 100% 0, color-mix(in srgb, var(--c2) 55%, transparent) 0, transparent 70%),
    radial-gradient(40% 80% at 0 100%, color-mix(in srgb, var(--c1) 18%, transparent) 0, transparent 70%),
    linear-gradient(180deg, #FFF6EC, var(--bg));
}
.phero::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  opacity: .16;
}
.phero .wrap { position: relative; z-index: 1; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--dim); font-weight: 600; font-size: 14px; }
.crumbs a { color: var(--dim); }
.crumbs a:hover { color: var(--lotus-dk); }

.krotko {
  position: relative;
  margin: 32px 0 8px;
  padding: 22px 26px 22px 30px;
  border-radius: var(--r);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.krotko::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(180deg, var(--lotus), var(--sun)); }
.krotko-h { margin-bottom: 6px; font: 700 14px/1.2 var(--head); letter-spacing: .06em; text-transform: uppercase; color: var(--lotus-dk); }
.krotko p { font-size: 18px; color: var(--ink-2); }

.block { margin-top: 56px; }

.colls { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.coll {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 190px;
  padding: 22px;
  border-radius: var(--r);
  background: linear-gradient(145deg, var(--c1) 0, var(--c2) 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 14px 30px -18px var(--c1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.coll::after { content: ""; position: absolute; right: -40px; top: -40px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255, 255, 255, .16); transition: transform .5s var(--ease); }
.coll:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 22px 40px -18px var(--c1); }
.coll:hover::after { transform: scale(1.25); }
.coll-ic { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 8px; border-radius: 14px; background: rgba(255, 255, 255, .24); }
.coll-n { font-weight: 800; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; opacity: .9; }
.coll-h { font: 700 20px/1.2 var(--head); letter-spacing: -.01em; hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }
.coll-p { margin-top: auto; font-size: 14px; line-height: 1.45; opacity: .92; }

.dayroute {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-radius: calc(var(--r) + 6px);
  background:
    radial-gradient(60% 90% at 100% 0, #CDEBFF 0, transparent 70%),
    linear-gradient(135deg, #EAF6FF 0, #FFF3E6 100%);
}
.dayroute-t p:not(.kicker) { color: var(--ink-2); margin-bottom: 22px; }
.dayroute-l { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: s; }
.dayroute-l li { position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); font-weight: 700; }
.dayroute-l li span { display: grid; place-items: center; flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--volga); color: #fff; font-size: 14px; font-weight: 800; }

.map {
  position: relative;
  height: 460px;
  border-radius: var(--r);
  overflow: hidden;
  background: linear-gradient(135deg, #E4F3FF, #FFF3E6);
  box-shadow: var(--shadow);
  z-index: 0;
}
.map-ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--dim); font-weight: 700; }
.pin {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  background: var(--c);
  border: 3px solid #fff;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, .35);
}
.pin b { transform: rotate(45deg); color: #fff; font: 800 12px/1 var(--body); }
.leaflet-popup-content { font: 700 14px/1.4 var(--body); }
.leaflet-popup-content a { color: var(--volga); }
.leaflet-container { font-family: var(--body); }

.toc { margin-top: 26px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.toc a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 7px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-weight: 700;
  font-size: 14px;
  transition: transform .25s var(--ease), color .25s var(--ease);
}
.toc a:hover { color: var(--lotus-dk); transform: translateY(-2px); }
.toc b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--lotus-soft); color: var(--lotus-dk); font-size: 12px; }

.places { display: grid; gap: 20px; margin-top: 56px; }
.place {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  border-radius: var(--r);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.place-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 200px;
  background:
    radial-gradient(70% 60% at 80% 15%, rgba(255, 255, 255, .45) 0, transparent 70%),
    linear-gradient(150deg, var(--c1) 0, var(--c2) 100%);
  color: #fff;
  overflow: hidden;
}
.place-art::before, .place-art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .16); }
.place-art::before { width: 160px; height: 160px; left: -50px; bottom: -60px; }
.place-art::after { width: 90px; height: 90px; right: -20px; top: -20px; }
.place-art.has-photo { display: block; min-height: 240px; margin: 0; background: #E9E2D6; }
.place-art.has-photo::before, .place-art.has-photo::after { display: none; }
.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.has-photo .place-n { left: 12px; top: 12px; min-width: 42px; padding: 8px 10px; border-radius: 12px; background: rgba(255, 255, 255, .94); color: var(--ink); font-size: 20px; text-align: center; box-shadow: 0 6px 16px -6px rgba(0, 0, 0, .35); }
.credit { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 22px 12px 7px; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6)); color: rgba(255, 255, 255, .92); font-size: 11px; line-height: 1.35; overflow-wrap: anywhere; }
.credit a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .5); }
.credit a:hover { color: #fff; }
.mini-ph { flex: none; width: 56px; height: 56px; border-radius: 14px; object-fit: cover; background: #E9E2D6; }
.place-ic { width: 64px; height: 64px; stroke-width: 1.6; position: relative; z-index: 1; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .15)); }
.place-n { position: absolute; left: 16px; top: 12px; z-index: 1; font: 800 40px/1 var(--head); opacity: .9; }
.place-body { padding: 24px 28px; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.place-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.kind { padding: 4px 10px; border-radius: 999px; background: color-mix(in srgb, var(--k) 12%, #fff); color: var(--k); font-weight: 800; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.area { color: var(--dim); font-weight: 600; font-size: 14px; }
.place-h { font: 700 clamp(20px, 2vw, 25px)/1.2 var(--head); letter-spacing: -.015em; overflow-wrap: break-word; }
.addr { display: flex; gap: 7px; align-items: flex-start; color: var(--ink-2); font-weight: 600; font-size: 15px; }
.addr .ic { margin-top: 3px; color: var(--lotus); }
.about { color: var(--ink-2); }
.tip { display: flex; gap: 9px; align-items: flex-start; padding: 12px 14px; border-radius: var(--r-s); background: var(--sun-soft); color: #6B4E00; font-weight: 600; font-size: 15px; }
.tip .ic { margin-top: 3px; color: #D99A00; }
.place-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: auto; padding-top: 4px; }
.badge-free { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; background: var(--melon-soft); color: #11784A; font-weight: 800; font-size: 13px; }
.maplink { display: inline-flex; align-items: center; gap: 5px; font-weight: 800; font-size: 15px; }

.leg { display: flex; align-items: center; justify-content: center; gap: 8px; margin: -6px 0; color: var(--volga); font-weight: 800; font-size: 14px; }
.leg::before, .leg::after { content: ""; flex: 1; max-width: 120px; border-top: 2px dashed #B9DDFB; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.fchip {
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow);
  color: var(--ink-2);
  font: 700 15px/1.2 var(--body);
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.fchip:hover { transform: translateY(-2px); color: var(--lotus-dk); }
.fchip[aria-pressed="true"] { background: var(--ink); color: #fff; }
.fcount { margin: 14px 0 16px; color: var(--dim); font-weight: 700; font-size: 14px; min-height: 22px; }
.minis { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.mini {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: var(--r-s);
  background: var(--surface);
  box-shadow: var(--shadow);
  color: var(--ink);
  transition: opacity .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
}
.mini:hover { color: var(--ink); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.mini.is-out { opacity: 0; transform: scale(.96); }
.mini[hidden] { display: none; }
.mini-ic { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(145deg, var(--c1), var(--c2)); color: #fff; }
.mini-t { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.mini-t b { font-size: 16px; line-height: 1.3; }
.mini-k { color: var(--c1); font-weight: 800; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.mini-p { color: var(--dim); font-size: 14px; line-height: 1.45; }

.faq { display: grid; gap: 10px; }
.faq-item { border-radius: var(--r-s); background: var(--surface); box-shadow: var(--shadow); }
.faq-item h3 { font: inherit; }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: none;
  color: var(--ink);
  font: 700 17px/1.4 var(--body);
  text-align: left;
  cursor: pointer;
}
.faq-ic { position: relative; flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--lotus-soft); transition: background .3s var(--ease), transform .35s var(--ease); }
.faq-ic::before, .faq-ic::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2.5px; margin: -1.25px 0 0 -6px; border-radius: 2px; background: var(--lotus-dk); transition: transform .35s var(--ease), background .3s var(--ease); }
.faq-ic::after { transform: rotate(90deg); }
.faq-item.open .faq-ic { background: var(--lotus); transform: rotate(180deg); }
.faq-item.open .faq-ic::before, .faq-item.open .faq-ic::after { background: #fff; }
.faq-item.open .faq-ic::after { transform: rotate(0); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s var(--ease); }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 20px 20px; color: var(--ink-2); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }

.nf { padding: 90px 24px 120px; }
.nf .btn { margin-top: 28px; }

.foot { margin-top: 90px; padding: 48px 0 28px; background: var(--ink); color: #C9CEE3; }
.foot-in { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; }
.foot .logo { color: #fff; margin-bottom: 14px; }
.foot-about p { font-size: 15px; max-width: 560px; }
.foot-h { margin-bottom: 12px; color: #fff; font: 700 15px/1.2 var(--head); }
.foot-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 20px; }
.foot-list a { color: #C9CEE3; font-size: 15px; font-weight: 600; }
.foot-list a:hover { color: #fff; }
.foot-note { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 13px; color: #8E95B3; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

@keyframes rise { from { opacity: 0; transform: translateY(30px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .hero-in { grid-template-columns: 1fr; gap: 12px; padding-top: 36px; }
  .hero-v { margin: 14px 0 0; }
  .dayroute { grid-template-columns: 1fr; padding: 26px; }
  .top-in { flex-wrap: wrap; gap: 0; }
  .nav { order: 3; width: calc(100% + 48px); margin: 0 -24px; padding: 0 24px 10px; overflow-x: auto; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { padding: 6px 12px; font-size: 14px; background: var(--surface); box-shadow: var(--shadow); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .top-in { min-height: 56px; }
  .nav { width: calc(100% + 32px); margin: 0 -16px; padding: 0 16px 10px; }
  .logo { font-size: 15px; }
  .logo-mark { width: 34px; height: 34px; }
  .hero-art { filter: drop-shadow(0 14px 20px rgba(214, 58, 118, .14)); }
  .place { grid-template-columns: 1fr; }
  .place-art { min-height: 110px; }
  .place-art.has-photo { min-height: 0; aspect-ratio: 16 / 10; }
  .place-ic { width: 46px; height: 46px; }
  .place-n { font-size: 30px; }
  .place-body { padding: 20px 18px 22px; }
  .map { height: 360px; }
  .krotko { padding: 18px 18px 18px 22px; }
  .krotko p { font-size: 16px; }
  .block { margin-top: 44px; }
  .places { margin-top: 44px; }
  .minis { grid-template-columns: 1fr; }
  .colls { grid-template-columns: 1fr 1fr; gap: 12px; }
  .coll { min-height: 170px; padding: 16px; }
  .coll-h { font-size: 15px; }
  .coll-p { display: none; }
  .foot-in { grid-template-columns: 1fr; gap: 28px; }
  .faq-q { padding: 16px; font-size: 16px; }
  .faq-a p { padding: 0 16px 18px; }
  .dayroute { padding: 20px 16px; margin-left: -4px; margin-right: -4px; }
}

@media (max-width: 380px) {
  .colls { grid-template-columns: 1fr; }
  .coll { min-height: 0; }
  .logo span { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}
