:root {
  --ink: #102832;
  --blue: #148bc1;
  --turquoise: #42b9bd;
  --gold: #f5a623;
  --gold-light: #ffc032;
  --cream: #fff8e1;
  --shadow: 0 14px 36px rgb(0 0 0 / 28%);
}

/* Trzypoziomowe okno wydarzeń */
.events-dialog {
  width: min(920px, 96vw);
  max-height: 92vh;
  padding-bottom: 0;
  overflow: hidden;
}

.events-dialog .next-event-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
  max-height: calc(92vh - 74px);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border-radius: 0 0 21px 21px;
  background: #eef5f5;
  box-shadow: none;
}

.events-featured-level {
  width: 100%;
  min-width: 0;
  padding: 20px 24px 22px;
  background:
    radial-gradient(circle at 92% 8%, rgb(240 200 92 / 24%), transparent 30%),
    linear-gradient(145deg, #e5f3f4, #fff8dc);
}

.events-featured-card {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(340px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgb(7 59 76 / 13%);
  border-radius: 17px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 59 76 / 14%);
}

.events-featured-card .events-poster-level {
  min-height: 320px;
  padding: 0;
  background: #123e4d;
}

.events-featured-card .events-description-level {
  display: flex;
  align-items: center;
  padding: 25px 26px;
  background: white;
}

.events-featured-card .next-event-poster-button,
.events-featured-card .next-event-poster-button:hover,
.events-featured-card .next-event-poster-button:focus-visible {
  height: 100% !important;
  min-height: 320px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.events-dialog .next-event-content,
.events-dialog .next-event-poster-button,
.events-dialog .next-event-button {
  transition: opacity 0.35s ease;
}

.events-dialog .next-event-banner,
.events-rail-level {
  width: 100%;
  min-width: 0;
}

.events-rail-level {
  overflow: hidden;
}

.events-dialog .next-event-dots {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  scroll-snap-type: none;
}

.events-dialog .next-event-dots button,
.events-dialog .next-event-dots button.is-active {
  scroll-snap-align: none;
}

/* Ostateczne wymiary okna wydarzen: kompaktowe i bez skakania. */
.events-dialog {
  width: min(820px, 94vw);
  max-height: 86vh;
}

.events-dialog .next-event-banner {
  max-height: calc(86vh - 74px);
}

.events-featured-level {
  padding: 15px 18px 17px;
}

.events-featured-card {
  grid-template-columns: minmax(250px, 0.9fr) minmax(360px, 1.1fr);
  height: 280px;
}

.events-featured-card .events-poster-level,
.events-featured-card .next-event-poster-button,
.events-featured-card .next-event-poster-button:hover,
.events-featured-card .next-event-poster-button:focus-visible {
  height: 280px !important;
  min-height: 280px;
}

.events-featured-card .events-description-level {
  height: 280px;
  padding: 21px 23px;
  overflow-y: auto;
}

.events-dialog .next-event-inline-date {
  font-size: 1.45rem;
  line-height: 1.75rem;
}

.events-dialog .next-event-kicker {
  font-size: 1.08rem;
  line-height: 1.35rem;
}

.events-dialog .next-event-content h2 {
  margin: 7px 0 10px;
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  line-height: 1.12;
}

.events-dialog .next-event-content p {
  font-size: 1.38rem;
  line-height: 1.65rem;
}

.events-dialog .next-event-info-link {
  font-size: 1.15rem;
  line-height: 1.4rem;
}

.events-dialog .next-event-button {
  padding: 11px 15px;
  font-size: 1.22rem;
}

.events-rail-level {
  padding: 14px 18px 17px;
}

@media (max-width: 600px) {
  .events-dialog {
    width: 95vw;
    max-height: 92vh;
  }

  .events-dialog .next-event-banner {
    max-height: calc(92vh - 65px);
  }

  .events-featured-level {
    padding: 11px;
  }

  .events-featured-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .events-featured-card .events-poster-level,
  .events-featured-card .next-event-poster-button,
  .events-featured-card .next-event-poster-button:hover,
  .events-featured-card .next-event-poster-button:focus-visible {
    height: 210px !important;
    min-height: 210px;
  }

  .events-featured-card .events-description-level {
    height: auto;
    min-height: 245px;
    padding: 18px 16px;
    overflow: visible;
  }

  .events-dialog .next-event-content h2 {
    font-size: 2.15rem;
    line-height: 2.45rem;
  }

  .events-dialog .next-event-content p {
    font-size: 1.35rem;
    line-height: 1.65rem;
  }

  .events-rail-level {
    padding: 13px 11px 15px;
  }
}

/* Stabilny, kompaktowy rozmiar okna wydarzeń na komputerze. */
.events-dialog {
  width: min(820px, 94vw);
  max-height: 86vh;
}

.events-dialog .next-event-banner {
  max-height: calc(86vh - 74px);
}

.events-featured-level {
  padding: 15px 18px 17px;
}

.events-featured-card {
  grid-template-columns: minmax(250px, 0.9fr) minmax(360px, 1.1fr);
  height: 280px;
}

.events-featured-card .events-poster-level,
.events-featured-card .next-event-poster-button,
.events-featured-card .next-event-poster-button:hover,
.events-featured-card .next-event-poster-button:focus-visible {
  height: 280px !important;
  min-height: 280px;
}

.events-featured-card .events-description-level {
  height: 280px;
  padding: 21px 23px;
  overflow-y: auto;
}

.events-dialog .next-event-inline-date {
  font-size: 1.45rem;
  line-height: 1.75rem;
}

.events-dialog .next-event-kicker {
  font-size: 1.08rem;
  line-height: 1.35rem;
}

.events-dialog .next-event-content h2 {
  margin: 7px 0 10px;
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  line-height: 1.12;
}

.events-dialog .next-event-content p {
  font-size: 1.38rem;
  line-height: 1.65rem;
}

.events-dialog .next-event-info-link {
  font-size: 1.15rem;
  line-height: 1.4rem;
}

.events-dialog .next-event-button {
  padding: 11px 15px;
  font-size: 1.22rem;
}

.events-rail-level {
  padding: 14px 18px 17px;
}

@media (max-width: 600px) {
  .events-dialog {
    width: 95vw;
    max-height: 92vh;
  }

  .events-dialog .next-event-banner {
    max-height: calc(92vh - 65px);
  }

  .events-featured-level {
    padding: 11px;
  }

  .events-featured-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .events-featured-card .events-poster-level,
  .events-featured-card .next-event-poster-button,
  .events-featured-card .next-event-poster-button:hover,
  .events-featured-card .next-event-poster-button:focus-visible {
    height: 210px !important;
    min-height: 210px;
  }

  .events-featured-card .events-description-level {
    height: auto;
    min-height: 245px;
    padding: 18px 16px;
    overflow: visible;
  }

  .events-dialog .next-event-content h2 {
    font-size: 2.15rem;
    line-height: 2.45rem;
  }

  .events-dialog .next-event-content p {
    font-size: 1.35rem;
    line-height: 1.65rem;
  }

  .events-rail-level {
    padding: 13px 11px 15px;
  }
}

.events-level-label {
  display: block;
  margin-bottom: 9px;
  color: #5f7882;
  font-size: 0.78rem;
  line-height: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.events-poster-level {
  padding: 20px 24px 18px;
  background:
    radial-gradient(circle at 90% 10%, rgb(240 200 92 / 24%), transparent 30%),
    linear-gradient(145deg, #e5f3f4, #fff8dc);
}

.events-dialog .next-event-poster-button,
.events-dialog .next-event-poster-button:hover,
.events-dialog .next-event-poster-button:focus-visible {
  width: 100% !important;
  height: min(35vh, 330px) !important;
  min-width: 0;
  max-width: none;
  max-height: 330px;
  border: 1px solid rgb(7 59 76 / 18%);
  border-radius: 16px;
  background: #123e4d;
  box-shadow: 0 14px 34px rgb(7 59 76 / 18%);
  transform: none;
}

.events-dialog .next-event-poster-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.events-dialog .next-event-poster-button > span {
  right: 12px;
  bottom: 12px;
  left: auto;
  padding: 7px 11px;
  border-radius: 8px;
  font-size: 0.78rem;
}

.events-description-level {
  padding: 20px 24px 22px;
  background: white;
}

.events-dialog .next-event-content {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 0;
}

.events-dialog .next-event-inline-date {
  margin: 0 0 7px;
  color: #0b728c;
  font-size: 1.2rem;
  line-height: 1.45rem;
}

.events-dialog .next-event-content h2 {
  margin: 5px 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.events-dialog .next-event-content p {
  max-width: 760px;
  color: #3e5964;
  font-size: 1.05rem;
}

.next-event-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 14px;
}

.events-dialog .next-event-info-link {
  margin-top: 0;
}

.events-dialog .next-event-button {
  margin-left: auto;
}

.events-rail-level {
  padding: 18px 24px 22px;
  border-top: 1px solid rgb(7 59 76 / 12%);
  background: #f4f7f7;
}

.events-rail-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}

.events-rail-heading .events-level-label {
  margin: 0;
}

.events-rail-heading h3 {
  margin: 0;
  color: #244d5d;
  font-size: 0.98rem;
}

.events-dialog .next-event-dots {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 2px 2px 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #0b728c #dce8e9;
  scrollbar-width: thin;
}

.events-dialog .next-event-dots button,
.events-dialog .next-event-dots button.is-active {
  position: relative;
  display: grid;
  grid-template-rows: 84px auto auto;
  flex: 0 0 168px;
  width: 168px;
  height: 148px;
  padding: 0 0 8px;
  overflow: hidden;
  scroll-snap-align: center;
  border: 2px solid transparent;
  border-radius: 12px;
  background: white;
  color: #183f4e;
  box-shadow: 0 5px 15px rgb(7 59 76 / 10%);
  text-align: left;
}

.events-dialog .next-event-dots button.is-active {
  border-color: #e6aa2e;
  background: #fffaf0;
  box-shadow: 0 7px 20px rgb(230 170 46 / 22%);
}

.events-dialog .next-event-dots button img {
  display: block;
  width: 100%;
  height: 84px;
  object-fit: cover;
  object-position: top center;
}

.events-dialog .next-event-dots button span {
  display: -webkit-box;
  margin: 7px 9px 2px;
  overflow: hidden;
  font-size: 0.78rem;
  line-height: 0.96rem;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.events-dialog .next-event-dots button small {
  margin: 0 9px;
  color: #6b7f87;
  font-size: 0.68rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .events-dialog {
    width: 96vw;
    max-height: 94vh;
    border-radius: 17px;
  }

  .events-dialog > h2 {
    padding: 17px 58px 16px 16px;
    border-radius: 16px 16px 0 0;
    font-size: 2.05rem;
    line-height: 2.45rem;
  }

  .events-dialog .next-event-banner {
    max-height: calc(94vh - 65px);
  }

  .events-poster-level,
  .events-description-level,
  .events-rail-level {
    padding-right: 14px;
    padding-left: 14px;
  }

  .events-dialog .next-event-poster-button,
  .events-dialog .next-event-poster-button:hover,
  .events-dialog .next-event-poster-button:focus-visible {
    height: 250px !important;
  }

  .next-event-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .events-dialog .next-event-button {
    width: 100%;
    margin-left: 0;
  }

  .events-rail-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .events-dialog .next-event-dots button,
  .events-dialog .next-event-dots button.is-active {
    flex-basis: 136px;
    width: 136px;
  }

  .events-featured-level {
    padding: 14px;
  }

  .events-featured-card {
    grid-template-columns: 1fr;
  }

  .events-featured-card .events-poster-level {
    min-height: 240px;
  }

  .events-featured-card .events-description-level {
    padding: 20px 16px;
  }

  .events-featured-card .next-event-poster-button,
  .events-featured-card .next-event-poster-button:hover,
  .events-featured-card .next-event-poster-button:focus-visible {
    min-height: 240px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 12px;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Raleway", sans-serif;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  background: #031a22;
  opacity: 0;
  transition: opacity 0.55s ease;
}

button,
a {
  font: inherit;
}

.material-symbols-outlined {
  display: inline-block;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.municipality-news-link {
  position: fixed;
  top: 62px;
  left: 36px;
  display: block;
  width: 92px;
  height: 116px;
  min-width: 92px;
  min-height: 116px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 3px 2px rgb(255 255 255 / 70%)) drop-shadow(0 7px 13px rgb(0 0 0 / 58%));
  text-decoration: none;
  transform: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.municipality-news-link:hover,
.municipality-news-link:focus-visible {
  filter: drop-shadow(0 3px 3px rgb(255 255 255 / 82%)) drop-shadow(0 10px 18px rgb(0 0 0 / 68%));
  transform: scale(1.03);
}

.municipality-news-link img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.municipality-news-link::after {
  content: attr(data-label);
  position: absolute;
  z-index: 3;
  top: calc(100% + 9px);
  left: 14px;
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgb(5 34 43 / 95%);
  color: white;
  box-shadow: 0 5px 16px rgb(0 0 0 / 28%);
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.municipality-news-link:hover::after,
.municipality-news-link:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.partner-business-links {
  position: fixed;
  top: 62px;
  left: 146px;
  right: auto;
  z-index: 5001;
  display: flex;
  gap: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.partner-business-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  min-width: 116px;
  padding: 3px;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 16px;
  background: rgb(255 250 240 / 94%);
  box-shadow: 0 7px 20px rgb(0 0 0 / 34%);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-business-link:nth-child(2) {
  width: 166px;
  min-width: 166px;
}

.partner-business-link:hover,
.partner-business-link:focus-visible {
  box-shadow: 0 10px 28px rgb(0 0 0 / 46%);
  transform: translateY(-2px);
}

.partner-business-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.partner-business-link::after {
  content: attr(data-label);
  position: absolute;
  z-index: 3;
  top: calc(100% + 9px);
  left: calc(50% + 10px);
  width: max-content;
  max-width: 220px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgb(5 34 43 / 95%);
  color: white;
  box-shadow: 0 5px 16px rgb(0 0 0 / 28%);
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.partner-business-link:hover::after,
.partner-business-link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.partner-business-link:nth-child(2)::after {
  right: -8px;
  left: auto;
  transform: translateY(-6px);
}

.partner-business-link:nth-child(2):hover::after,
.partner-business-link:nth-child(2):focus-visible::after {
  transform: translateY(0);
}

.floating-nav {
  position: fixed;
  top: 16px;
  right: 18px;
  z-index: 5000;
  width: 210px;
  max-width: calc(100vw - 24px);
  padding: 8px 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nav-actions {
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 8px;
}

.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: white;
  font-family: "Noto Serif Georgian", serif;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-shadow: 0 2px 5px rgb(0 0 0 / 95%), 0 0 12px rgb(0 0 0 / 70%);
  cursor: pointer;
}

.mobile-menu-toggle .material-symbols-outlined {
  font-size: 2.2rem;
  font-weight: 600;
}

.floating-nav.is-open {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.floating-nav.is-open .nav-actions {
  display: grid;
}

.floating-nav.is-open .nav-actions > * {
  opacity: 0;
  transform: translateY(-8px);
  animation: navItemReveal 0.55s ease forwards;
}

.floating-nav.is-open .nav-actions > *:nth-child(1) { animation-delay: 0.08s; }
.floating-nav.is-open .nav-actions > *:nth-child(2) { animation-delay: 0.18s; }
.floating-nav.is-open .nav-actions > *:nth-child(3) { animation-delay: 0.28s; }
.floating-nav.is-open .nav-actions > *:nth-child(4) { animation-delay: 0.38s; }
.floating-nav.is-open .nav-actions > *:nth-child(5) { animation-delay: 0.48s; }
.floating-nav.is-open .nav-actions > *:nth-child(6) { animation-delay: 0.58s; }
.floating-nav.is-open .nav-actions > *:nth-child(7) { animation-delay: 0.68s; }

@keyframes navItemReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-nav.is-closing .nav-actions {
  display: grid;
}

.floating-nav.is-closing .nav-actions > * {
  opacity: 1;
  animation: navItemHide 0.5s ease forwards;
}

.floating-nav.is-closing .nav-actions > *:nth-child(1) { animation-delay: 0.05s; }
.floating-nav.is-closing .nav-actions > *:nth-child(2) { animation-delay: 0.12s; }
.floating-nav.is-closing .nav-actions > *:nth-child(3) { animation-delay: 0.19s; }
.floating-nav.is-closing .nav-actions > *:nth-child(4) { animation-delay: 0.26s; }
.floating-nav.is-closing .nav-actions > *:nth-child(5) { animation-delay: 0.33s; }
.floating-nav.is-closing .nav-actions > *:nth-child(6) { animation-delay: 0.4s; }
.floating-nav.is-closing .nav-actions > *:nth-child(7) { animation-delay: 0.47s; }

@keyframes navItemHide {
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.nav-actions a,
.nav-actions button {
  min-width: 0;
  padding: 10px 16px;
  border: 1px solid #e5a120;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(255 192 50 / 80%), rgb(245 166 35 / 78%));
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.nav-actions a:hover,
.nav-actions button:hover {
  background: linear-gradient(135deg, var(--turquoise), var(--blue));
  color: white;
}

.contact-dialog,
.description-dialog,
.events-dialog,
.food-dialog {
  position: fixed;
  inset: 0;
  width: min(560px, 94vw);
  height: max-content;
  max-height: 85vh;
  margin: auto;
  padding: 0 22px 24px;
  overflow-y: auto;
  border: 0;
  border-radius: 14px;
  background: #f6f2ed;
  box-shadow: 0 18px 60px rgb(0 0 0 / 55%);
  color: #201d1a;
}

.description-dialog {
  width: min(780px, 94vw);
  padding: 0 26px 26px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgb(66 185 189 / 12%), transparent 30%),
    #f7f8f6;
}

.events-dialog {
  position: fixed;
  inset: 0;
  width: min(1120px, 96vw);
  height: max-content;
  max-height: 88vh;
  margin: auto;
  padding: 0 0 26px;
  overflow-y: auto;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 22px;
  background: #f7f8f6;
  color: #203f49;
  box-shadow: 0 18px 60px rgb(0 0 0 / 55%);
}

.rental-dialog {
  position: fixed;
  inset: 0;
  width: min(980px, 94vw);
  height: max-content;
  max-height: 88vh;
  margin: auto;
  padding: 0 26px 26px;
  overflow-y: auto;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 22px;
  background: #f7f8f6;
  color: #203f49;
  box-shadow: 0 18px 60px rgb(0 0 0 / 55%);
}

.contact-dialog::backdrop,
.description-dialog::backdrop,
.events-dialog::backdrop,
.food-dialog::backdrop,
.rental-dialog::backdrop,
.gallery-dialog::backdrop {
  background: rgb(0 0 0 / 72%);
}

.rental-dialog > h2 {
  margin: 0 -26px 20px;
  padding: 21px 72px 20px 26px;
  border-radius: 21px 21px 0 0;
  background: linear-gradient(135deg, #062331, #0b5368);
  color: white;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 800;
}

.contact-dialog h2,
.description-dialog h2,
.events-dialog > h2,
.food-dialog h2 {
  margin: 22px -22px;
  padding: 14px;
  background: linear-gradient(135deg, #e8ac6b, #c88245);
  color: white;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #6e3b17;
}

.description-dialog > h2 {
  margin: 0 -26px 20px;
  padding: 21px 72px 20px 26px;
  border-radius: 21px 21px 0 0;
  background:
    radial-gradient(circle at 86% 15%, rgb(66 185 189 / 28%), transparent 27%),
    linear-gradient(135deg, #062331, #0b5368);
  color: white;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

.events-dialog > h2 {
  margin: 0;
  padding: 21px 72px 20px 26px;
  border-radius: 21px 21px 0 0;
  background:
    radial-gradient(circle at 86% 15%, rgb(240 200 92 / 30%), transparent 28%),
    linear-gradient(135deg, #062331, #0b5368);
  color: white;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

.contact-dialog h3 {
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
}

.contact-details p {
  display: flex;
  gap: 12px;
  margin: 12px 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.contact-details .material-symbols-outlined {
  flex: 0 0 auto;
  color: #89654a;
  font-size: 2.6rem;
}

.contact-map-link {
  display: inline-block;
  margin: 0 0 8px 38px;
  color: #126b91;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
}

.contact-map-link:hover {
  color: #c88245;
}

.contact-actions {
  display: grid;
  gap: 4px;
  margin-top: 14px;
}

.contact-actions a,
.contact-actions button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #201d1a;
  box-shadow: none;
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}

.contact-actions a:hover,
.contact-actions button:hover {
  background: transparent;
  color: #126b91;
  transform: none;
}

.contact-actions a .material-symbols-outlined,
.contact-actions a > .facebook-icon,
.contact-actions button > .facebook-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  color: #89654a;
  font-size: 2.6rem;
}

.contact-actions button > .facebook-icon {
  flex: 0 0 auto;
  background: transparent;
  color: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 2.4rem;
}

.contact-actions a > .facebook-icon {
  flex: 0 0 auto;
  background: transparent;
  color: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 2.4rem;
}

.contact-actions a span:last-child,
.contact-actions button span:last-child {
  display: grid;
  overflow-wrap: anywhere;
}

.contact-actions small {
  color: #65747a;
  font-size: 1.05rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: none;
}

.contact-close,
.description-close,
.events-close,
.food-close {
  position: sticky;
  top: 10px;
  float: right;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--gold-light);
  color: var(--ink);
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 600;
  cursor: pointer;
}

.rental-dialog-close {
  position: absolute;
  top: 11px;
  right: 13px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  background: rgb(255 255 255 / 14%);
  color: white;
  font-size: 3rem;
  line-height: 3.8rem;
  cursor: pointer;
}

.rental-dialog-content {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: 22px;
}

.rental-dialog-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
  border-radius: 16px;
}

.rental-dialog-gallery img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.28s ease, transform 0.34s cubic-bezier(0.22, 0.8, 0.25, 1);
}

.rental-dialog-gallery img.is-changing {
  opacity: 0;
}

.rental-dialog-gallery img.is-wave-left {
  transform: translateX(-32px) scale(0.985);
}

.rental-dialog-gallery img.is-wave-right {
  transform: translateX(32px) scale(0.985);
}

.rental-dialog-gallery img.is-wave-up {
  transform: translateY(-26px) scale(0.985);
}

.rental-dialog-gallery img.is-wave-down {
  transform: translateY(26px) scale(0.985);
}

.rental-dialog-gallery img.is-promo-photo {
  object-fit: contain;
  background: #fff;
}

.rental-dialog-gallery .rental-dialog-main-photo {
  grid-column: 1 / -1;
  height: 245px;
}

.rental-dialog-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9a7419;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.rental-dialog-info p {
  font-size: 1.55rem;
  line-height: 2.3rem;
}

.rental-dialog-info {
  display: flex;
  flex-direction: column;
  height: 378px;
  min-height: 0;
}

.rental-dialog-highlight {
  padding-left: 12px;
  border-left: 3px solid #d2a52f;
  font-weight: 700;
}

.rental-dialog-promos {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.rental-dialog-promos button,
.rental-dialog-promos a {
  width: 165px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(11 83 104 / 18%);
  border-radius: 12px;
  background: white;
}

.rental-dialog-promos img {
  display: block;
  width: 100%;
}

.rental-dialog-logo {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f7f8f6;
}

.rental-dialog-logo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  background: #f7f8f6;
}

.rental-dialog-features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgb(11 83 104 / 18%);
}

.rental-dialog-features > span {
  --feature-order: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #e8f7f8;
  color: #084a63;
  font-size: 1.45rem;
  font-weight: 700;
  isolation: isolate;
  transition: color 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
  animation: rentalFeatureGlow 12s ease-in-out infinite;
  animation-delay: calc(var(--feature-order) * 0.75s);
}

.rental-dialog-features > span:nth-child(1) { --feature-order: 0; }
.rental-dialog-features > span:nth-child(2) { --feature-order: 1; }
.rental-dialog-features > span:nth-child(3) { --feature-order: 2; }
.rental-dialog-features > span:nth-child(4) { --feature-order: 3; }
.rental-dialog-features > span:nth-child(5) { --feature-order: 4; }
.rental-dialog-features > span:nth-child(6) { --feature-order: 5; }

.rental-dialog-features > span::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -40% auto -40% -55%;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgb(255 255 255 / 78%), transparent);
  transform: translateX(-160%) skewX(-16deg);
  animation: rentalFeatureShimmer 12s ease-in-out infinite;
  animation-delay: calc(var(--feature-order) * 0.75s);
}

.rental-dialog-features .rental-feature-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  place-items: center;
  color: #12617c;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
  word-break: normal;
  transform-origin: center;
  animation-duration: 4.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--feature-order) * -0.55s);
  transition: color 0.25s ease, transform 0.25s ease;
}

.rental-dialog-features > span:nth-child(1) .rental-feature-icon { animation-name: rentalKayakGlide; }
.rental-dialog-features > span:nth-child(2) .rental-feature-icon { animation-name: rentalCamperRoll; }
.rental-dialog-features > span:nth-child(3) .rental-feature-icon { animation-name: rentalPeoplePulse; }
.rental-dialog-features > span:nth-child(4) .rental-feature-icon { animation-name: rentalDockBob; }
.rental-dialog-features > span:nth-child(5) .rental-feature-icon { animation-name: rentalSailSway; }
.rental-dialog-features > span:nth-child(6) .rental-feature-icon { animation-name: rentalWavePulse; }

@keyframes rentalFeatureShimmer {
  0%, 66% { transform: translateX(-160%) skewX(-16deg); opacity: 0; }
  70% { opacity: 0.9; }
  79%, 100% { transform: translateX(470%) skewX(-16deg); opacity: 0; }
}

@keyframes rentalFeatureGlow {
  0%, 64%, 82%, 100% { border-color: transparent; box-shadow: none; }
  70% { border-color: rgb(66 185 189 / 42%); box-shadow: 0 7px 18px rgb(20 139 193 / 13%); }
}

@keyframes rentalKayakGlide {
  0%, 100% { transform: translateX(-1px) rotate(-2deg); }
  50% { transform: translateX(3px) rotate(2deg); }
}

@keyframes rentalCamperRoll {
  0%, 100% { transform: translateX(-1px); }
  50% { transform: translateX(3px); }
}

@keyframes rentalPeoplePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes rentalDockBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes rentalSailSway {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(4deg); }
}

@keyframes rentalWavePulse {
  0%, 100% { transform: scaleX(0.96) translateY(1px); }
  50% { transform: scaleX(1.08) translateY(-1px); }
}

@media (hover: hover) {
  .rental-dialog-features > span:hover {
    border-color: rgb(245 166 35 / 55%);
    background: linear-gradient(135deg, #e7f9f9, #fff7d8);
    color: #073b4c;
    box-shadow: 0 10px 24px rgb(7 59 76 / 16%);
    transform: translateY(-3px);
  }

  .rental-dialog-features > span:hover .rental-feature-icon {
    animation-play-state: paused;
    color: #d69316;
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rental-dialog-features > span,
  .rental-dialog-features > span::before,
  .rental-dialog-features .rental-feature-icon {
    animation: none;
  }
}

@media (max-width: 700px) {
  .food-dialog {
    padding: 0 18px 20px;
  }

  .food-dialog h2 {
    margin-right: -18px;
    margin-left: -18px;
    padding-left: 18px;
  }

  .food-details,
  .food-benefit-grid {
    min-width: 0;
  }

  .food-benefit-grid {
    grid-template-columns: 1fr;
  }

  .rental-dialog-content {
    grid-template-columns: 1fr;
  }

  .rental-dialog-logo {
    flex: none;
    height: 190px;
  }

  .rental-dialog-info {
    height: auto;
  }

  .rental-dialog-features {
    grid-template-columns: 1fr 1fr;
  }
}

.description-dialog .description-close {
  position: absolute;
  top: 11px;
  right: 13px;
  float: none;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  background: rgb(255 255 255 / 14%);
  color: white;
  box-shadow: none;
}

.events-dialog .events-close {
  position: absolute;
  top: 11px;
  right: 13px;
  float: none;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  background: rgb(255 255 255 / 14%);
  color: white;
  box-shadow: none;
}

.events-dialog .events-close:hover {
  background: var(--gold-light);
  color: var(--ink);
}

.events-dialog .next-event-banner {
  z-index: auto;
  margin: 24px;
  padding: 20px 24px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgb(7 59 76 / 14%);
}

.description-dialog .description-close:hover {
  background: var(--gold-light);
  color: var(--ink);
}

.food-dialog {
  width: min(900px, 94vw);
  max-height: 88vh;
  padding: 0 26px 26px;
  overflow-y: auto;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgb(232 172 107 / 14%), transparent 30%),
    #f7f8f6;
  text-align: left;
}

.food-dialog .food-close {
  position: absolute;
  top: 11px;
  right: 13px;
  float: none;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  background: rgb(255 255 255 / 14%);
  color: white;
  box-shadow: none;
}

.food-dialog .food-close:hover {
  background: var(--gold-light);
  color: var(--ink);
}

.food-dialog h2 {
  margin: 0 -26px 20px;
  padding: 21px 72px 20px 26px;
  border-radius: 21px 21px 0 0;
  background:
    radial-gradient(circle at 86% 15%, rgb(232 172 107 / 32%), transparent 27%),
    linear-gradient(135deg, #2d2114, #75502a);
  color: white;
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

.food-offer-image {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #fff8ec;
  box-shadow: 0 8px 24px rgb(63 41 20 / 18%);
  cursor: zoom-in;
}

.food-offer-image img {
  display: block;
  width: 100%;
  height: auto;
}

.food-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.food-benefit-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  padding: 18px;
  border-top: 3px solid #c5994c;
  border-radius: 5px 5px 14px 14px;
  background: white;
  box-shadow: 0 5px 15px rgb(63 41 20 / 8%);
}

.food-benefit-card > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff2dc;
  color: #9b6a2d;
  font-size: 2.7rem;
}

.food-benefit-card h3 {
  margin: 0 0 5px;
  color: #4a321d;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.food-benefit-card p {
  margin: 0;
  color: #52656c;
  font-size: 1.45rem;
  line-height: 2.1rem;
}

.description-details h3 {
  margin: 0 0 9px;
  color: #084a63;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.description-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.description-details li,
.description-details p {
  margin: 7px 0;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.description-intro {
  margin: 0 0 12px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #263f49;
  font-size: 1.55rem !important;
  line-height: 2.3rem !important;
  font-weight: 500 !important;
}

.description-hero {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(300px, 1.2fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8f7f8, #fffaf0);
}

.description-hero-slideshow {
  position: relative;
  align-self: stretch;
  min-height: 175px;
  overflow: hidden;
  margin: 10px 0 10px 10px;
  border-radius: 16px;
}

.description-hero-slideshow img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: none;
}

.description-hero-slideshow img.is-visible {
  opacity: 1;
}

.description-hero-copy {
  padding: 15px 18px 15px 0;
}

.description-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.description-highlights span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  min-height: 0;
  padding: 8px 13px;
  border: 1px solid rgb(11 83 104 / 12%);
  border-radius: 30px;
  background: white;
  color: #0b5368;
  box-shadow: 0 4px 12px rgb(8 62 82 / 6%);
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
}

.description-highlights strong {
  color: #083e52;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 900;
}

.description-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.description-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: start;
  gap: 12px;
  padding: 16px;
  border: 0;
  border-top: 3px solid #8bdbe0;
  border-radius: 4px 4px 13px 13px;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 5px 15px rgb(8 62 82 / 6%);
}

.description-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: 42px 1fr;
}

.description-card > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8f7f8;
  color: #0b728c;
  font-size: 2.35rem;
}

.description-card li {
  position: relative;
  padding-left: 17px;
  color: #304b56;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
}

.description-card li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

header {
  min-height: 100vh;
  background: linear-gradient(rgb(1 12 21 / 48%), rgb(1 12 21 / 48%)), url("../img/PD_domki/1.jpg") center / cover no-repeat;
}

.headercontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(900px, 94%);
  padding: 72px 0 28px;
}

.hero-logo-wrap {
  position: relative;
  width: min(680px, 82%);
  padding-bottom: 46px;
  background: rgb(255 214 125 / 28%);
}

.hero-logo {
  display: block;
  width: 100%;
  max-height: 48vh;
  object-fit: contain;
  opacity: 0.76;
  filter: drop-shadow(0 8px 18px rgb(0 0 0 / 18%));
}

.hero-amenities {
  position: absolute;
  right: 8%;
  bottom: 8px;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-amenities > div {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.hero-amenities .material-symbols-outlined {
  font-size: 2rem;
}

.hero-amenities p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-message {
  width: min(820px, 94vw);
  margin-top: 10px;
  color: white;
  text-align: center;
  text-shadow: 0 3px 9px black;
}

.hero-message > h1 {
  margin-bottom: 3px;
  color: white;
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
  line-height: 1.08;
  font-weight: 800;
}

.hero-lead {
  margin-bottom: 10px;
  color: var(--gold-light);
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.35;
  font-weight: 700;
}

.hero-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 8px 16px;
  border-radius: 14px;
  background: rgb(0 25 36 / 58%);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
  backdrop-filter: blur(5px);
}

.hero-benefit.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.hero-benefit-icon {
  color: #8bdbe0;
  font-size: 3.2rem;
}

.hero-benefit h2 {
  color: var(--gold-light);
  font-size: clamp(1.7rem, 2vw, 2.1rem);
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
}

.hero-benefit p {
  color: white;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.35;
  font-weight: 400;
  text-align: left;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 240px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 28%);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: none;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

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

.cta-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink);
}

.cta-secondary {
  border-color: rgb(255 255 255 / 65%);
  background: rgb(0 35 49 / 72%);
  color: white;
  backdrop-filter: blur(8px);
}

.next-event-banner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 158px;
  padding: 20px max(5vw, calc((100vw - 1200px) / 2));
  background: linear-gradient(105deg, #f0c85c, #fff2bd 42%, #d7f1ef);
  color: #073b4c;
  box-shadow: 0 8px 28px rgb(0 0 0 / 16%);
}

.next-event-date {
  display: grid;
  min-width: 118px;
  padding-right: 24px;
  border-right: 1px solid rgb(11 83 104 / 24%);
  text-align: center;
}

.next-event-date span {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

.next-event-date strong,
.next-event-kicker {
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.next-event-inline-date {
  display: block;
  margin-top: -8px;
  margin-bottom: 9px;
  color: #073b4c;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.next-event-content h2 {
  margin: 3px 0;
  color: #073b4c;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.15;
}

.next-event-content p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.4;
}

.next-event-content,
.next-event-poster-button,
.next-event-button {
  transition: opacity 1.4s ease;
}

.next-event-banner.is-changing .next-event-content,
.next-event-banner.is-changing .next-event-poster-button,
.next-event-banner.is-changing .next-event-button {
  opacity: 0;
}

.next-event-content {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
}

.next-event-info-link {
  display: inline-block;
  margin-top: 5px;
  color: #0b5368;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.next-event-info-link[hidden] {
  display: none;
}

.next-event-dots {
  display: flex;
  gap: 5px;
  margin-top: 7px;
}

.next-event-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(7 59 76 / 28%);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.next-event-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: #0b5368;
}

.next-event-poster-button {
  position: relative;
  display: block;
  width: 118px;
  height: 118px;
  padding: 0;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 10px;
  background: #0b728c;
  box-shadow: 0 6px 16px rgb(8 62 82 / 24%);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.next-event-poster-button:hover,
.next-event-poster-button:focus-visible {
  box-shadow: 0 9px 22px rgb(8 62 82 / 34%);
  transform: translateY(-2px);
}

.next-event-poster-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.16);
  transform-origin: center;
}

.next-event-poster-button span {
  position: absolute;
  right: 3px;
  bottom: 3px;
  left: 3px;
  padding: 3px 2px;
  border-radius: 4px;
  background: rgb(5 34 43 / 90%);
  color: white;
  font-size: 0.72rem;
  line-height: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.next-event-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 10px;
  background: #0b5368;
  color: white;
  font-size: 1.12rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgb(0 0 0 / 16%);
  transition: transform 0.2s, background 0.2s;
}

.next-event-button:hover {
  background: #073b4c;
  transform: translateY(-2px);
}

@media (min-width: 601px) {
  .next-event-banner {
    grid-template-columns: 118px minmax(420px, 760px) max-content;
    justify-content: center;
  }

  .next-event-poster-button {
    width: 118px !important;
    height: 118px !important;
    min-width: 118px;
    max-width: 118px;
    max-height: 118px;
  }

  .next-event-poster-button img {
    width: 100%;
    height: 100%;
  }

  .next-event-content {
    width: 100%;
    max-width: 760px;
  }
}

.water-rental {
  position: relative;
  z-index: 2;
  padding: 34px 5vw;
  background:
    radial-gradient(circle at 10% 20%, rgb(66 185 189 / 24%), transparent 30%),
    linear-gradient(135deg, #062331, #0b5368);
}

.water-rental-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 22px;
  background: rgb(255 255 255 / 9%);
  color: white;
  box-shadow: 0 20px 55px rgb(0 0 0 / 24%);
  backdrop-filter: blur(8px);
}

.water-rental-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
  border-radius: 16px;
}

.water-rental-gallery img {
  display: block;
  width: 100%;
  height: 125px;
  object-fit: cover;
}

.water-rental-gallery .water-rental-main-photo {
  grid-column: 1 / -1;
  height: 245px;
}

.water-rental-rotating-info {
  position: relative;
  grid-column: 1 / -1;
  min-height: 62px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 12px;
  background: rgb(0 20 29 / 28%);
}

.water-rental-rotating-info > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  color: white;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  animation: rentalInfoRotate 40s infinite;
}

