:root {
  --bg: #faf7f3;
  --card: #ffffff;
  --text: #2d2623;
  --muted: #6b5c54;
  --accent: #c47c4d;
  --accent-2: #e6b980;
  --border: #e8dfd7;
  --shadow: 0 10px 30px rgba(68, 51, 39, 0.14);
  font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { line-height: 1.6; background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.subnav {
  position: sticky;
  top: 70px;
  z-index: 9;
  background: #fffaf5;
  border-bottom: 1px solid var(--border);
}
.subnav__content {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
.subnav a {
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 700;
  color: #7a4c2f;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease;
}
.subnav a:hover {
  background: #fff5ec;
  border-color: #e6b980;
}
.topbar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
}
.brand__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #e6b980, #c47c4d);
}
.brand__logo {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.brand__logo--red {
  height: 44px;
}
.brand__title { font-size: 18px; }
.brand__subtitle { font-size: 12px; color: var(--muted); }

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
  font-weight: 600;
  align-items: center;
}
.nav a { white-space: nowrap; }
.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  background: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 700;
  color: #7a4c2f;
  cursor: pointer;
}
.nav a {
  padding: 8px 10px;
  border-radius: 12px;
  transition: background .2s ease, color .2s ease;
}
.nav a:hover {
  background: rgba(92, 122, 234, 0.1);
  color: #2f3a8c;
}

