@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
       url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
       url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
       url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
       url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #fff9f0;
  --text: #2c1f14;
  --muted: #5b4332;
  --accent: #f5a524;
  --accent-dark: #d27a0a;
  --card: #fffdf7;
  --border: rgba(44, 31, 20, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

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

.skip-link {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(44, 31, 20, 0.1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.shell {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(246, 248, 251, 0.85);
  border-bottom: 1px solid rgba(44, 31, 20, 0.05);
}

.site-header .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.5rem;
}

.header-social {
  display: flex;
  gap: 0.4rem;
}

.header-social .vk-link {
  padding: 0.3rem;
  text-decoration: none;
  color: var(--accent-dark);
  transition: color 0.2s ease, transform 0.2s ease;
}

.header-social .vk-link:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.vk-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.vk-link svg {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  color: #2787f5;
  fill: currentColor;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.logo .label {
  margin: 0;
  font-weight: 600;
}

.logo .tag {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(44, 31, 20, 0.05);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .menu-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.site-header.nav-open .menu-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--text);
  border-color: var(--accent);
}

.cta-group {
  display: flex;
  gap: 0.6rem;
}

.btn {
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn.ghost {
  background: rgba(245, 165, 36, 0.2);
  color: var(--accent-dark);
}

.hero {
  padding: 4rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: center;
}

.tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  background: rgba(245, 165, 36, 0.18);
  color: #4b2a00;
  border-radius: 999px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin: 0 0 1rem;
}

.hero p.lede {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 520px;
}

.hero-card {
  background: linear-gradient(135deg, #ffd36b, #f7a33d);
  color: #5a3a11;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(247, 163, 61, 0.35);
}

.hero-photo {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(247, 163, 61, 0.35);
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 1 auto;
  display: block;
}

.hero-credit {
  margin: 0;
  padding: 0.8rem 1rem;
  background: rgba(255, 253, 247, 0.92);
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card h3 {
  margin-top: 0;
  font-size: 1.4rem;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.section {
  padding: 2.5rem 0;
}

.section-header {
  margin-bottom: 1.5rem;
}

.section-header h2 {
  margin: 0 0 0.3rem;
  font-size: 1.9rem;
}

.section-header p {
  margin: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
}

.card {
  background: var(--card);
  border-radius: 1.1rem;
  padding: 1.4rem;
  border: 1px solid var(--border);
  box-shadow: 0 15px 35px rgba(44, 31, 20, 0.06);
}

.card .icon {
  font-size: 1.8rem;
}

.card h3 {
  margin: 0.8rem 0 0.3rem;
  font-size: 1.2rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.accommodation-card ul,
.faq-list ul,
.itinerary-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
}

.accommodation-card ul li::before,
.itinerary-steps li::before {
  content: "•";
  color: var(--accent);
  margin-right: 0.4rem;
}

.map-embed {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 20px 45px rgba(44, 31, 20, 0.1);
  min-height: 420px;
}

.map-embed iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.itinerary-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}

.event {
  background: var(--card);
  border-radius: 1rem;
  border: 1px solid var(--border);
  padding: 1.2rem;
}

.event .date {
  font-weight: 600;
  color: var(--accent-dark);
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(245, 165, 36, 0.2);
  color: var(--accent-dark);
  font-size: 0.8rem;
  margin-right: 0.3rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--border);
}

.faq-item h3 {
  margin: 0 0 0.4rem;
}

.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(44, 31, 20, 0.08);
  background: #fff;
}

.site-footer .shell {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  align-items: baseline;
}

.site-footer .muted {
  color: var(--muted);
  margin: 0.2rem 0 0;
}

.footer-links,
.contacts {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-links a,
.contacts a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover,
.contacts a:hover {
  color: var(--accent-dark);
}

@media (max-width: 860px) {
  .site-header .shell {
    flex-wrap: wrap;
  }
  .main-nav {
    flex-wrap: wrap;
  }
  .cta-group {
    width: 100%;
    justify-content: flex-start;
  }
}
.hero.hero-article {
  padding-top: 5rem;
}

.article-section .article-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 2rem;
  align-items: start;
}

.article-body p {
  margin-bottom: 1.1rem;
  font-size: 1.05rem;
  color: var(--text);
}

.article-body h2,
.article-body h3 {
  margin-top: 2rem;
}

.article-aside {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  padding: 1.5rem;
  box-shadow: 0 20px 35px rgba(44, 31, 20, 0.08);
}

.article-aside dl {
  margin: 0;
}

.article-aside dt {
  font-weight: 600;
}

.article-aside dd {
  margin: 0 0 0.8rem 0;
  color: var(--muted);
}

.article-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.article-card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  box-shadow: 0 15px 35px rgba(44, 31, 20, 0.06);
}

.article-card ul {
  padding-left: 1.1rem;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 15px 30px rgba(44, 31, 20, 0.08);
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.gallery-grid figcaption {
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.community-card {
  background: var(--card);
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 25px 60px rgba(44, 31, 20, 0.08);
}

.community-card h2 {
  margin: 0 0 1rem;
}

.community-card p {
  margin-top: 0;
  max-width: 520px;
}

.community-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.3rem;
}

.community-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
}

.community-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.timeline-card {
  padding: 1.2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--border);
}

.timeline-card h3 {
  margin-top: 0;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.checklist li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.5rem;
  color: var(--muted);
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--accent);
}

@media (max-width: 768px) {
  .site-header .shell {
    flex-wrap: wrap;
    position: relative;
  }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    background: var(--card);
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(44, 31, 20, 0.1);
    box-shadow: 0 20px 40px rgba(44, 31, 20, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .site-header.nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .header-social {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    padding-top: 0.5rem;
  }
  .article-section .article-grid {
    grid-template-columns: 1fr;
  }
}