.water-rental-rotating-info > span:nth-child(2) { animation-delay: 4s; }
.water-rental-rotating-info > span:nth-child(3) { animation-delay: 8s; }
.water-rental-rotating-info > span:nth-child(4) { animation-delay: 12s; }
.water-rental-rotating-info > span:nth-child(5) { animation-delay: 16s; }
.water-rental-rotating-info > span:nth-child(6) { animation-delay: 20s; }
.water-rental-rotating-info > span:nth-child(7) { animation-delay: 24s; }
.water-rental-rotating-info > span:nth-child(8) { animation-delay: 28s; }
.water-rental-rotating-info > span:nth-child(9) { animation-delay: 32s; }
.water-rental-rotating-info > span:nth-child(10) { animation-delay: 36s; }

.water-rental-rotating-info .material-symbols-outlined {
  color: var(--gold-light);
  font-size: 3rem;
}

@keyframes rentalInfoRotate {
  0%, 1% {
    opacity: 0;
    transform: translateY(8px);
  }
  2%, 8% {
    opacity: 1;
    transform: translateY(0);
  }
  10%, 100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .water-rental-rotating-info > span {
    animation: none;
  }

  .water-rental-rotating-info > span:first-child {
    opacity: 1;
    transform: none;
  }
}

.water-rental-gallery-tags {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 8px;
  width: 100%;
  padding: 14px 0 0;
  border-top: 1px solid rgb(255 255 255 / 16%);
  overflow: visible;
  opacity: 1;
  transition: opacity 0.9s ease;
}

