.swiper { position: relative; overflow: hidden; }
.swiper { touch-action: pan-y; user-select: none; }
.swiper-wrapper { display: flex; position: relative; transition: transform .7s cubic-bezier(.22, .61, .36, 1); will-change: transform; }
.swiper.is-dragging .swiper-wrapper { transition: none; }
.swiper-slide { display: block; flex: 0 0 100%; min-height: calc(100vh - 260px); background-repeat: no-repeat; background-position: center; background-size: cover; }
.swiper-pagination { position: absolute; z-index: 3; right: 0; bottom: 1.5rem; left: 0; display: flex; justify-content: center; gap: .5rem; }
.swiper-pagination-bullet { display: block; width: 30px; height: 5px; padding: 0; border: 0; border-radius: 5px; background: #fff; opacity: .6; cursor: pointer; }
.swiper-pagination-bullet-active { width: 15px; background: #5d3257; opacity: 1; }
.cecil-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 2rem; background: rgba(93, 50, 87, .99); }
.cecil-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.cecil-lightbox_close { position: fixed; top: 1rem; right: 1rem; width: 3rem; height: 3rem; border: 0; border-radius: 50%; color: #5d3257; background: #fff; font-size: 2rem; cursor: pointer; }
@media (min-width: 992px) { .swiper-slide { min-height: 600px; } }

/* Cecil shell corrections for the legacy Natali stylesheet. */
.main_wrapper { position: relative; z-index: 1; background-color: #f6f6f6; box-shadow: 0 20px 20px 1px rgba(0, 0, 0, .5); }
.main_wrapper { margin-top: 70px; }
.o-mainFooter { position: static; z-index: auto; }
.o-mainHeader_navTrigger { appearance: none; border: 0; background: transparent; color: inherit; cursor: pointer; }
.o-mainNav_item .c-link.active { background-color: #3d1e39; color: #fff; }
@media (min-width: 1025px) { .o-mainHeader_navTrigger { display: none; } }
@media (min-width: 1025px) { .main_wrapper { margin-top: 78px; } }

/* Alpha gallery controller markup, styled in the Natali palette. */
.alpha-gallery_radio { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.alpha-gallery_open { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.gallery-dialog { width: min(100%, 1100px); height: min(100svh, 900px); margin: auto; padding: 0; border: 0; background: transparent; }
.gallery-dialog::backdrop { background: rgba(0, 0, 0, .7); backdrop-filter: blur(10px); }
.alpha-gallery_dialog { display: flex; flex-direction: column; height: 100%; overflow: hidden; background: #000; color: #fff; }
.alpha-gallery_toolbar, .alpha-gallery_footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; color: #fff; }
.alpha-gallery_stage { position: relative; flex: 1; min-height: 0; }
.alpha-gallery_slider { display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.alpha-gallery_slider::-webkit-scrollbar { display: none; }
.alpha-gallery_slide { display: flex; flex: 0 0 100%; align-items: center; justify-content: center; padding: 1rem; scroll-snap-align: start; }
.alpha-gallery_slide img { max-width: 100%; max-height: 100%; border-radius: .5rem; object-fit: contain; user-select: none; }
.alpha-gallery_close, .alpha-gallery_prev, .alpha-gallery_next, .alpha-gallery_mobile-controls button { border: 0; cursor: pointer; }
.alpha-gallery_close { display: flex; width: 2.5rem; height: 2.5rem; padding: 0; align-items: center; justify-content: center; border-radius: .4rem; color: #fff; background: #3d1e39; font-family: Arial, sans-serif; font-size: 2rem; line-height: 1; }
.alpha-gallery_prev, .alpha-gallery_next { display: flex; position: absolute; top: 50%; z-index: 1; width: 3rem; height: 3rem; padding: 0; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: rgba(61, 30, 57, .8); font-family: Arial, sans-serif; font-size: 2rem; line-height: 1; transform: translateY(-50%); }
.alpha-gallery_close span, .alpha-gallery_prev span, .alpha-gallery_next span { display: block; transform: translateY(-.06em); }
.alpha-gallery_prev { left: 1rem; }.alpha-gallery_next { right: 1rem; }
.alpha-gallery_footer { flex-wrap: wrap; justify-content: center; }.alpha-gallery_footer p { width: 100%; margin: 0; color: #fff; text-align: center; }
.alpha-gallery_mobile-controls { display: none; gap: .75rem; align-items: center; }.alpha-gallery_mobile-controls button { padding: .6rem 1rem; color: #fff; background: #5f2f59; }
@media (max-width: 1024px) { .gallery-dialog { height: 100svh; }.alpha-gallery_prev, .alpha-gallery_next { display: none; }.alpha-gallery_mobile-controls { display: flex; } }

/* Markdown cjenik tables. */
.markdown-content table { display: table; width: 100%; margin: 1.5rem 0; border-collapse: collapse; }
.markdown-content th, .markdown-content td { padding: .5rem .75rem; border: 1px solid rgba(95, 47, 89, .1); }
.markdown-content th { color: #fff; background: #5f2f59; }
.markdown-content tbody tr:nth-child(odd) { background: rgba(95, 47, 89, .05); }
@media (max-width: 599px) {
  .markdown-content table { display: block; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
}

/* Keep the contact details compact enough to align with the map. */
.o-contact-logo { padding-bottom: 46.6% !important; margin-bottom: 1.5rem; }
.o-contact-details_table { margin: .75rem 0 0; }
.o-contact-payment { margin: 1rem 0 0; }
.o-contact-payment p { margin: .25rem 0; }
