/* Self-hosted interaction and presentation refinements. */

html { scroll-behavior: auto; }

/* Semantic headings keep the established Tilda typography without browser defaults. */
+h2.t-section__title, h2.t555__title, h2.t164__title { margin-top: 0; }

/* Music call to action. */
#rec858286680 .t1000__button { display: inline-flex !important; align-items: center; gap: 12px; color: #ff0000 !important; font-weight: 700; text-decoration: none !important; }
#rec858286680 .t1000__button::after { content: '→'; font-size: 27px; line-height: 1; transition: transform .2s; }
#rec858286680 .t1000__button:hover::after { transform: translateX(5px); }
#rec858286680 .t1000__empty-block, #rec2056651281 .t1022__icon { display: none !important; }

/* Semantic menu anchors preserve the original record IDs required by the legacy layout. */
.section-anchor { display: block; width: 0; height: 0; overflow: hidden; visibility: hidden; }

/* Bottom photo gallery: 8 columns and 2 rows on desktop. */
#rec858263807 .t552__container { display: flex !important; flex-wrap: wrap; align-content: flex-start; align-items: stretch; height: auto !important; overflow: hidden; background: #000; font-size: 0; line-height: 0; }
#rec858263807 .t552__tile { flex: 0 0 12.5%; width: 12.5% !important; margin: 0 !important; box-sizing: border-box; vertical-align: top; }
#rec858263807 .t552__blockimg { display: block !important; height: 9.375vw !important; margin: 0 !important; }

/* Compact price notes: three short rows and a two-line cancellation note. */
#rec853916155 .t-section__descr { max-width: 760px !important; font-size: 15px !important; line-height: 1.45 !important; }
#rec853916155 .t-section__descr ul { display: grid; gap: 3px; margin: 0; padding-left: 22px; }
#rec853916155 .t-section__descr li { margin: 0; padding: 0; text-align: left; }

@media screen and (max-width: 960px) {
  #rec858263807 .t552__tile { flex-basis: 25%; width: 25% !important; }
  #rec858263807 .t552__blockimg { height: 18.75vw !important; }
}

@media screen and (max-width: 640px) {
  #rec858263807 .t552__tile { flex-basis: 50%; width: 50% !important; }
  #rec858263807 .t552__blockimg { height: 37.5vw !important; }
}