.water-rental-gallery-tags.is-shuffling {
  opacity: 0;
}

.water-rental-gallery-tags.is-shaking .water-rental-equipment > span,
.water-rental-gallery-tags.is-shaking .water-rental-facilities > span {
  animation: rentalTagShake 0.62s ease-in-out infinite;
}

.water-rental-gallery-tags.is-revealing .water-rental-equipment > span,
.water-rental-gallery-tags.is-revealing .water-rental-facilities > span {
  opacity: 0;
  animation: rentalTagReveal 1.15s ease forwards;
}

.water-rental-gallery-tags .water-rental-equipment,
.water-rental-gallery-tags .water-rental-facilities {
  display: contents;
  margin: 0;
}

.water-rental-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.water-rental-kicker .material-symbols-outlined {
  font-size: 2rem;
}

.water-rental-content h2 {
  margin-bottom: 8px;
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  line-height: 1.12;
}

.water-rental-content > p {
  max-width: 700px;
  color: rgb(255 255 255 / 80%);
  font-size: 1.55rem;
  line-height: 2.4rem;
}

.water-rental-content .water-rental-partnership {
  margin-top: 8px;
  padding-left: 12px;
  border-left: 3px solid var(--gold-light);
  color: white;
  font-weight: 700;
}

.rental-promo-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 9px;
}