.hero {
  position: relative;
  padding: 120px 0 40px;
  color: #2d2623;
  overflow: hidden;
  min-height: 40vh;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(250, 247, 243, 0.9) 0%, rgba(250, 247, 243, 0.75) 40%, rgba(250, 247, 243, 0.55) 70%),
    url('../img/bg_domov_lienka.jpg') center/cover no-repeat;
  z-index: 0;
}
.hero--index::before {
  background:
    linear-gradient(120deg, rgba(250, 247, 243, 0.9) 0%, rgba(250, 247, 243, 0.75) 40%, rgba(250, 247, 243, 0.55) 70%),
    url('/assets/bg_domov_lienka.jpg') center/cover no-repeat;
}
.hero--levice::before {
  background:
    linear-gradient(120deg, rgba(250, 247, 243, 0.9) 0%, rgba(250, 247, 243, 0.75) 40%, rgba(250, 247, 243, 0.55) 70%),
    url('/fotky/Levice_webp/LMF1_00037.webp') center/cover no-repeat;
}
.hero--zvolen::before {
  background:
    linear-gradient(120deg, rgba(250, 247, 243, 0.9) 0%, rgba(250, 247, 243, 0.75) 40%, rgba(250, 247, 243, 0.55) 70%),
    url('/fotky/zahonok_webp/dji_fly_20260529_054150_0878_1780027691520_photo.webp') center/cover no-repeat;
}
.hero--nyrovice::before {
  background:
    linear-gradient(120deg, rgba(250, 247, 243, 0.95) 0%, rgba(250, 247, 243, 0.85) 45%, rgba(250, 247, 243, 0.7) 75%),
    url('/assets/img_nyrovce/WhatsApp Image 2025-11-21 at 14.04.34 (4).jpeg') center/cover no-repeat;
}
.hero--vrable::before {
  background:
    linear-gradient(120deg, rgba(240, 247, 240, 0.93) 0%, rgba(240, 247, 240, 0.8) 45%, rgba(240, 247, 240, 0.6) 75%),
    url('/fotky/Vrable_webp/LMF1_00744-HDR.webp') center/cover no-repeat;
}
.page--vrable .eyebrow { color: #2f6b3a; }
.page--vrable .subnav a { color: #2f6b3a; }
.page--vrable .subnav a:hover { background: #eaf5ea; border-color: #b6d6b8; }
.org-badge {
  display: inline-block;
  margin: 6px 0 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf5ea;
  border: 1px solid #b6d6b8;
  color: #2f6b3a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
}
.placeholder-card {
  border-style: dashed;
  background: repeating-linear-gradient(
    45deg,
    #fffefb,
    #fffefb 10px,
    #fbf6ee 10px,
    #fbf6ee 20px
  );
}
.gallery__item--placeholder {
  display: grid;
  place-items: center;
  background: repeating-linear-gradient(
    45deg,
    #f3efe7,
    #f3efe7 10px,
    #ece6da 10px,
    #ece6da 20px
  );
  color: #7a4c2f;
  font-weight: 700;
  border: 1px dashed #c9b89a;
  cursor: default;
}
.gallery__item--placeholder:hover { transform: none; box-shadow: var(--shadow); }

.fb-section { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: start; }
@media (max-width: 860px) { .fb-section { grid-template-columns: 1fr; } }
.fb-embed {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.fb-embed iframe { width: 100%; min-height: 560px; border: 0; border-radius: 10px; }
.fb-embed--soon {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: linear-gradient(135deg, #eef3ff 0%, #fff5ec 100%);
  border: 1px dashed #b9c6e3;
}
.fb-soon { text-align: center; padding: 24px; max-width: 360px; }
.fb-soon__icon { font-size: 44px; display: block; margin-bottom: 8px; }
.fb-soon h3 { color: #1877f2; margin-bottom: 6px; }
.fb-soon p { color: var(--muted); margin-bottom: 10px; }
.fb-cta--soon { background: #b9c6e3; cursor: default; pointer-events: none; }
.fb-posts { display: grid; gap: 14px; }
.fb-post {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 8px;
}
.fb-post__head {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}
.fb-post__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2, #4267B2);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
}
.fb-post__author { color: #1877f2; font-weight: 800; font-size: 14px; }
.fb-post__date { color: #8e8e8e; }
.fb-post__body { color: #1c1e21; font-size: 15px; line-height: 1.45; }
.fb-post__meta {
  display: flex;
  gap: 14px;
  font-size: 13px;
  color: #65676b;
  border-top: 1px solid #e4e6eb;
  padding-top: 8px;
}
.fb-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1877f2;
  color: #fff !important;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 10px;
  margin-top: 6px;
}
.fb-cta:hover { background: #166fe5; }

.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  color: #2a1e1a;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 22px;
  font-weight: 800;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item summary:hover { background: #fff5ec; }
.faq-item__body { padding: 0 18px 18px; color: #3b2f2a; }
.faq-item__body p + p { margin-top: 6px; }

.grid.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.contact-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: var(--shadow);
  color: var(--text);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(135deg, #c47c4d, #e6b980);
}
.contact-card[data-city="zvolen"]::before { background: linear-gradient(135deg, #4a76b6, #8fb6e6); }
.contact-card[data-city="nyrovce"]::before { background: linear-gradient(135deg, #b6764a, #e6c08f); }
.contact-card[data-city="vrable"]::before { background: linear-gradient(135deg, #2f6b3a, #8fc69a); }
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 41, 51, 0.16);
  border-color: #d6c7b9;
}
.contact-card__head { margin-top: 4px; }
.contact-card__chip {
  display: inline-block;
  background: #fff5ec;
  color: #7a4c2f;
  border: 1px solid #eedac7;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 8px;
}
.contact-card[data-city="zvolen"] .contact-card__chip { background: #eef3ff; border-color: #c8d8f0; color: #2f3a8c; }
.contact-card[data-city="nyrovce"] .contact-card__chip { background: #fdf1e3; border-color: #f0d4b1; color: #7a4c2f; }
.contact-card[data-city="vrable"] .contact-card__chip { background: #eaf5ea; border-color: #b6d6b8; color: #2f6b3a; }
.contact-card h3 {
  font-size: 19px;
  color: #2a1e1a;
  line-height: 1.3;
  margin: 0;
}
.contact-card__rows {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
}
.contact-card__rows li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: #3b2f2a;
  line-height: 1.4;
  word-break: break-word;
}
.contact-card__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: #fbf6ee;
  border-radius: 8px;
  font-size: 14px;
  flex-shrink: 0;
}
.contact-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7a4c2f;
  font-weight: 800;
  font-size: 14.5px;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px dashed var(--border);
}
.contact-card:hover .contact-card__cta { color: #c47c4d; }

.sheets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.sheet-embed {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
}
.sheet-embed__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sheet-embed__title { font-weight: 800; color: #2a1e1a; font-size: 17px; }
.sheet-embed__open { color: #7a4c2f; font-weight: 700; font-size: 14px; }
.sheet-embed__open:hover { color: #c47c4d; }
.sheet-embed iframe,
.sheet-embed object {
  width: 100%;
  height: 520px;
  border: 0;
  border-radius: 10px;
  display: block;
  background: #fafafa;
}
.sheet-soon {
  background: linear-gradient(135deg, #fff5ec 0%, #fbf6ee 100%);
  border: 1px dashed #e6c08f;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  color: #7a4c2f;
}
.sheet-soon__icon { font-size: 36px; display: block; margin-bottom: 8px; }
.sheet-soon h3 { color: #7a4c2f; margin-bottom: 6px; }

.announce {
  position: relative;
  background: linear-gradient(135deg, #fff5ec 0%, #fffaf2 60%, #fff 100%);
  border: 1px solid #eedac7;
  border-left: 6px solid #c47c4d;
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 32px;
}
@media (max-width: 860px) {
  .announce { grid-template-columns: 1fr; padding: 24px; gap: 20px; }
}
.announce__meta { display: grid; gap: 10px; align-content: start; }
.announce__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c47c4d;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .4px;
  text-transform: uppercase;
  width: fit-content;
}
.announce__meta h2 {
  font-size: clamp(24px, 3vw, 30px);
  color: #2a1e1a;
  line-height: 1.2;
  margin: 6px 0 4px;
}
.announce__meta .lead { font-size: 17px; color: #4d4039; }
.announce__body p { margin-bottom: 12px; color: #3b2f2a; line-height: 1.6; }
.announce__body h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 17px;
  color: #2a1e1a;
}
.announce__body .list { color: #3b2f2a; }
.announce__contact {
  margin-top: 22px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
}
.announce__contact-lead { font-weight: 700; color: #2a1e1a; margin-bottom: 10px; }
.announce__contact-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 700;
}
.announce__contact-rows a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a4c2f;
}
.announce__contact-rows a:hover { color: #c47c4d; }
.hero__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #4a5bb6;
  font-size: 12px;
}
h1 { margin: 10px 0 14px; font-size: clamp(30px, 4vw, 38px); color: #2a1e1a; }
h2 { margin-bottom: 10px; font-size: 26px; }
h3 { margin-bottom: 8px; font-size: 20px; }
h4 { margin-bottom: 6px; font-size: 16px; }
.lead { color: var(--muted); font-size: 16px; }

.hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid var(--accent);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .2s;
}
.btn.primary {
  background: linear-gradient(135deg, #c47c4d, #e6b980);
  color: #fff;
  box-shadow: 0 10px 20px rgba(196, 124, 77, 0.35);
}
.btn.ghost {
  background: #fff;
  color: #7a4c2f;
}
.btn:hover { transform: translateY(-1px); }

.hero__card { display: none; }
.hero__badge {
  display: none;
}

.section {
  padding: 70px 0;
}
.muted {
  background: #f3f5f9;
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

.card {
  display: block;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: var(--shadow);
  height: 100%;
}
.card.highlight {
  background: linear-gradient(135deg, rgba(228, 195, 154, 0.3), rgba(255, 255, 255, 0.8));
}
.card__body { display: grid; gap: 6px; }

.list {
  margin-top: 14px;
  display: grid;
  gap: 8px;
  color: var(--muted);
}
.list li { display: flex; gap: 10px; }
.list li::before {
  content: "•";
  color: var(--accent);
  font-weight: 700;
}

.pill-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  display: inline-flex;
  align-items: center;
  background: #fff5ec;
  border: 1px solid #eedac7;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  color: #7a4c2f;
}
.card .pill { margin-top: 8px; }
.pill.is-active {
  background: linear-gradient(135deg, #c47c4d, #e6b980);
  color: #fff;
  border-color: #c47c4d;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #fff5ec;
  border-radius: 999px;
  font-weight: 700;
  color: #7a4c2f;
  font-size: 12px;
}
.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
.breadcrumbs a { color: #7a4c2f; }
.post-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}
.article {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}
.article__title { font-size: 30px; margin: 0; color: #2a1e1a; }
.article__lead { color: var(--muted); font-size: 17px; }
.article__content { display: grid; gap: 14px; color: #3b2f2a; }
.article__content h3 { margin-top: 6px; }
.article__content ul { padding-left: 18px; display: grid; gap: 6px; }

.grid.homes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.gallery__item {
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  min-height: 170px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
  box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.gallery__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(68, 51, 39, 0.18);
}
.home {
  display: grid;
  grid-template-rows: 160px 1fr;
  transition: transform .15s ease, box-shadow .15s ease;
}
.home:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 41, 51, 0.16);
}
.home__image {
  background: #dfe7ff;
  border-radius: 16px 16px 0 0;
}
.home__image--one { background: linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.1)), url('/fotky/Levice_webp/LMF1_00146.webp') center/cover no-repeat;}
.home__image--two { background: linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.1)), url('/fotky/zahonok_webp/dji_fly_20260529_053924_0874_1780027690131_photo.webp') center/cover no-repeat;}
.home__image--three {
  position: relative;
  background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0)),
    url('/assets/img_nyrovce/WhatsApp Image 2025-11-21 at 14.04.34 (4).jpeg') center/cover no-repeat;
}
.home__image--three::after {
  content: "Pripravujeme";
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f97316;
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}
.home__image--four {
  position: relative;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.05)),
    url('/fotky/Vrable_webp/LMF1_00321.webp') center/cover no-repeat;
}
.link { color: #7a4c2f; font-weight: 700; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 12px;
}
.contact-form { display: grid; gap: 12px; }
.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font: inherit;
  background: #fff;
}
.contact-form button { width: fit-content; }
.contact-form .hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  display: none;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid;
}
.form-status.is-success {
  display: block;
  background: #eaf5ea;
  border-color: #b6d6b8;
  color: #2f6b3a;
}
.form-status.is-error {
  display: block;
  background: #fdecec;
  border-color: #f0bcbc;
  color: #8c2f2f;
}
.contact-form .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  color: #4d4039;
  width: 100%;
  text-align: left;
  align-self: start;
}
.contact-form .consent input { margin-top: 4px; }
.contact-form .consent a { color: #7a4c2f; font-weight: 700; }
.contact-extra { margin-top: 16px; display: grid; gap: 10px; }
.social-links { display: flex; gap: 10px; align-items: center; }
.social-links a { color: #7a4c2f; font-weight: 700; }
.map-embed iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 14px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.footer {
  background: #2a1e1a;
  color: #f3e9df;
  padding: 36px 0 24px;
}
.footer__content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
}
.footer__links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer a { color: #f3e9df; font-weight: 700; }
.footer__support {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(243, 233, 223, 0.18);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #cfc6bc;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.footer__support a { color: #f3e9df; text-decoration: none; }
.footer__support a:hover { color: #e6b980; }
@media (max-width: 720px) {
  .footer__content { grid-template-columns: 1fr; }
  .footer__links { justify-content: flex-start; }
}

.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(38, 27, 23, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  padding: 20px;
  z-index: 30;
}
.lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}
.lightbox__dialog {
  position: relative;
  max-width: 900px;
  width: min(90vw, 900px);
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.lightbox__img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: #fff5ec;
  color: #7a4c2f;
  font-weight: 800;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.lightbox__close:hover { transform: scale(1.05); }
.lightbox__backdrop {
  position: absolute;
  inset: 0;
}

@media (max-width: 860px) {
  .hero__content { grid-template-columns: 1fr; }
  .topbar__content { flex-direction: row; flex-wrap: wrap; gap: 10px; align-items: center; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; }
  .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 8px 0;
    background: #fffaf5;
    border: 1px solid var(--border);
    border-radius: 12px;
  }
  .nav.is-open { display: flex; }
  .nav a { width: 100%; }
  .subnav { top: 60px; }
}

@media (max-width: 560px) {
  .subnav { position: static; border-bottom: none; padding: 10px 0 0; }
  .subnav__content {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    gap: 10px;
  }
  .subnav a {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
    white-space: normal;
  }
}