/* Telegram channel promo */
#telegram-channel { padding: 135px 0 145px; overflow: hidden; background: #0b0b0b; color: #fff; font-family: Roboto, Arial, sans-serif; }
#telegram-channel .telegram-channel__container { box-sizing: border-box; max-width: 1240px; padding: 0 20px; }
#telegram-channel .telegram-channel__header { max-width: 900px; margin: 0 auto 70px; text-align: center; }
#telegram-channel .telegram-channel__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #48a9e6; font-size: 15px; font-weight: 700; letter-spacing: .02em; }
#telegram-channel .telegram-channel__eyebrow svg { width: 21px; height: 21px; fill: currentColor; }
#telegram-channel .telegram-channel__title { margin: 0 0 32px; color: #fff; font-size: 42px; font-weight: 600; line-height: 1.23; }
#telegram-channel .telegram-channel__copy { max-width: 790px; margin: 0 auto; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.58; }
#telegram-channel .telegram-channel__copy p { margin: 0 0 15px; }
#telegram-channel .telegram-channel__copy strong { display: block; margin-top: 23px; color: #fff; font-weight: 600; }
#telegram-channel .telegram-channel__cta { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 58px; margin-top: 35px; padding: 0 27px; border-radius: 30px; background: #229ed9; color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
#telegram-channel .telegram-channel__cta:hover { background: #1592ce; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(34,158,217,.24); }
#telegram-channel .telegram-channel__cta svg { width: 22px; height: 22px; fill: currentColor; }
#telegram-channel .telegram-channel__cta i { margin-left: 2px; font-size: 22px; font-style: normal; line-height: 1; transition: transform .2s; }
#telegram-channel .telegram-channel__cta:hover i { transform: translateX(4px); }
#telegram-channel .telegram-channel__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
#telegram-channel .telegram-post-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #171717; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
#telegram-channel .telegram-post-card__player { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #000; }
#telegram-channel .telegram-post-card__preview { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #111; cursor: pointer; }
#telegram-channel .telegram-post-card__preview video, #telegram-channel .telegram-post-card__video { display: block; width: 100%; height: 100%; object-fit: cover; }
#telegram-channel .telegram-post-card__preview video { opacity: 0; transition: opacity .25s, transform .35s; }
#telegram-channel .telegram-post-card__preview video.is-ready { opacity: 1; }
#telegram-channel .telegram-post-card__preview:hover video { transform: scale(1.025); }
#telegram-channel .telegram-post-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.35)); }
#telegram-channel .telegram-post-card__play { position: absolute; top: 50%; left: 50%; display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: rgba(34,158,217,.94); color: #fff; transform: translate(-50%,-50%); box-shadow: 0 10px 30px rgba(0,0,0,.28); transition: transform .2s, background .2s; }
#telegram-channel .telegram-post-card__preview:hover .telegram-post-card__play { background: #229ed9; transform: translate(-50%,-50%) scale(1.08); }
#telegram-channel .telegram-post-card__play svg { width: 38px; height: 38px; fill: currentColor; }
#telegram-channel .telegram-post-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 21px; }
#telegram-channel .telegram-post-card__footer > span { color: rgba(255,255,255,.58); font-size: 14px; }
#telegram-channel .telegram-post-card__footer a { color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
#telegram-channel .telegram-post-card__footer a i { color: #48a9e6; font-size: 18px; font-style: normal; transition: transform .2s; }
#telegram-channel .telegram-post-card__footer a:hover i { display: inline-block; transform: translateX(3px); }
#telegram-channel .telegram-post-card__error { position: absolute; inset: 0; display: grid; place-content: center; gap: 8px; padding: 24px; color: #fff; text-align: center; }
#telegram-channel .telegram-post-card__error span { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.4; }

@media screen and (max-width: 960px) {
  #telegram-channel { padding: 90px 0 100px; }
  #telegram-channel .telegram-channel__header { margin-bottom: 48px; }
  #telegram-channel .telegram-channel__title { font-size: 36px; }
  #telegram-channel .telegram-channel__copy { font-size: 18px; }
  #telegram-channel .telegram-channel__grid { gap: 16px; }
  #telegram-channel .telegram-post-card__footer { display: grid; padding: 17px; }
}

@media screen and (max-width: 700px) {
  #telegram-channel .telegram-channel__title { font-size: 30px; }
  #telegram-channel .telegram-channel__grid { grid-template-columns: 1fr; max-width: 430px; margin: 0 auto; gap: 24px; }
  #telegram-channel .telegram-post-card__footer { display: flex; }
}

@media screen and (max-width: 640px) {
  #rec853913779 .t-col_8.t-prefix_2 > div { padding: 22px 17px; border-radius: 15px; }
  #rec853913779 .t-form__inputsbox { grid-template-columns: 1fr; gap: 13px; }
  #rec853913779 .t-input-group_contact_method, #rec853913779 .t-input-group_ta, #rec853913779 .t-form__submit, #rec853913779 .t-form__errorbox-middle { grid-column: auto; }
  #rec853913779 .t-contact-method__types-container { grid-template-columns: 1fr 1fr; }
  #rec2056482851 .t827__grid-item { flex-basis: min(78vw, 330px); }
  #rec2056482851 .t827__grid-item img { height: 420px; }
  .reviews-slider-controls { width: calc(100% - 40px); margin: -38px auto 19px; }
}