.rental-loyalty-card,
.rental-contact-card {
  display: block;
  width: min(150px, 100%);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 13px;
  background: none;
  box-shadow: 0 10px 28px rgb(0 0 0 / 24%);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.rental-contact-card {
  transform-origin: center;
  animation: rentalPhoneRing 5.5s ease-in-out infinite, rentalPhonePulse 2.4s ease-in-out infinite;
}

@keyframes rentalPhoneRing {
  0%, 68%, 100% { transform: translateY(0) rotate(0); }
  70% { transform: translateY(-3px) rotate(-1.2deg); }
  72% { transform: translateY(0) rotate(1.2deg); }
  74% { transform: translateY(-4px) rotate(-1.4deg); }
  76% { transform: translateY(0) rotate(1.1deg); }
  78% { transform: translateY(-2px) rotate(-0.8deg); }
  80% { transform: translateY(0) rotate(0); }
}

@keyframes rentalPhonePulse {
  0%, 100% { box-shadow: 0 10px 28px rgb(0 0 0 / 24%); }
  50% { box-shadow: 0 12px 34px rgb(66 185 189 / 40%), 0 0 0 4px rgb(139 219 224 / 10%); }
}

.rental-loyalty-card:hover,
.rental-contact-card:hover {
  box-shadow: 0 14px 34px rgb(0 0 0 / 34%);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .rental-contact-card {
    animation: none;
  }

}

.rental-loyalty-card img,
.rental-contact-card img {
  display: block;
  width: 100%;
  height: auto;
}

.water-rental-equipment {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.water-rental-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 9px;
}

.water-rental-facilities > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  min-width: 0;
  min-height: 72px;
  padding: 10px 7px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 9%);
  color: white;
  font-size: clamp(1.45rem, 1.6vw, 1.9rem);
  line-height: 2rem;
  font-weight: 700;
}

.water-rental-facilities .material-symbols-outlined {
  color: #8bdbe0;
  font-size: 3rem;
}

.water-rental-feature-icon {
  flex: 0 0 34px;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #8bdbe0;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

.water-rental-equipment > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  min-width: 0;
  min-height: 72px;
  padding: 10px 7px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 20px;
  background: rgb(255 255 255 / 9%);
  font-size: clamp(1.45rem, 1.6vw, 1.9rem);
  line-height: 2rem;
  font-weight: 700;
}

.water-rental-equipment .material-symbols-outlined {
  color: #8bdbe0;
  font-size: 3rem;
}

.water-rental-gallery-tags span {
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.water-rental-gallery-tags .water-rental-equipment > span,
.water-rental-gallery-tags .water-rental-facilities > span {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  animation: none;
  transition: transform 1.2s ease;
}

@keyframes rentalTagFrame {
  0%, 100% {
    border-color: rgb(255 255 255 / 18%);
    background: rgb(255 255 255 / 9%);
    box-shadow: 0 0 0 rgb(139 219 224 / 0%);
    transform: translateY(0);
  }
  50% {
    border-color: rgb(139 219 224 / 55%);
    background: rgb(139 219 224 / 14%);
    box-shadow: 0 0 16px rgb(139 219 224 / 14%);
    transform: translateY(-2px);
  }
}

@keyframes rentalTagShake {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  20% { transform: translate(-2px, 1px) rotate(-0.7deg); }
  40% { transform: translate(2px, -1px) rotate(0.7deg); }
  60% { transform: translate(-1px, -1px) rotate(-0.5deg); }
  80% { transform: translate(1px, 1px) rotate(0.5deg); }
}

@keyframes rentalTagReveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.water-rental-custom-icon {
  display: inline-grid;
  place-items: center;
  color: #8bdbe0;
  font-family: "Segoe UI Emoji", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.water-rental-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 13px;
}

.water-rental-notes span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgb(255 255 255 / 72%);
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.water-rental-notes .material-symbols-outlined {
  color: var(--gold-light);
  font-size: 1.8rem;
}

.water-rental-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 230px;
  padding: 13px 18px;
  border: 1px solid rgb(139 219 224 / 55%);
  border-radius: 30px;
  background: linear-gradient(135deg, #148bc1, #0b728c);
  color: white;
  box-shadow: 0 9px 24px rgb(0 0 0 / 24%);
  font-size: 1.45rem;
  line-height: 2rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  grid-column: 2;
  justify-self: start;
}

.water-rental-cta:hover {
  background: linear-gradient(135deg, #42b9bd, #148bc1);
  box-shadow: 0 12px 30px rgb(0 0 0 / 32%);
  transform: translateY(-2px);
}

.water-rental-cta .material-symbols-outlined {
  color: #fff2bd;
  font-size: 2.3rem;
}

.about,
.attraction {
  min-height: 100vh;
  padding: 90px 5vw 70px;
  color: white;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about {
  background-image: url("../img/sekcjaobiekt.jpg");
}

.attraction {
  background-image: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 35%)), url("../img/sectionattraction.jpg");
}

.aboutcontainer {
  width: 100%;
}

.section-heading {
  width: min(950px, 88vw);
  margin: 0 auto 58px;
  text-align: left;
}

.section-heading span {
  display: block;
  margin-bottom: 8px;
  color: #fff2bd;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 6px black;
}

.section-heading h2 {
  color: white;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 2px 7px rgb(0 0 0 / 55%);
}

.section-heading::after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  margin-top: 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--turquoise) 0 65%, var(--gold-light) 65%);
}

.info-card {
  width: min(950px, 88vw);
  margin: 18px auto;
  padding: 26px 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  backdrop-filter: none;
}

.about .info-card {
  min-height: auto;
  padding: 26px 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: white;
  box-shadow: none;
  backdrop-filter: none;
}

#aboutone {
  background-image: none;
}

#abouttwo {
  background-image: none;
}

.attraction .info-card {
  background: transparent;
  color: white;
}

.info-card h2 {
  margin-bottom: 14px;
  color: #126b91;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}

.about .info-card h2 {
  color: #8bdbe0;
}

.info-card p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.about .info-card p {
  color: white;
  text-shadow: 0 2px 6px black;
}

.attraction .info-card h2 {
  color: #8bdbe0;
  text-shadow: 0 2px 6px black;
}

.attraction .info-card p {
  color: white;
  text-shadow: 0 2px 6px black;
}

.attraction .info-card strong {
  color: white;
}

.info-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

.info-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .info-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.info-card strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: 800;
}

.attraction .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 2.3rem;
  line-height: 1.45;
}

.video-showcase {
  padding: clamp(70px, 8vw, 110px) 5vw;
  background:
    radial-gradient(circle at 90% 10%, rgb(66 185 189 / 16%), transparent 30%),
    #071c27;
  color: white;
}

.local-events {
  padding: clamp(42px, 5vw, 68px) 5vw;
  background:
    radial-gradient(circle at 5% 10%, rgb(255 192 50 / 20%), transparent 28%),
    linear-gradient(145deg, #eef8fa, #fff8e1);
}

.events-heading {
  max-width: 1100px;
  margin: 0 auto 22px;
}

.events-heading span {
  color: #0b728c;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.events-heading h2 {
  margin: 7px 0 8px;
  color: #083e52;
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 1.05;
}

.events-heading p {
  max-width: 760px;
  color: #47616a;
  font-size: 1.55rem;
  line-height: 2.35rem;
}

.events-calendar {
  max-width: 1100px;
  margin: 0 auto 24px;
}

.calendar-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 12px;
}

.calendar-intro span {
  color: #0b728c;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.calendar-intro h3 {
  margin-top: 3px;
  color: #083e52;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.1;
}

.calendar-intro p {
  max-width: 430px;
  color: #65747a;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.calendar-list {
  display: grid;
  gap: 8px;
}

.calendar-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgb(11 83 104 / 14%);
  border-radius: 18px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 10px 28px rgb(8 62 82 / 9%);
}

.calendar-card-highlight {
  border-color: rgb(245 166 35 / 55%);
  background:
    linear-gradient(90deg, rgb(255 248 225 / 98%), rgb(255 255 255 / 95%));
}

.calendar-card-past {
  border-color: rgb(11 114 140 / 22%);
  background:
    linear-gradient(135deg, rgb(229 243 244 / 72%), rgb(255 255 255 / 94%));
}

.calendar-card-recap {
  align-items: start;
}

.calendar-type-ended {
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgb(17 162 127 / 11%);
  color: #0c7d65;
}

.event-recap-media {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.event-recap-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #062331;
  object-fit: cover;
  box-shadow: 0 8px 22px rgb(6 35 49 / 12%);
}

.event-recap-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.event-recap-gallery button {
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(11 83 104 / 14%);
  border-radius: 10px;
  background: white;
  cursor: pointer;
  box-shadow: 0 5px 14px rgb(6 35 49 / 8%);
}

.event-recap-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.event-recap-gallery button:hover img,
.event-recap-gallery button:focus-visible img {
  transform: scale(1.04);
}

.calendar-recap-link {
  min-width: 150px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgb(11 114 140 / 20%);
  background: rgb(229 243 244 / 82%);
  color: #0b5368;
  font-family: "Raleway", sans-serif;
  font-size: 1.18rem;
  line-height: 1.55rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 14px rgb(11 83 104 / 10%);
}

.calendar-card time {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 8px 6px;
  border-radius: 11px;
  background: #083e52;
  color: white;
  text-align: center;
}

.calendar-card time strong {
  color: var(--gold-light);
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 900;
}

.calendar-card time span {
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.calendar-type {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1px;
  color: #0b728c;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.calendar-type .material-symbols-outlined {
  color: var(--gold);
  font-size: 1.7rem;
}

.calendar-card h4 {
  margin-bottom: 2px;
  color: #083e52;
  font-size: 1.7rem;
  line-height: 2.1rem;
}

.calendar-card-content p {
  color: #263f49;
  font-size: 1.45rem;
  line-height: 2.05rem;
  font-weight: 500;
}

.calendar-card-content small {
  display: block;
  margin-top: 4px;
  color: #68511d;
  font-size: 1.15rem;
  line-height: 1.65rem;
  font-weight: 600;
}

.calendar-booking.event-booking-button {
  min-width: 150px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #e8af39;
  background: linear-gradient(135deg, #fff3c7, #ffd978);
  color: #25424d;
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: none;
  box-shadow: 0 5px 14px rgb(245 166 35 / 18%);
}

.calendar-organizer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px 7px;
  border: 0;
  border-radius: 999px;
  background: rgb(24 119 242 / 10%);
  color: #1258b0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.calendar-organizer-link:hover,
.calendar-organizer-link:focus-visible {
  background: #1877f2;
  color: white;
}

.calendar-organizer-link .facebook-icon {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1877f2;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
}

.calendar-event-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 2px;
}

.calendar-event-title-row h4 {
  margin-bottom: 0;
}

.calendar-image-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  border: 0;
  border-radius: 999px;
  background: rgb(11 114 140 / 10%);
  color: #0b728c;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.calendar-image-link:hover,
.calendar-image-link:focus-visible {
  background: #0b728c;
  color: white;
}

.calendar-image-link .material-symbols-outlined {
  font-size: 1.5rem;
}

.calendar-inline-info {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgb(245 166 35 / 14%);
  color: #76520b;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  text-decoration: none;
}

.calendar-inline-info:hover,
.calendar-inline-info:focus-visible {
  background: var(--gold);
  color: #083e52;
}

.lake-days-concert-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 7px;
}

.lake-days-concert-links > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lake-days-concert-links strong {
  color: #083e52;
  font-size: 1.05rem;
  line-height: 1.4rem;
}

.lake-days-concert-links a {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgb(245 166 35 / 14%);
  color: #76520b;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  text-decoration: none;
}

.lake-days-concert-links a:hover,
.lake-days-concert-links a:focus-visible {
  background: var(--gold);
  color: #083e52;
}

.calendar-organizer-link:hover .facebook-icon,
.calendar-organizer-link:focus-visible .facebook-icon {
  background: white;
  color: #1877f2;
}

.event-poster-dialog {
  position: fixed;
  inset: 0;
  width: min(640px, 86vw);
  max-height: 74vh;
  margin: auto;
  padding: 18px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: rgb(5 34 43 / 96%);
  box-shadow: 0 18px 50px rgb(0 0 0 / 50%);
}

.event-poster-dialog::backdrop {
  background: rgb(0 12 18 / 86%);
  backdrop-filter: blur(5px);
}

.event-poster-dialog img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(74vh - 36px);
  margin: auto;
  border-radius: 14px;
  object-fit: contain;
}

.event-poster-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--gold);
  color: #083e52;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.calendar-booking.event-booking-button:hover {
  border-color: #d99a20;
  background: linear-gradient(135deg, #ffe9a7, #ffc94d);
  color: #102832;
  box-shadow: 0 7px 18px rgb(245 166 35 / 28%);
}

@media (min-width: 601px) and (max-width: 1024px) {
  .calendar-card {
    grid-template-columns: 110px 1fr;
  }

  .calendar-booking.event-booking-button {
    grid-column: 2;
    justify-self: start;
  }
}

.featured-event {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgb(11 83 104 / 16%);
  border-radius: 24px;
  background: white;
  box-shadow: 0 24px 65px rgb(8 62 82 / 18%);
}

.event-poster-wrap {
  min-height: 100%;
  background: #083e52;
}

.event-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 56px);
}

.event-label {
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 20px;
  background: #e8f7f8;
  color: #0b728c;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-content h3 {
  margin-bottom: 20px;
  color: #083e52;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1.1;
}

.event-meta {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.event-meta p,
.events-more-grid p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b5368;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 700;
}

.event-meta .material-symbols-outlined,
.events-more-grid .material-symbols-outlined {
  color: var(--gold);
  font-size: 2.5rem;
}

.event-description,
.event-booking-copy {
  margin-bottom: 16px;
  color: #47616a;
  font-size: 1.65rem;
  line-height: 2.6rem;
}

.event-booking-copy {
  color: #203d46;
  font-weight: 700;
}

.event-booking-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 15px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink);
  box-shadow: 0 9px 24px rgb(245 166 35 / 32%);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.event-booking-button:hover {
  box-shadow: 0 12px 30px rgb(245 166 35 / 45%);
  transform: translateY(-2px);
}

.events-more {
  max-width: 1100px;
  margin: 22px auto 0;
}

.lake-days-event {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  max-width: 1100px;
  margin: 34px auto 0;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgb(255 192 50 / 22%), transparent 28%),
    linear-gradient(135deg, #062331, #0b5368);
  color: white;
  box-shadow: 0 24px 65px rgb(8 62 82 / 22%);
}

.lake-days-date {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 24px;
  border: 2px solid rgb(255 255 255 / 30%);
  border-radius: 22px;
  background: rgb(255 255 255 / 9%);
  text-align: center;
}

.lake-days-date span {
  color: var(--gold-light);
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 900;
}

.lake-days-date strong {
  font-size: 2rem;
  line-height: 2.5rem;
}

.lake-days-content h3 {
  margin-bottom: 14px;
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 1.08;
}

.lake-days-lead {
  max-width: 700px;
  color: rgb(255 255 255 / 82%);
  font-size: 1.65rem;
  line-height: 2.6rem;
}

.concert-lineup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
}

.concert-lineup p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 10px;
  padding: 16px;
  border-radius: 12px;
  background: rgb(255 255 255 / 10%);
  font-size: 1.55rem;
  line-height: 2.2rem;
}

.concert-lineup .material-symbols-outlined {
  grid-row: span 2;
  color: var(--gold-light);
  font-size: 2.7rem;
}

.lake-days-content .event-booking-copy {
  color: white;
}

.events-more h3 {
  margin-bottom: 10px;
  color: #083e52;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.events-more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.events-more-grid p {
  padding: 11px;
  border-radius: 12px;
  background: rgb(255 255 255 / 78%);
}

.events-more small {
  display: block;
  margin-top: 9px;
  color: #65747a;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

.video-heading {
  width: min(1100px, 100%);
  margin: 0 auto 34px;
}

.video-heading span {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-light);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.video-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(3.4rem, 5vw, 5.5rem);
  line-height: 1.1;
}

.video-heading p {
  color: rgb(255 255 255 / 78%);
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.video-frame {
  width: min(1100px, 100%);
  margin: auto;
  overflow: hidden;
  border: 1px solid rgb(255 192 50 / 45%);
  border-radius: 20px;
  background: black;
  box-shadow: 0 24px 70px rgb(0 0 0 / 42%);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: black;
  object-fit: contain;
}

.photos {
  min-height: 100vh;
  padding: 80px 5vw;
  background: #f8f3e8;
}

.photos h2 {
  margin-bottom: 34px;
  color: #126b91;
  font-size: clamp(3.6rem, 5vw, 5.5rem);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: auto;
}

.gallery-grid button {
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: none;
  box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
  cursor: pointer;
}

.gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}

.gallery-info-strip {
  max-width: 1200px;
  margin: 28px auto 0;
  overflow: hidden;
  color: #0b5368;
}

.gallery-info-track {
  display: flex;
  width: max-content;
  animation: galleryInfoMarquee 260s linear infinite;
  opacity: 1;
  transition: opacity 0.45s ease, filter 0.45s ease;
}

.gallery-info-strip.is-previewing .gallery-info-track {
  animation: galleryPreviewMarquee 38s linear infinite;
  transform: none;
}

.gallery-info-strip.is-switching .gallery-info-track {
  opacity: 0;
  filter: blur(4px);
}

.gallery-info-strip.is-previewing .gallery-info-track span {
  display: none;
}

.gallery-info-strip.is-previewing .gallery-info-track span.is-preview {
  display: flex;
  min-width: 1200px;
  justify-content: center;
  animation: galleryPreviewReveal 0.55s ease both;
}