/* Readable review cards with original screenshots as proof. */
#rec2056482851 .reviews-featured { box-sizing: border-box; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-flow: row dense; column-gap: 16px; row-gap: 18px; align-items: stretch; padding: 0 20px; margin-bottom: 0; }
#rec2056482851 .reviews-featured::before, #rec2056482851 .reviews-featured::after { display: none; content: none; }
#rec2056482851 .review-card { position: relative; display: flex; grid-column: span 2; min-width: 0; min-height: 310px; flex-direction: column; box-sizing: border-box; padding: 25px 24px 22px; overflow: hidden; border: 1px solid #e8e8e8; border-radius: 20px; background: #fafafa; box-shadow: 0 8px 24px rgba(0, 0, 0, .055); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
#rec2056482851 .review-card:nth-child(5), #rec2056482851 .review-card:nth-child(8) { grid-column: 3 / span 4; padding-right: 29px; padding-left: 29px; background: #f7f7f7; }
#rec2056482851 .review-card:nth-child(6), #rec2056482851 .review-card:nth-child(9) { grid-column: 1 / span 4; padding-right: 29px; padding-left: 29px; background: #f7f7f7; }
#rec2056482851 .review-card:hover { border-color: #dcdcdc; box-shadow: 0 13px 34px rgba(0, 0, 0, .08); transform: translateY(-2px); }
#rec2056482851 .review-card__mark { position: absolute; top: 10px; right: 19px; color: rgba(255, 0, 0, .12); font: 700 78px/1 Georgia, serif; pointer-events: none; }
#rec2056482851 .review-card__quote { position: relative; z-index: 1; margin: 0; color: #171717; font: 400 16px/1.54 Roboto, Arial, sans-serif; }
#rec2056482851 .review-card__quote p { margin: 0; }
#rec2056482851 .review-card__quote p + p { margin-top: 13px; }
#rec2056482851 .review-card__footer { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: flex-end; padding-top: 20px; margin-top: auto; border-top: 1px solid #e3e3e3; }
#rec2056482851 .review-proof { display: grid; flex: 0 0 184px; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 9px; box-sizing: border-box; min-height: 54px; padding: 4px 10px 4px 4px; border: 1px solid #dedede; border-radius: 12px; color: #171717; background: #fff; cursor: pointer; font: 600 12px/1.25 Roboto, Arial, sans-serif; text-align: left; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
#rec2056482851 .review-proof:hover, #rec2056482851 .review-proof:focus-visible { border-color: #ff0000; color: #e00000; outline: none; transform: translateY(-1px); }
#rec2056482851 .review-proof img { display: block; width: 64px; height: 44px; border-radius: 9px; background: #f1f1f1; object-fit: contain; pointer-events: none; }
#rec2056482851 .t827__container[hidden] { display: none !important; }