@keyframes galleryPreviewMarquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes galleryPreviewReveal {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.gallery-info-strip.is-leaving .gallery-info-track {
  opacity: 0;
  filter: blur(4px);
}

.gallery-info-track span {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px 110px;
  color: #0b5368;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 3.4rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.gallery-info-track span.is-active {
  color: #0b5368;
}

.gallery-info-track span::before {
  content: "photo_camera";
  margin-right: 12px;
  color: var(--gold-light);
  font-family: "Material Symbols Outlined";
  font-size: 2.8rem;
  font-weight: normal;
}

@keyframes galleryInfoMarquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-info-track {
    animation-play-state: paused;
  }

}

.gallery-grid button:hover img {
  transform: scale(1.05);
}

.gallery-dialog {
  position: fixed;
  inset: 0;
  width: min(1100px, 96vw);
  max-height: 94vh;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.gallery-dialog img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.gallery-dialog img.is-entering {
  animation: galleryImageEnter 0.45s ease;
}

@keyframes galleryImageEnter {
  from { opacity: 0.35; }
  to { opacity: 1; }
}

.gallery-caption {
  position: absolute;
  bottom: 72px;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 8px;
  color: white;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 8px black, 0 1px 3px black;
  transform: translateX(-50%);
}

.gallery-toolbar {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.gallery-counter,
.gallery-toolbar button {
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 800;
  text-shadow: 0 2px 8px black, 0 1px 3px black;
}

.gallery-toolbar button {
  width: auto;
  padding: 8px;
}

.gallery-counter {
  min-width: 82px;
  margin-right: auto;
  text-align: center;
}

.gallery-toolbar button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.gallery-toolbar button:hover {
  color: var(--gold-light);
}

.gallery-toolbar .material-symbols-outlined {
  font-size: 3.4rem;
}

.gallery-dialog.is-browser-fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  padding: 0;
  background: black;
}

.gallery-dialog.is-browser-fullscreen img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

body.gallery-fullscreen-open {
  overflow: hidden;
}

.gallery-close,
.gallery-prev,
.gallery-next {
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 50%;
  background: rgb(255 192 50 / 92%);
  color: var(--ink);
  cursor: pointer;
}

.gallery-music {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 2px solid rgb(255 255 255 / 75%);
  border-radius: 30px;
  background: rgb(4 28 39 / 88%);
  color: white;
  box-shadow: 0 7px 24px rgb(0 0 0 / 42%);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 800;
  cursor: pointer;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

.gallery-music:hover {
  background: var(--gold-light);
  color: var(--ink);
}

.gallery-music .material-symbols-outlined {
  font-size: 3rem;
}

.gallery-close {
  top: 12px;
  right: 12px;
  width: 46px;
  height: 46px;
  font-size: 3rem;
}

.gallery-prev,
.gallery-next {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 3rem;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 12px;
}

.gallery-next {
  right: 12px;
}

.photos-slider {
  position: relative;
  min-height: clamp(480px, 72vh, 760px);
  overflow: hidden;
  background: #08101a;
}

.photos-slider > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: photoSlider 30s infinite;
}

.photos-slider > img:nth-child(2) { animation-delay: 5s; }
.photos-slider > img:nth-child(3) { animation-delay: 10s; }
.photos-slider > img:nth-child(4) { animation-delay: 15s; }
.photos-slider > img:nth-child(5) { animation-delay: 20s; }
.photos-slider > img:nth-child(6) { animation-delay: 25s; }

@keyframes photoSlider {
  0% { opacity: 0; }
  4% { opacity: 1; }
  14% { opacity: 1; }
  18%, 100% { opacity: 0; }
}

.photos-slider > p {
  position: absolute;
  top: 12%;
  right: 10%;
  left: 10%;
  z-index: 2;
  color: white;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 3px 10px black;
  opacity: 0;
  animation: captionSlider 30s infinite;
}

.photos-slider > p:nth-of-type(2) { animation-delay: 5s; }
.photos-slider > p:nth-of-type(3) { animation-delay: 10s; }
.photos-slider > p:nth-of-type(4) { animation-delay: 15s; }
.photos-slider > p:nth-of-type(5) { animation-delay: 20s; }

@keyframes captionSlider {
  0% { opacity: 0; }
  4% { opacity: 1; }
  14% { opacity: 1; }
  18%, 100% { opacity: 0; }
}

.faq {
  padding: 58px max(24px, calc((100vw - 1120px) / 2));
  background: #f5f1e8;
}

.faq .section-heading {
  margin-bottom: 20px;
}

.faq .section-heading span {
  color: #9a7419;
  font-size: 1.15rem;
  text-shadow: none;
}

.faq .section-heading h2 {
  color: #0b5368;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.12;
  text-shadow: none;
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq details {
  border: 0;
  border-bottom: 1px solid rgba(11, 83, 104, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 0 4px;
  box-shadow: none;
}

.faq summary {
  cursor: pointer;
  padding: 15px 34px 15px 0;
  color: #0b5368;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.4;
  font-weight: 700;
}

.faq details p {
  margin: 0;
  padding: 0 0 15px;
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}

.faq details a {
  color: #0b5368;
  font-weight: 700;
}

.area-guide {
  padding: clamp(64px, 8vw, 100px) max(5vw, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 90% 10%, rgb(66 185 189 / 18%), transparent 30%),
    linear-gradient(145deg, #f6f1e7, #e8f2f0);
}

.area-guide-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.area-guide-heading > span {
  color: #9a7419;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.area-guide-heading h2 {
  margin: 7px 0 10px;
  color: #0b5368;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.1;
}

.area-guide-heading p {
  color: #35535d;
  font-size: 1.2rem;
  line-height: 1.6;
}

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

.area-guide-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  border: 1px solid rgb(11 83 104 / 16%);
  border-radius: 16px;
  background: rgb(255 255 255 / 54%);
}

.area-guide-card > .material-symbols-outlined {
  position: absolute;
  right: -12px;
  bottom: -20px;
  z-index: 0;
  color: #0b7d8b;
  font-size: clamp(8rem, 13vw, 12rem);
  line-height: 1;
  opacity: 0.09;
  transform: rotate(-7deg);
  pointer-events: none;
}

.area-guide-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.08) contrast(1.05);
  pointer-events: none;
}

.area-guide-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(100deg, rgb(3 38 50 / 68%) 0%, rgb(5 49 62 / 48%) 62%, rgb(5 49 62 / 18%) 100%),
    linear-gradient(0deg, rgb(3 30 40 / 32%), transparent 62%);
  pointer-events: none;
}

.area-guide-card-photo > .material-symbols-outlined {
  display: none;
}

.area-guide-card h3,
.area-guide-card p,
.area-guide-card a {
  position: relative;
  z-index: 1;
}

.area-guide-card h3 {
  margin: 12px 0 8px;
  color: white;
  font-size: 1.45rem;
  line-height: 1.25;
  text-shadow: 0 2px 8px rgb(0 0 0 / 65%);
}

.area-guide-card p {
  margin: 0 0 18px;
  color: rgb(255 255 255 / 94%);
  font-size: 1.05rem;
  line-height: 1.65;
  text-shadow: 0 2px 7px rgb(0 0 0 / 72%);
}

.area-guide-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 2px solid #ffd15a;
  color: white;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 2px 7px rgb(0 0 0 / 72%);
}

.area-guide-card a::before,
.viewpoint-grid a::before {
  content: "navigation";
  font-family: "Material Symbols Outlined";
  font-size: 1.7rem;
  line-height: 1;
  font-weight: normal;
}

.viewpoint-list {
  position: relative;
  margin-top: 30px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgb(3 35 48 / 36%), rgb(3 35 48 / 48)),
    url("../img/okolica/punkty-widokowe-tlo.png") center 42% / cover no-repeat;
  box-shadow: 0 22px 55px rgb(6 35 49 / 16%);
}

.viewpoint-list::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  border: 1px dashed rgb(255 255 255 / 28%);
  border-radius: 14px;
}

.viewpoint-list-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.viewpoint-list-heading > .material-symbols-outlined {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b5368, #148bc1);
  color: white;
  box-shadow: 0 12px 24px rgb(0 0 0 / 24%);
  font-size: 3rem;
}

.viewpoint-list-heading h3 {
  margin: 0 0 6px;
  color: white;
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  line-height: 1.1;
  text-shadow: 0 2px 10px rgb(0 0 0 / 42%);
}

.viewpoint-list-heading p {
  margin: 0;
  max-width: 660px;
  color: rgb(255 255 255 / 86%);
  font-size: 1.04rem;
  line-height: 1.55;
  text-shadow: 0 2px 8px rgb(0 0 0 / 38%);
}

.viewpoint-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 12px;
  counter-reset: viewpoint;
}