.review-lightbox { width: min(920px, calc(100vw - 40px)); max-width: none; max-height: calc(100vh - 40px); padding: 0; overflow: visible; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .35); }
.review-lightbox::backdrop { background: rgba(0, 0, 0, .74); backdrop-filter: blur(3px); }
.review-lightbox__body { display: grid; place-items: center; box-sizing: border-box; min-height: 180px; max-height: calc(100vh - 40px); padding: 28px; }
.review-lightbox__image { display: block; max-width: 100%; max-height: calc(100vh - 96px); border-radius: 10px; object-fit: contain; }
.review-lightbox__close { position: absolute; top: -15px; right: -15px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #111; box-shadow: 0 8px 22px rgba(0, 0, 0, .28); cursor: pointer; font: 400 28px/1 Arial, sans-serif; transition: background .2s ease, transform .2s ease; }
.review-lightbox__close:hover, .review-lightbox__close:focus-visible { background: #ff0000; outline: none; transform: scale(1.06); }

@media screen and (max-width: 1100px) {
  #rec2056482851 .reviews-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; row-gap: 18px; }
  #rec2056482851 .review-card { grid-column: auto; }
  #rec2056482851 .review-card:nth-child(5), #rec2056482851 .review-card:nth-child(6), #rec2056482851 .review-card:nth-child(8), #rec2056482851 .review-card:nth-child(9) { grid-column: 1 / -1; }
  #rec2056482851 .review-card__quote { font-size: 17px; }
}

@media screen and (max-width: 760px) {
  #rec2056482851 .reviews-featured { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 0 16px; margin-bottom: 58px; }
  #rec2056482851 .review-card, #rec2056482851 .review-card:nth-child(5), #rec2056482851 .review-card:nth-child(6), #rec2056482851 .review-card:nth-child(8), #rec2056482851 .review-card:nth-child(9) { grid-column: auto; min-height: 0; padding: 25px 22px 22px; border-radius: 18px; background: #fafafa; }
  #rec2056482851 .review-card__mark { top: 9px; right: 17px; font-size: 76px; }
  #rec2056482851 .review-card__quote { font-size: 16px; line-height: 1.55; }
  #rec2056482851 .review-card__footer { padding-top: 21px; }
  #rec2056482851 .review-proof { flex-basis: auto; width: 100%; grid-template-columns: 76px minmax(0, 1fr); }
  #rec2056482851 .review-proof img { width: 76px; height: 50px; }
  .review-lightbox { width: calc(100vw - 28px); max-height: calc(100vh - 28px); border-radius: 14px; }
  .review-lightbox__body { max-height: calc(100vh - 28px); padding: 17px; }
  .review-lightbox__image { max-height: calc(100vh - 62px); }
  .review-lightbox__close { top: -11px; right: -7px; width: 40px; height: 40px; }
}

/* Minimal icon-led contact form. */
#rec853913779 .booking-form--minimal { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; width: 100%; max-width: 100%; min-width: 0; }
#rec853913779 .booking-form--minimal .booking-input, #rec853913779 .booking-form--minimal .booking-textarea { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; border: 1px solid #dedede; border-radius: 11px; padding: 0 17px; color: #171717; background: #fff; font: inherit; outline: none; transition: border-color .2s, box-shadow .2s; }
#rec853913779 .booking-form--minimal .booking-input { height: 58px; }
#rec853913779 .booking-form--minimal .booking-textarea { min-height: 116px; padding-top: 15px; resize: vertical; }
#rec853913779 .booking-form--minimal .booking-input:focus, #rec853913779 .booking-form--minimal .booking-textarea:focus { border-color: #ff0000; box-shadow: 0 0 0 4px rgba(255, 0, 0, .09); }
#rec853913779 .booking-form--minimal .booking-methods { display: flex; gap: 10px; width: 100%; }
#rec853913779 .booking-form--minimal .booking-method { position: relative; flex: 1 1 0; min-width: 0; cursor: pointer; }
#rec853913779 .booking-form--minimal .booking-method input { position: absolute; opacity: 0; pointer-events: none; }
#rec853913779 .booking-form--minimal .booking-icon { display: grid; width: 100%; min-height: 58px; place-items: center; border: 1px solid #dedede; border-radius: 11px; color: #4a4a4a; background: #fff; transition: border-color .2s, color .2s, background .2s, transform .2s; }
#rec853913779 .booking-form--minimal .booking-method:hover .booking-icon { border-color: #aaa; transform: translateY(-1px); }
#rec853913779 .booking-form--minimal .booking-method input:checked + .booking-icon { border-color: #ff0000; color: #e00000; background: #fff4f4; }
#rec853913779 .booking-form--minimal .booking-icon svg { width: 24px; height: 24px; fill: currentColor; }
#rec853913779 .booking-form--minimal .booking-icon--vk { font-family: Arial, sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.08em; }
#rec853913779 .booking-form--minimal .booking-submit { width: 100%; box-sizing: border-box; }
#rec853913779 .booking-form--minimal .booking-form__status { grid-column: auto; margin: -2px 0 0; }

/* Final booking form: mirrors the original light Tilda composition. */
#rec853913779 .t-col_8.t-prefix_2 > div { padding: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
#rec853913779 .booking-form--minimal { max-width: 760px; margin: 0 auto; gap: 24px; font-family: Roboto, Arial, sans-serif !important; }
#rec853913779 .booking-form--minimal .booking-input, #rec853913779 .booking-form--minimal .booking-textarea { border: 1px solid #202020; border-radius: 0; padding-right: 18px; padding-left: 18px; font-family: Roboto, Arial, sans-serif !important; font-size: 16px; line-height: 1.4; }
#rec853913779 .booking-form--minimal .booking-input { height: 60px; }
#rec853913779 .booking-form--minimal .booking-textarea { min-height: 102px; padding-top: 17px; }
#rec853913779 .booking-form--minimal .booking-input:focus, #rec853913779 .booking-form--minimal .booking-textarea:focus { border-color: #ff0000; box-shadow: none; }
#rec853913779 .booking-form--minimal .booking-methods { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin: 0; }
#rec853913779 .booking-form--minimal .booking-method { flex: 0 0 auto; }
#rec853913779 .booking-form--minimal .booking-icon { display: inline-flex; width: auto; min-height: 42px; align-items: center; justify-content: center; gap: 6px; padding: 0 11px; border: 1px solid transparent; border-radius: 4px; color: #242424; background: transparent; font-family: Roboto, Arial, sans-serif !important; }
#rec853913779 .booking-form--minimal .booking-method:hover .booking-icon { border-color: #b8b8b8; background: #fff; transform: none; }
#rec853913779 .booking-form--minimal .booking-method input:checked + .booking-icon { border-color: #999; color: #242424; background: #fff; }
#rec853913779 .booking-form--minimal .booking-icon svg { width: 18px; height: 18px; }
#rec853913779 .booking-form--minimal .booking-icon em { font-size: 14px; font-weight: 400; font-style: normal; }
#rec853913779 .booking-form--minimal .booking-icon--telegram svg { color: #269ed8; fill: currentColor; }
#rec853913779 .booking-form--minimal .booking-icon--phone svg { color: #111; fill: currentColor; }
#rec853913779 .booking-form--minimal .booking-icon--vk { letter-spacing: normal; }
#rec853913779 .booking-form--minimal .booking-icon--vk strong { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; background: #2787f5; font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: -.08em; }
#rec853913779 .booking-form--minimal .booking-icon--vk em { font-family: Roboto, Arial, sans-serif; }
#rec853913779 .booking-form--minimal .booking-submit { justify-self: center; width: 210px !important; min-height: 60px; margin-top: 9px; border: 0; border-radius: 999px; color: #fff; background: #ff0000; font-family: Roboto, Arial, sans-serif !important; font-size: 16px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
#rec853913779 .booking-form--minimal .booking-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255, 0, 0, .2); }
#rec853913779 .booking-form--minimal .booking-form__status { width: 100%; text-align: center; font-family: Roboto, Arial, sans-serif !important; }

@media screen and (max-width: 640px) {
  #rec853913779 .booking-form--minimal { gap: 16px; }
  #rec853913779 .booking-form--minimal .booking-methods { gap: 2px; }
  #rec853913779 .booking-form--minimal .booking-icon { min-height: 40px; padding: 0 8px; }
  #rec853913779 .booking-form--minimal .booking-icon em { font-size: 13px; }
}

/* Floating return-to-top control, mirroring the contact button. */
.t389_scrolltop { display: none !important; }
.floating-scroll-top { position: fixed; z-index: 1000; bottom: 50px; left: 65px; display: grid; width: 60px; height: 60px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #111; box-shadow: 0 0 20px rgba(0, 0, 0, .3); opacity: 0; visibility: hidden; pointer-events: none; cursor: pointer; transform: translateY(16px) scale(.9); transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .2s ease; }
.floating-scroll-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.floating-scroll-top:hover { box-shadow: 0 0 24px rgba(0, 0, 0, .48); transform: translateY(-2px) scale(1.03); }
.floating-scroll-top svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media screen and (max-width: 960px) {
  .floating-scroll-top { bottom: 10px; left: 10px; }
}

/* Four-week availability slider. */
#rec853913776 .schedule-week { max-width: 1120px; overflow: visible; font-family: Roboto, Arial, sans-serif; }
#rec853913776 .schedule-week__toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin: 0 0 18px; }
#rec853913776 .schedule-week__navigation { grid-column: 2; display: flex; align-items: center; justify-content: center; gap: 14px; }
#rec853913776 .schedule-week__period { display: grid; min-width: 190px; text-align: center; }
#rec853913776 .schedule-week__period strong { color: #171717; font-size: 17px; font-weight: 600; line-height: 1.25; }
#rec853913776 .schedule-week__arrow { display: grid; flex: 0 0 42px; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #111; background: #eee; cursor: pointer; transition: background-color .2s ease, opacity .2s ease, transform .2s ease; }
#rec853913776 .schedule-week__arrow svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#rec853913776 .schedule-week__arrow:not(:disabled):hover, #rec853913776 .schedule-week__arrow:not(:disabled):focus-visible { background: #e1e1e1; transform: translateY(-1px); }
#rec853913776 .schedule-week__arrow:disabled { opacity: .32; cursor: default; }
#rec853913776 .schedule-week__legend { grid-column: 3; display: flex; justify-self: end; gap: 24px; margin: 0; color: #555; font-size: 14px; }
#rec853913776 .schedule-week__legend span { display: inline-flex; align-items: center; gap: 8px; }
#rec853913776 .schedule-week__legend i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
#rec853913776 .schedule-week__legend i.is-available { background: #ff0000; }
#rec853913776 .schedule-week__legend i.is-booked { background: #bdbdbd; }
#rec853913776 .schedule-week__viewport { width: 100%; overflow: hidden; }
#rec853913776 .schedule-week__track { display: flex; align-items: flex-start; width: 100%; transition: transform .42s cubic-bezier(.22,.61,.36,1); will-change: transform; }
#rec853913776 .schedule-week__slide { flex: 0 0 100%; width: 100%; min-width: 0; }
#rec853913776 .schedule-week__scroll { overflow-x: visible; padding-bottom: 0; }
#rec853913776 .schedule-week table { width: 100%; min-width: 0; table-layout: fixed; border-spacing: 0; border-collapse: separate; border-top: 1px solid #ddd; border-left: 1px solid #ddd; color: #171717; background: #fff; }
#rec853913776 .schedule-week th, #rec853913776 .schedule-week td { height: 54px; padding: 6px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; vertical-align: middle; }
#rec853913776 .schedule-week thead th { height: 64px; background: #fafafa; font-size: 14px; font-weight: 500; }
#rec853913776 .schedule-week thead th:first-child { width: 128px; }
#rec853913776 .schedule-week thead th b { display: none; }
#rec853913776 .schedule-week thead th time { display: block; margin-top: 4px; color: #777; font-size: 12px; font-weight: 400; line-height: 1.1; }
#rec853913776 .schedule-week tbody th { position: sticky; z-index: 2; left: 0; width: 128px; background: #fafafa; font-size: 13px; font-weight: 500; white-space: nowrap; }
#rec853913776 .schedule-week td { position: relative; background: #fff; transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
#rec853913776 .schedule-week td.is-available { padding: 0; background: #fff7f7; color: #252525; cursor: pointer; }
#rec853913776 .schedule-week td.is-booked { background: #f3f3f3; color: #777; }
#rec853913776 .schedule-week td > span { position: relative; z-index: 1; font-size: 12px; font-weight: 500; }
#rec853913776 .schedule-week td.is-empty span { display: none; }
#rec853913776 .schedule-week__booking { position: absolute; z-index: 1; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 6px; color: inherit; text-decoration: none; outline: none; }
#rec853913776 .schedule-week__booking > i { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: #ff0000; transition: transform .25s ease, box-shadow .25s ease; }
#rec853913776 .schedule-week__status { display: grid; min-width: 68px; overflow: hidden; }
#rec853913776 .schedule-week__label { grid-area: 1 / 1; font-size: 12px; font-weight: 500; line-height: 1.25; transition: opacity .22s ease, transform .22s ease, color .22s ease; }
#rec853913776 .schedule-week__label.is-action { color: #e00000; opacity: 0; transform: translateY(8px); }
#rec853913776 .schedule-week td.is-available:not(.is-hover-reset):hover, #rec853913776 .schedule-week td.is-available:focus-within { z-index: 3; background: #ffeded; box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd, 0 8px 20px rgba(0, 0, 0, .1); transform: translateY(-2px); }
#rec853913776 .schedule-week td.is-available:not(.is-hover-reset):hover .schedule-week__booking > i, #rec853913776 .schedule-week td.is-available:focus-within .schedule-week__booking > i { box-shadow: 0 0 0 5px rgba(255, 0, 0, .1); transform: scale(1.15); }
#rec853913776 .schedule-week td.is-available:not(.is-hover-reset):hover .schedule-week__label.is-default, #rec853913776 .schedule-week td.is-available:focus-within .schedule-week__label.is-default { opacity: 0; transform: translateY(-8px); }
#rec853913776 .schedule-week td.is-available:not(.is-hover-reset):hover .schedule-week__label.is-action, #rec853913776 .schedule-week td.is-available:focus-within .schedule-week__label.is-action { opacity: 1; transform: translateY(0); }
#rec853913776 .schedule-week td.is-available.is-hover-reset, #rec853913776 .schedule-week td.is-available.is-hover-reset:focus-within { z-index: auto; background: #fff7f7; box-shadow: none; transform: none; }
#rec853913776 .schedule-week td.is-available.is-hover-reset .schedule-week__booking > i { box-shadow: none; transform: none; }
#rec853913776 .schedule-week td.is-available.is-hover-reset .schedule-week__label.is-default { opacity: 1; transform: translateY(0); }
#rec853913776 .schedule-week td.is-available.is-hover-reset .schedule-week__label.is-action { opacity: 0; transform: translateY(8px); }

@media screen and (max-width: 640px) {
  #rec853913776 .schedule-week__toolbar { display: flex; flex-direction: column; gap: 14px; margin-bottom: 15px; }
  #rec853913776 .schedule-week__navigation { width: 100%; gap: 11px; }
  #rec853913776 .schedule-week__period { min-width: 165px; }
  #rec853913776 .schedule-week__period strong { font-size: 16px; }
  #rec853913776 .schedule-week__arrow { flex-basis: 40px; width: 40px; height: 40px; }
  #rec853913776 .schedule-week__legend { align-self: flex-start; justify-content: flex-start; gap: 18px; padding-left: 16px; }
  #rec853913776 .schedule-week__scroll { overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  #rec853913776 .schedule-week table { min-width: 690px; }
  #rec853913776 .schedule-week thead th:first-child, #rec853913776 .schedule-week tbody th { width: 105px; }
  #rec853913776 .schedule-week thead th.schedule-week__day > span { display: none; }
  #rec853913776 .schedule-week thead th b { display: block; font-size: 14px; font-weight: 500; }
  #rec853913776 .schedule-week th, #rec853913776 .schedule-week td { height: 50px; padding: 4px; }
  #rec853913776 .schedule-week__booking { gap: 6px; padding: 4px; }
  #rec853913776 .schedule-week__status { min-width: 61px; }
  #rec853913776 .schedule-week__label { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  #rec853913776 .schedule-week__track { transition: none; }
}

/* Local videos: poster first, MP4 is attached only after a click. */
#rec853917992 .local-video-section-title { margin-bottom:90px; }
#rec853917992 .local-video-gallery { display: grid; grid-template-columns: repeat(2, minmax(260px, 360px)); justify-content: center; align-items: start; gap: 28px; }
#rec853917992 .local-video-gallery::before, #rec853917992 .local-video-gallery::after { display: none; content: none; }
#rec853917992 .local-video-card { width: 100%; min-width: 0; }
#rec853917992 .local-video-player { position: relative; overflow: hidden; aspect-ratio: 9 / 16; border-radius: 14px; background: #111; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
#rec853917992 .local-video-preview { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; color: #fff; background: #111; cursor: pointer; }
#rec853917992 .local-video-preview__media { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; transition: transform .45s ease, filter .45s ease, opacity .25s ease; }
#rec853917992 .local-video-preview__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .58), rgba(0, 0, 0, .08) 62%); transition: background .3s ease; }
#rec853917992 .local-video-preview__play { position: absolute; top: 50%; left: 50%; display: grid; width: 68px; height: 68px; place-items: center; border-radius: 50%; color: #fff; background: #ff0000; box-shadow: 0 10px 28px rgba(255, 0, 0, .32); transform: translate(-50%, -50%); transition: transform .25s ease, box-shadow .25s ease; }
#rec853917992 .local-video-preview__play svg { width: 38px; height: 38px; fill: currentColor; }
#rec853917992 .local-video-preview:hover .local-video-preview__media, #rec853917992 .local-video-preview:focus-visible .local-video-preview__media { filter: brightness(.9); transform: scale(1.035); }
#rec853917992 .local-video-preview:hover .local-video-preview__play, #rec853917992 .local-video-preview:focus-visible .local-video-preview__play { box-shadow: 0 12px 34px rgba(255, 0, 0, .44); transform: translate(-50%, -50%) scale(1.08); }
#rec853917992 .local-video-player__video { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
#rec853917992 .local-video-player__error { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 28px; color: #fff; font: 400 14px/1.45 Roboto, Arial, sans-serif; text-align: center; background: #181818; }
#rec853917992 .local-video-player__error strong { font-size: 18px; }

@media screen and (max-width: 700px) {
  #rec853917992 .local-video-gallery { grid-template-columns: minmax(0, 420px); gap: 18px; }
  #rec853917992 .local-video-player { border-radius: 10px; }
  #rec853917992 .local-video-preview__play { width: 58px; height: 58px; }
}

@media screen and (max-width: 960px) {
  #rec853917992 .local-video-section-title { margin-bottom:45px; }
}

/* Lightweight one-time reveals on scroll. */
.scroll-reveal { opacity: 0; transition-property: opacity, transform; transition-duration: .54s; transition-delay: var(--reveal-delay, 0ms); transition-timing-function: cubic-bezier(.2, .72, .25, 1); will-change: opacity, transform; }
.scroll-reveal.reveal--up { transform: translate3d(0, 28px, 0); }
.scroll-reveal.reveal--left { transform: translate3d(-42px, 0, 0); }
.scroll-reveal.reveal--left-soft { transform: translate3d(-30px, 0, 0); }
.scroll-reveal.reveal--right { transform: translate3d(34px, 0, 0); }
.scroll-reveal.reveal--up-soft { transform: translate3d(0, 20px, 0); }
.scroll-reveal.reveal--fade { transform: translate3d(0, 12px, 0); }
.scroll-reveal.reveal--wide { transform: scaleX(.92); }
.scroll-reveal.reveal--form { transform: translate3d(0, 24px, 0) scale(.985); transition-duration: .62s; }
.scroll-reveal.reveal--card { transform: translate3d(0, 24px, 0) scale(.96); transition-duration: .58s; }
.scroll-reveal.is-preparing { transition: none; }
.scroll-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); will-change: auto; }

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal { opacity: 1; transform: none; transition: none; }
}
/* Prevent legacy markup from flashing before the current interface is initialized. */
html.site-loading #allrecords { visibility: hidden; }

/* Header brand: transparent white/red dance mark + existing title. */
#rec853917434 .site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
}

#rec853917434 .site-header__logo-mark {
  display: block;
  width: 68px;
  height: 68px;
  margin: -8px -12px -8px -10px;
  object-fit: contain;
  flex: 0 0 auto;
}

#rec853917434 .t456__leftwrapper {
  min-width: 280px !important;
  width: 280px !important;
}

#rec853917434 .t456__logowrapper,
#rec853917434 .t456__logowrapper > a {
  height: 100%;
}

#rec853917434 .t456__logo {
  width: 188px;
  max-width: 188px;
  white-space: normal !important;
  font-size: 15px !important;
  line-height: 1.15;
}

#rec853917434 .site-header__brand--mobile {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}

#rec853917434 .site-header__brand--mobile .site-header__logo-mark {
  width: 62px;
  height: 62px;
  margin: -9px -12px -9px -10px;
}

@media screen and (max-width: 1200px) and (min-width: 981px) {
  #rec853917434 .t456__leftwrapper {
    min-width: 235px !important;
    width: 235px !important;
  }

  #rec853917434 .t456__logo {
    width: 150px;
    max-width: 150px;
    font-size: 13px !important;
  }

  #rec853917434 .t456__list_item {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media screen and (max-width: 420px) {
  #rec853917434 .site-header__brand--mobile {
    max-width: 245px;
    font-size: 12px;
  }
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