.viewpoint-grid a {
  counter-increment: viewpoint;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 10px;
  min-height: 78px;
  padding: 14px 15px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 14px;
  background: rgb(255 255 255 / 34%);
  color: white;
  text-decoration: none;
  box-shadow: 0 10px 22px rgb(0 0 0 / 18%);
  backdrop-filter: blur(6px);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.viewpoint-grid a::before {
  content: counter(viewpoint, decimal-leading-zero);
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  align-self: center;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e5f3f4, #fff1bf);
  color: #0b5368;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 900;
}

.viewpoint-grid a:hover {
  border-color: rgb(20 139 193 / 30%);
  background: rgb(255 255 255 / 44%);
  box-shadow: 0 14px 28px rgb(0 0 0 / 22%);
  transform: translateY(-2px);
}

.viewpoint-grid strong {
  min-width: 0;
  overflow: hidden;
  color: white;
  font-size: 1.12rem;
  line-height: 1.15;
  text-shadow: 0 2px 8px rgb(0 0 0 / 42%);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.viewpoint-grid span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(255 255 255 / 28%);
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.viewpoint-grid span::before {
  content: "navigation";
  font-family: "Material Symbols Outlined";
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
}

@media (max-width: 900px) {
  .area-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .area-guide {
    padding: 46px 18px 132px;
  }

  .area-guide-grid {
    grid-template-columns: 1fr;
  }

  .area-guide-card {
    padding: 21px;
  }

  .viewpoint-list {
    margin-top: 22px;
    padding: 16px 12px;
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgb(3 30 42 / 22%), rgb(3 30 42 / 36)),
      url("../img/okolica/punkty-widokowe-tlo.png") center 38% / cover no-repeat;
  }

  .viewpoint-list::before {
    inset: 8px;
    border-radius: 12px;
  }

  .viewpoint-list-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin-bottom: 13px;
  }

  .viewpoint-list-heading > .material-symbols-outlined {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 2.85rem;
  }

  .viewpoint-list-heading h3 {
    margin-bottom: 5px;
    font-size: 1.78rem;
    line-height: 1.06;
  }

  .viewpoint-list-heading p {
    color: rgb(255 255 255 / 88%);
    font-size: 1rem;
    line-height: 1.34;
  }

  .viewpoint-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    padding: 8px 2px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .viewpoint-grid a {
    min-height: 0;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 0 6px;
    padding: 4px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .viewpoint-grid a::before {
    grid-row: auto;
    width: auto;
    height: auto;
    background: transparent;
    color: #fff3b5;
    font-size: 0.72rem;
    text-shadow: 0 2px 7px rgb(0 0 0 / 64%);
    box-shadow: none;
  }

  .viewpoint-grid strong {
    color: white;
    font-size: 1.42rem;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgb(0 0 0 / 72%);
  }

  .viewpoint-grid span {
    display: none;
  }

  .faq {
    padding: 42px 18px;
  }

  .faq details {
    padding: 0 2px;
  }

  .faq summary {
    padding: 14px 28px 14px 0;
    font-size: 1.2rem;
  }

  .faq details p {
    font-size: 1.08rem;
  }
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  padding: clamp(70px, 9vw, 120px) max(5vw, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 10% 15%, rgb(66 185 189 / 20%), transparent 32%),
    linear-gradient(135deg, #062331, #0b5368);
  color: white;
}

.booking-kicker {
  color: var(--gold-light);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.booking-intro h2 {
  margin: 12px 0 20px;
  font-size: clamp(3.6rem, 5vw, 6rem);
  line-height: 1.05;
}

.booking-intro > p {
  max-width: 580px;
  color: rgb(255 255 255 / 82%);
  font-size: 1.8rem;
  line-height: 1.65;
}

.booking-highlights {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.booking-highlights p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.booking-highlights .material-symbols-outlined {
  color: var(--gold-light);
  font-size: 2.6rem;
}

.booking-highlights a {
  color: white;
  font-weight: 800;
}

.booking-form {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 20px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 24px 70px rgb(0 0 0 / 30%);
  color: var(--ink);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 800;
}

.form-field label span {
  color: #65747a;
  font-weight: 500;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #bac9ce;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgb(20 139 193 / 18%);
}

.form-field textarea {
  resize: vertical;
}

.booking-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink);
  box-shadow: 0 8px 20px rgb(245 166 35 / 30%);
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.booking-submit:hover {
  box-shadow: 0 10px 26px rgb(245 166 35 / 42%);
  transform: translateY(-2px);
}

.booking-note {
  margin-top: 14px;
  color: #65747a;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
}

footer {
  padding: 38px 5vw 0;
  border-top: 3px solid var(--gold);
  background: linear-gradient(135deg, #082331, #0d4257);
  color: white;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 36px;
  max-width: 1100px;
  margin: auto;
}

.footer-logo-crop {
  width: min(340px, 100%);
  height: 190px;
  display: flex;
  align-items: center;
}

.footer-brand img {
  display: block;
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 10px 28px rgb(0 0 0 / 20%);
}

footer address p,
footer address a,
footer address button {
  color: white;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 400;
  text-decoration: none;
}

footer address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

footer address p,
footer address a,
footer address button {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

footer address a:hover,
footer address button:hover {
  color: var(--gold-light);
}

footer address .material-symbols-outlined {
  flex: 0 0 auto;
  color: #8bdbe0;
  font-size: 2.1rem;
}

.facebook-link {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.facebook-icon {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #1877f2;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 700;
}

.footer-copy {
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid rgb(255 255 255 / 20%);
  color: rgb(255 255 255 / 70%);
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.footer-marquee {
  width: calc(100% + 10vw);
  margin: 30px -5vw 0;
  overflow: hidden;
  border-top: 1px solid rgb(255 192 50 / 55%);
  background: rgb(0 16 25 / 55%);
}

.footer-marquee-track {
  display: flex;
  width: max-content;
  animation: footerMarquee 18s linear infinite;
}

.footer-marquee span {
  min-width: 50vw;
  padding: 11px 24px;
  color: var(--gold-light);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

@keyframes footerMarquee {
  to {
    transform: translateX(-25%);
  }
}

@media (max-width: 600px) {
  body.section-transition::after {
    opacity: 1;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .next-event-banner {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px 16px;
    width: 100%;
    max-width: 100vw;
    min-height: 224px;
    overflow: hidden;
    padding: 18px;
  }

  .next-event-date {
    min-width: 82px;
    padding-right: 14px;
  }

  .next-event-date span {
    font-size: 1.85rem;
  }

  .next-event-content h2 {
    font-size: 1.35rem;
  }

  .next-event-content p {
    font-size: 1rem;
  }

  .next-event-content {
    min-width: 0;
    min-height: 132px;
  }

  .next-event-inline-date,
  .next-event-kicker,
  .next-event-content h2,
  .next-event-content p,
  .next-event-info-link {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .next-event-button {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .next-event-poster-button {
    grid-column: 1;
    width: 82px;
    height: 92px;
    margin: 0 auto;
  }

  .next-event-button {
    grid-column: 1 / -1;
    align-self: center;
  }

  .photos-slider {
    min-height: 52vh;
    max-height: 560px;
  }

  .water-rental {
    padding: 24px 12px;
  }

  .water-rental-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px;
    text-align: center;
  }

  .water-rental-gallery .water-rental-main-photo {
    height: 210px;
  }

  .water-rental-gallery-tags {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .water-rental-gallery-tags span {
    white-space: normal;
  }

  .water-rental-facilities > span,
  .water-rental-equipment > span {
    min-height: 60px;
    padding: 8px 5px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .water-rental-facilities .material-symbols-outlined,
  .water-rental-equipment .material-symbols-outlined {
    font-size: 2.5rem;
  }

  .water-rental-feature-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 2rem;
  }

  .water-rental-equipment {
    justify-content: center;
  }

  .water-rental-facilities {
    justify-content: center;
  }

  .water-rental-notes {
    justify-content: center;
  }

  .water-rental-cta {
    width: 100%;
    grid-column: auto;
  }

  .cta {
    width: 100%;
    min-width: 0;
  }

  .booking {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    padding: 70px 12px;
    overflow: hidden;
  }

  .featured-event {
    grid-template-columns: 1fr;
  }

  .calendar-intro {
    display: block;
  }

  .calendar-intro p {
    margin-top: 10px;
  }

  .calendar-card {
    grid-template-columns: 68px 1fr;
    gap: 10px;
    padding: 10px;
  }

  .calendar-card time {
    min-height: 66px;
  }

  .calendar-card time strong {
    font-size: 1.8rem;
  }

  .calendar-booking.event-booking-button {
    grid-column: 1 / -1;
    width: 100%;
    padding: 8px 10px;
  }

  .calendar-recap-link {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    padding: 8px 10px;
  }

  .calendar-card-recap {
    align-items: start;
  }

  .event-recap-media {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
  }

  .event-recap-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .event-recap-gallery button {
    border-radius: 8px;
  }

  .calendar-event-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }


  .lake-days-event {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .lake-days-date {
    min-height: 140px;
  }

  .concert-lineup {
    grid-template-columns: 1fr;
  }

  .event-poster-wrap {
    min-height: 0;
  }

  .event-content {
    padding: 26px 20px 30px;
  }

  .event-booking-button {
    width: 100%;
  }

  .events-more-grid {
    grid-template-columns: 1fr;
  }

  .booking-intro,
  .booking-form,
  .form-row,
  .form-field {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .booking-form {
    padding: 24px 16px;
  }

  .form-field input,
  .form-field textarea {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  html {
    scroll-padding-top: 8px;
  }

  .floating-nav {
    top: 8px;
    right: 12px;
    left: auto;
    width: max-content;
    max-width: none;
    padding: 5px;
    overflow: visible;
  }

  .floating-nav.is-open {
    inset: 0;
    z-index: 9999;
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    min-height: 100dvh;
    padding: max(18px, env(safe-area-inset-top)) 22px max(22px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(rgb(1 12 21 / 60%), rgb(1 12 21 / 72%)),
      url("../img/PD_domki/1.jpg") center / cover no-repeat;
    box-shadow: none;
    backdrop-filter: none;
    animation: mobileMenuReveal 0.9s ease both;
  }

  .floating-nav.is-closing {
    pointer-events: none;
    animation: mobileMenuHide 0.7s ease both;
  }

  @keyframes mobileMenuReveal {
    from {
      opacity: 0;
      background-size: auto 108%;
    }
    to {
      opacity: 1;
      background-size: auto 100%;
    }
  }

  @keyframes mobileMenuHide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-menu-toggle {
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    border-radius: 50%;
    background: rgb(5 34 43 / 72%);
    font-size: 1.45rem;
  }

  .mobile-menu-toggle .menu-label {
    display: none;
  }

  .floating-nav.is-open .mobile-menu-toggle {
    background: rgb(255 255 255 / 10%);
  }

  .nav-actions {
    display: none;
    align-self: center;
    grid-template-columns: 1fr;
    width: min(360px, 100%);
    margin: auto;
    gap: 9px;
    padding: 20px 0 70px;
  }

  .floating-nav.is-open .nav-actions {
    display: grid;
  }

  .floating-nav.is-open .nav-actions > * {
    animation-duration: 0.75s;
  }

  .floating-nav.is-open .nav-actions > *:nth-child(1) { animation-delay: 0.25s; }
  .floating-nav.is-open .nav-actions > *:nth-child(2) { animation-delay: 0.38s; }
  .floating-nav.is-open .nav-actions > *:nth-child(3) { animation-delay: 0.51s; }
  .floating-nav.is-open .nav-actions > *:nth-child(4) { animation-delay: 0.64s; }
  .floating-nav.is-open .nav-actions > *:nth-child(5) { animation-delay: 0.77s; }
  .floating-nav.is-open .nav-actions > *:nth-child(6) { animation-delay: 0.9s; }
  .floating-nav.is-open .nav-actions > *:nth-child(7) { animation-delay: 1.03s; }

  .nav-actions a,
  .nav-actions button {
    min-width: auto;
    min-height: 48px;
    padding: 11px 14px;
    border-color: rgb(255 255 255 / 34%);
    border-radius: 12px;
    background: rgb(5 34 43 / 78%);
    color: white;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgb(0 0 0 / 24%);
    backdrop-filter: blur(5px);
  }

  .nav-actions .nav-booking {
    border-color: #ffc032;
    background: rgb(245 166 35 / 88%);
    color: #102832;
  }

  .nav-actions .contact-open {
    border-color: rgb(139 219 224 / 72%);
    color: #b9f5f7;
  }

  .nav-actions > :last-child {
    width: 100%;
  }

  .gallery-info-strip {
    width: 100%;
    margin-top: 18px;
  }

  .gallery-info-track {
    animation-duration: 85s;
    animation-play-state: running;
    will-change: transform;
  }

  .gallery-info-track span {
    min-height: 60px;
    padding: 12px 38px;
    font-size: 1.65rem;
    line-height: 2.2rem;
    white-space: nowrap;
  }

  .hero-content {
    width: 100%;
    max-width: 100vw;
    margin-top: 0;
    padding: 64px 0 20px;
  }

  .hero-logo-wrap {
    width: min(82vw, calc(100% - 24px));
    max-width: 100%;
    padding-bottom: 38px;
  }

  .hero-logo {
    max-height: 38vh;
  }

  .hero-amenities {
    right: 4%;
    left: 4%;
    bottom: 5px;
    gap: 4px;
  }

  .hero-amenities .material-symbols-outlined {
    font-size: 1.2rem;
  }

  .hero-amenities p {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .hero-message {
    width: calc(100% - 24px);
    max-width: 94vw;
  }

  .hero-message > h1 {
    font-size: clamp(2.4rem, 7vw, 3rem);
    overflow-wrap: anywhere;
  }

  .hero-benefit {
    min-height: 76px;
    padding: 9px 12px;
  }

  .hero-benefit > div {
    min-width: 0;
  }

  .about,
  .attraction {
    padding: 78px 4vw 50px;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .section-heading span {
    font-size: 1.35rem;
    letter-spacing: 2px;
  }

  .section-heading h2 {
    font-size: 2.7rem;
  }

  .info-card {
    width: 92vw;
    padding: 18px 16px;
  }

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

  .gallery-caption {
    bottom: 68px;
    left: 50%;
    font-size: 2.1rem;
    line-height: 2.7rem;
  }

  .gallery-music {
    top: 10px;
    padding: 9px 14px;
    font-size: 1.3rem;
  }

  .gallery-music .material-symbols-outlined {
    font-size: 2.5rem;
  }

  .gallery-toolbar {
    top: auto;
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 8px;
    transform: none;
  }

  .gallery-counter,
  .gallery-toolbar button {
    min-height: 38px;
    padding: 7px 10px;
    font-size: 1.55rem;
  }

  .gallery-toolbar .material-symbols-outlined {
    font-size: 2.2rem;
  }

  .gallery-toolbar button {
    width: auto;
  }

  .contact-dialog,
  .description-dialog {
    width: 94vw;
    max-height: 88vh;
  }

  .description-dialog {
    padding: 0 14px 18px;
    border-radius: 17px;
  }

  .description-dialog > h2 {
    margin-top: 0;
    margin-right: -14px;
    margin-bottom: 16px;
    margin-left: -14px;
    padding: 18px 58px 17px 16px;
    border-radius: 16px 16px 0 0;
    font-size: 2.15rem;
    line-height: 2.6rem;
  }

  .description-highlights {
    gap: 6px;
  }

  .description-hero {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .description-hero-slideshow {
    min-height: 145px;
    margin: 10px 10px 0;
  }

  .description-hero-copy {
    padding: 14px;
  }

  .description-highlights span {
    min-height: 0;
    padding: 7px 10px;
    font-size: 1.05rem;
  }

  .description-highlights strong {
    font-size: 1.5rem;
  }

  .description-card-grid {
    grid-template-columns: 1fr;
  }

  .description-card-wide {
    grid-column: auto;
  }

  .description-card {
    grid-template-columns: 38px 1fr;
    padding: 14px 11px;
  }

  .description-card > .material-symbols-outlined {
    width: 38px;
    height: 38px;
    font-size: 2.1rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  .booking {
    grid-template-columns: 1fr;
  }

  .water-rental-card {
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  }

  .water-rental-cta {
    grid-column: 2;
    justify-self: start;
  }

  .featured-event {
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  }

  .events-more-grid {
    grid-template-columns: 1fr;
  }

  html {
    scroll-padding-top: 10px;
  }

  .floating-nav {
    top: 12px;
    right: 12px;
    left: auto;
    width: 210px;
  }

  .hero-content,
  .hero-logo-wrap {
    width: min(720px, 92vw);
  }

  .info-card {
    width: min(720px, 88vw);
  }

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

/* Stale widoczny, kompaktowy pasek nawigacji */
.floating-nav,
.floating-nav.is-open,
.floating-nav.is-closing {
  top: 12px;
  right: 12px;
  left: auto;
  inset: auto 12px auto auto;
  display: block;
  width: 58px;
  min-height: 0;
  padding: 4px;
  overflow: visible;
  background: transparent;
  animation: none;
  pointer-events: auto;
}

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

.nav-actions,
.floating-nav.is-open .nav-actions,
.floating-nav.is-closing .nav-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  width: 50px;
  margin: 0;
  padding: 0;
}

.floating-nav.is-open .nav-actions > *,
.floating-nav.is-closing .nav-actions > * {
  opacity: 1;
  transform: none;
  animation: none;
}

.nav-actions a,
.nav-actions button,
.nav-actions .nav-booking,
.nav-actions .contact-open {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(255 192 50 / 96%), rgb(245 166 35 / 94%));
  color: var(--ink);
  box-shadow: 0 5px 16px rgb(0 0 0 / 26%);
  backdrop-filter: blur(6px);
}

.nav-actions .material-symbols-outlined {
  font-size: 2.5rem;
}

.nav-actions a::before,
.nav-actions button::before {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  width: max-content;
  max-width: 190px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgb(5 34 43 / 95%);
  color: white;
  box-shadow: 0 5px 16px rgb(0 0 0 / 28%);
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 0.2s, transform 0.2s;
}

.nav-actions a:hover::before,
.nav-actions a:focus-visible::before,
.nav-actions button:hover::before,
.nav-actions button:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.nav-actions .nav-side-left {
  position: fixed;
  left: 12px;
  right: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-quick-actions {
  position: fixed;
  top: 17px;
  left: 50%;
  z-index: 5001;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transform: translateX(-50%);
}

.top-quick-actions a,
.top-quick-actions button {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(255 192 50 / 96%), rgb(245 166 35 / 94%));
  color: var(--ink);
  box-shadow: 0 5px 16px rgb(0 0 0 / 26%);
  backdrop-filter: blur(6px);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.top-quick-actions a:hover,
.top-quick-actions button:hover {
  background: linear-gradient(135deg, var(--turquoise), var(--blue));
  color: white;
  transform: translateY(-1px);
}

.top-quick-actions .material-symbols-outlined {
  font-size: 2.5rem;
}

.top-quick-actions a::before,
.top-quick-actions button::before {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: max-content;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgb(5 34 43 / 95%);
  color: white;
  box-shadow: 0 5px 16px rgb(0 0 0 / 28%);
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.2s, transform 0.2s;
}

.top-quick-actions a:hover::before,
.top-quick-actions a:focus-visible::before,
.top-quick-actions button:hover::before,
.top-quick-actions button:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (min-width: 601px) {
  .nav-actions .nav-booking,
  .nav-actions > .contact-open,
  .nav-actions .nav-mobile-partner {
    display: none;
  }
}

.nav-actions .nav-rental {
  top: 14px;
  left: 190px;
}

.nav-actions .nav-food {
  top: 14px;
  left: 247px;
}

.nav-actions .nav-side-left::before {
  top: calc(100% + 8px);
  right: auto;
  left: 50%;
  transform: translate(-50%, -6px);
}

.nav-actions .nav-side-left:hover::before,
.nav-actions .nav-side-left:focus-visible::before {
  transform: translate(-50%, 0);
}

body.partners-hidden .municipality-news-link,
body.partners-hidden .partner-business-links {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-18px);
}

body.mobile-menu-open {
  overflow: auto;
}

@media (max-width: 600px) {
  .municipality-news-link {
    display: none;
  }

  .partner-business-links {
    display: none;
  }

  .top-quick-actions {
    display: none;
  }

  .floating-nav,
  .floating-nav.is-open,
  .floating-nav.is-closing {
    top: auto;
    right: 7px;
    bottom: 7px;
    left: 7px;
    inset: auto 7px 7px 7px;
    width: auto;
    padding: 5px;
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 18px;
    background: rgb(5 34 43 / 88%);
    box-shadow: 0 8px 24px rgb(0 0 0 / 32%);
    backdrop-filter: blur(10px);
  }

  .nav-actions,
  .floating-nav.is-open .nav-actions,
  .floating-nav.is-closing .nav-actions {
    display: flex;
    gap: 4px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-actions::-webkit-scrollbar {
    display: none;
  }

  .nav-actions a,
  .nav-actions button,
  .nav-actions .nav-booking,
  .nav-actions .contact-open,
  .nav-actions > :last-child {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    flex: 1 0 42px;
    border-color: transparent;
    background: transparent;
    color: white;
    box-shadow: none;
  }

  .nav-actions .material-symbols-outlined {
    display: block;
    width: 1em;
    overflow: hidden;
    font-size: 2.3rem;
    line-height: 1;
    text-align: center;
  }

  .nav-actions .nav-booking {
    background: var(--gold);
    color: var(--ink);
  }

  .nav-actions a::before,
  .nav-actions button::before {
    display: none;
  }

  .nav-actions .nav-side-left {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  body {
    padding-bottom: 66px;
  }
}

@media (min-width: 601px) and (max-height: 720px) {
  .floating-nav,
  .floating-nav.is-open,
  .floating-nav.is-closing {
    top: 6px;
    right: 6px;
    inset: 6px 6px auto auto;
    width: 46px;
    padding: 2px;
  }

  .nav-actions,
  .floating-nav.is-open .nav-actions,
  .floating-nav.is-closing .nav-actions {
    gap: 3px;
    width: 42px;
  }

  .nav-actions a,
  .nav-actions button,
  .nav-actions .nav-booking,
  .nav-actions .contact-open,
  .nav-actions > :last-child {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .nav-actions .material-symbols-outlined {
    font-size: 2.15rem;
  }
}

@media (min-width: 601px) and (max-height: 560px) {
  .nav-actions,
  .floating-nav.is-open .nav-actions,
  .floating-nav.is-closing .nav-actions {
    gap: 2px;
  }

  .nav-actions a,
  .nav-actions button,
  .nav-actions .nav-booking,
  .nav-actions .contact-open,
  .nav-actions > :last-child {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .nav-actions .material-symbols-outlined {
    font-size: 1.9rem;
  }
}

@media (max-width: 600px) {
  header,
  .headercontainer,
  .hero-content {
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
  }

  header,
  .headercontainer {
    overflow: hidden;
  }

  .hero-content {
    box-sizing: border-box;
    align-items: stretch;
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-logo-wrap {
    align-self: center;
    width: min(100%, 330px);
    min-width: 0;
    max-width: calc(100vw - 28px);
    padding-bottom: 54px;
  }

  .hero-logo {
    width: 100%;
    max-width: 100%;
    max-height: 34vh;
  }

  .hero-amenities {
    right: 10px;
    bottom: 8px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 8px;
  }

  .hero-amenities > div {
    justify-content: center;
    min-width: 0;
    white-space: normal;
  }

  .hero-amenities .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 1.35rem;
  }

  .hero-amenities p {
    min-width: 0;
    font-size: 0.82rem;
    line-height: 1.05rem;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .hero-message,
  .hero-benefit,
  .hero-actions {
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 28px);
  }

  .hero-message {
    align-self: center;
  }

  .hero-message > h1,
  .hero-benefit h2,
  .hero-benefit p {
    overflow-wrap: anywhere;
  }

  .hero-benefit {
    overflow: hidden;
  }

  .hero-actions .cta {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

/* Końcowe nadpisania układu wydarzeń muszą pozostać na końcu arkusza. */
.events-dialog {
  width: min(920px, 96vw);
  max-height: 92vh;
  padding: 0;
  overflow: hidden;
}

.events-dialog .next-event-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
  max-height: calc(92vh - 74px);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border-radius: 0 0 21px 21px;
  background: #eef5f5;
  box-shadow: none;
}

@media (max-width: 600px) {
  .events-dialog {
    width: 96vw;
    max-height: 94vh;
  }

  .events-dialog .next-event-banner {
    grid-template-columns: 1fr;
    max-height: calc(94vh - 65px);
    margin: 0;
    padding: 0;
  }
}

/* Finalny połączony układ plakatu i opisu. */
.events-featured-level {
  padding: 20px 24px 22px;
  background:
    radial-gradient(circle at 92% 8%, rgb(240 200 92 / 24%), transparent 30%),
    linear-gradient(145deg, #e5f3f4, #fff8dc);
}

.events-featured-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(340px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgb(7 59 76 / 13%);
  border-radius: 17px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 59 76 / 14%);
}

.events-featured-card .events-poster-level {
  min-height: 320px;
  padding: 0;
  background: #123e4d;
}

.events-featured-card .events-description-level {
  display: flex;
  align-items: center;
  padding: 25px 26px;
  background: white;
}

.events-featured-card .next-event-poster-button,
.events-featured-card .next-event-poster-button:hover,
.events-featured-card .next-event-poster-button:focus-visible {
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 320px;
  max-width: none;
  max-height: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.events-dialog .next-event-content,
.events-dialog .next-event-poster-button,
.events-dialog .next-event-button {
  transition: opacity 0.35s ease;
}

@media (max-width: 600px) {
  .events-featured-level {
    padding: 14px;
  }

  .events-featured-card {
    grid-template-columns: 1fr;
  }

  .events-featured-card .events-poster-level {
    min-height: 240px;
  }

  .events-featured-card .events-description-level {
    padding: 20px 16px;
  }

  .events-featured-card .next-event-poster-button,
  .events-featured-card .next-event-poster-button:hover,
  .events-featured-card .next-event-poster-button:focus-visible {
    height: 240px !important;
    min-height: 240px;
  }
}

/* Pasek wydarzeń ma własny viewport i przewija karty wewnątrz okna. */
.events-dialog .next-event-banner,
.events-featured-level,
.events-featured-card,
.events-rail-level {
  width: 100%;
  min-width: 0;
}

.events-rail-level {
  overflow: hidden;
}

.events-dialog .next-event-dots {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  scroll-snap-type: none;
}

.events-dialog .next-event-dots button,
.events-dialog .next-event-dots button.is-active {
  scroll-snap-align: none;
}
