﻿* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #172033;
  background-color: #040407;
}
body.site-background--css {
  background:
    radial-gradient(circle at top, rgba(148, 88, 205, 0.34), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(118, 62, 168, 0.2), transparent 24%),
    linear-gradient(180deg, #261434 0%, #110b18 46%, #040407 100%);
}
body.site-background--css::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.48), rgba(8, 8, 12, 0.58)),
    radial-gradient(circle at 18% 14%, rgba(162, 95, 220, 0.26), transparent 28%);
  pointer-events: none;
  z-index: -1;
}
body.site-background--image {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}
body.site-background--image::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 14, 19, 0.34), rgba(13, 14, 19, 0.34)),
    url("/public/images/web_background.jpg") center center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}
body.site-background--image::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.56), rgba(8, 8, 12, 0.7)),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.08), transparent 28%);
  pointer-events: none;
  z-index: 1;
}
body.site-background--image > * {
  position: relative;
  z-index: 2;
}
.home-public-page {
  position: relative;
}
.home-public-page.site-background--css::before {
  content: "";
  position: fixed;
  inset: -40px;
  background-image: var(--home-backdrop-image);
  background-position: center center;
  background-size: cover;
  filter: blur(42px) saturate(0.95) brightness(0.42);
  transform: scale(1.22);
  opacity: 0.5;
  pointer-events: none;
  z-index: -2;
}
.home-public-page.site-background--css::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.48), rgba(8, 8, 12, 0.58)),
    radial-gradient(circle at 18% 14%, rgba(162, 95, 220, 0.26), transparent 28%);
  pointer-events: none;
  z-index: -1;
}
h1, h2, h3, h4, h5, h6,
.site-logo,
.eyebrow,
.hero-poster__title,
.movie-card__body h3,
.section-head a,
.primary-link,
.secondary-link,
.showtime-pill,
.filter-links a,
.filter-form button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-logo,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { backdrop-filter: blur(8px); }
.site-header { background: rgba(255,255,255,0.94); }
.site-footer {
  --site-footer-text: #e5e7eb;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 220;
}
.site-header__inner, .site-footer__inner, .site-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header__inner {
  display: flex; justify-content: space-between; align-items: center; padding: 18px 0;
}
.site-logo {
  display: inline-flex;
  align-items: center;
}
.site-header__shortcut {
  display: none;
}
.site-header__member {
  display: none;
}
.site-menu-toggle {
  display: none;
}
.site-logo img {
  display: block;
  width: auto;
  height: 64px;
}
@media (max-width: 1439px) {
  .site-logo img {
    height: 52px;
  }
}
@media (max-width: 1024px) {
  .site-logo img {
    height: 40px;
  }
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.site-nav { display: flex; gap: 18px; }
.site-nav a, .filter-links a { padding: 8px 12px; border-radius: 999px; }
.site-nav a {
  font-weight: 600;
}
.site-nav a:hover {
  background: #8cc63f;
  color: #172033;
}
.filter-links a.is-active, .filter-links a:hover { background: #172033; color: #fff; }
.site-nav__logout {
  margin: 0;
}
.site-nav__button {
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.site-nav__button:hover {
  background: #172033;
  color: #fff;
}
.site-shell { padding: 28px 0 56px; }
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.site-footer__column h3 {
  margin: 10 10 10px;
  font-size: 16px;
  color: var(--site-footer-text);
}
.site-footer__content {
  color: var(--site-footer-text);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}
.site-footer__content b,
.site-footer__content strong {
  font-weight: 700;
}
.site-footer__content p {
  margin: 5 5 0px;
}
.site-footer__content a {
  color: inherit;
  text-decoration: none;
}
.site-footer__content a:hover {
  color: inherit;
  opacity: 0.92;
}
.site-footer__company {
  margin-top: 18px;
  text-align: center;
  color: var(--site-footer-text);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.home-public-page .site-shell {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
.home-public-page .home-section--hero { order: 1; }
.home-public-page .home-section--showtimes { order: 2; }
.home-public-page .home-section--now-showing { order: 3; }
.home-public-page .home-section--coming-soon { order: 4; }
.home-public-page .home-section--promotions { order: 5; }
.hero, .section-block, .movie-card, .promo-card, .showtime-group, .movie-detail {
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255,255,255,0.84);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
}
.hero, .section-block, .movie-detail { padding: 28px; margin-bottom: 24px; }
.payment-result {
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255,255,255,0.9);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.1);
}
.payment-result__hero {
  padding: 24px;
  border-radius: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.payment-result__hero.is-success {
  background: linear-gradient(135deg, #1d9d63 0%, #15784b 100%);
}
.payment-result__hero.is-failed {
  background: linear-gradient(135deg, #bc3d3d 0%, #8f2626 100%);
}
.payment-result__hero h1 {
  margin: 6px 0 8px;
}
.payment-result__hero p {
  margin: 0;
  opacity: 0.92;
}
.payment-result__eyebrow {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.payment-result__body {
  display: grid;
  gap: 20px;
}
.payment-result__summary {
  padding: 18px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid #dbe4f6;
}
.payment-result__message {
  margin-bottom: 16px;
  color: #31486d;
  font-size: 16px;
}
.payment-result__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.payment-result__item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dbe4f6;
}
.payment-result__label {
  color: #6f809b;
  font-size: 13px;
}
.payment-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.member-auth-card,
.member-dashboard {
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255,255,255,0.9);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.1);
}
.member-auth-card {
  width: min(640px, 100%);
  margin: 0 auto;
}
.member-auth-card__hero,
.member-dashboard__hero {
  margin-bottom: 20px;
}
.member-auth-card__hero h1,
.member-dashboard__hero h1 {
  margin: 6px 0 8px;
}
.member-auth-card__hero p,
.member-dashboard__hero p,
.member-dashboard__empty,
.member-ledger-item p {
  margin: 0;
  color: #526179;
}
.member-auth-card__eyebrow {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(159, 29, 53, 0.12);
  color: #9f1d35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.member-auth-alert {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
}
.member-auth-alert--success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #b7ebc8;
}
.member-auth-alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.member-auth-form {
  display: grid;
  gap: 14px;
}
.member-auth-form__field {
  display: grid;
  gap: 6px;
}
.member-auth-form__field--full {
  grid-column: 1 / -1;
}
.member-auth-form__field span {
  font-size: 13px;
  font-weight: 700;
  color: #24344d;
}
.member-auth-form__hint {
  margin: -2px 0 2px;
  color: #526179;
  font-size: 13px;
}
.member-auth-form__field input,
.member-auth-form__field textarea,
.member-auth-form__field select {
  width: 100%;
  border: 1px solid #d9e1ef;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}
.member-genre-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.member-genre-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #d9e1ef;
  background: #f8fbff;
  color: #24344d;
  font-size: 14px;
}
.member-genre-chip input {
  width: 16px;
  height: 16px;
  margin: 0;
}
.member-auth-form__submit {
  width: 100%;
}
.member-auth-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.member-auth-links a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #31486d;
  text-decoration: none;
}
.member-auth-links__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
}
.member-auth-links__spacer {
  display: inline-block;
  width: 0.8em;
}
.member-auth-links--center {
  text-align: center;
}
.member-dashboard__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.member-dashboard__points {
  min-width: 180px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #172033 0%, #2d405f 100%);
  color: #fff;
  display: grid;
  gap: 8px;
}
.member-dashboard__points span {
  font-size: 13px;
  opacity: 0.8;
}
.member-dashboard__points strong {
  font-size: 34px;
  line-height: 1;
}
.member-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.4fr);
  gap: 20px;
}
.member-dashboard__card {
  padding: 20px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dbe4f6;
}
.member-logout-form {
  margin: 0;
}
.member-logout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: auto;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid #dbe4f6;
  border-radius: 12px;
  background: #ffffff;
  color: #31486d;
  font: inherit;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.member-logout-button svg {
  width: 18px;
  height: 18px;
}
.member-logout-button:hover {
  background: #172033;
  color: #fff;
  border-color: #172033;
  transform: translateY(-1px);
}
.member-logout-button--danger {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.member-logout-button--danger:hover {
  background: #b91c1c;
  color: #fff;
  border-color: #b91c1c;
}
.member-dashboard__logout-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.member-dashboard__logout-box h2 {
  margin-bottom: 6px;
}
.member-dashboard__card h2 {
  margin: 0 0 16px;
  font-size: 20px;
}
.member-profile-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.member-profile-list div {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe4f6;
}
.member-profile-list dt {
  color: #6f809b;
  font-size: 13px;
}
.member-profile-list dd {
  margin: 0;
  font-weight: 600;
}
.member-dashboard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.member-ledger-list {
  display: grid;
  gap: 12px;
}
.member-ledger-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #dbe4f6;
}
.member-ledger-item strong {
  display: block;
  margin-bottom: 6px;
}
.member-ledger-item__meta {
  display: grid;
  gap: 6px;
  text-align: right;
  color: #526179;
  font-size: 13px;
}
.member-booking-list {
  display: grid;
  gap: 14px;
}
.member-booking-item {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbe4f6;
}
.member-booking-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.member-booking-item__top h2 {
  margin: 0 0 6px;
  font-size: 18px;
}
.member-booking-item__top p {
  margin: 0;
  color: #526179;
}
.member-booking-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.member-booking-item__badge.is-confirmed {
  background: #ecfdf3;
  color: #166534;
}
.member-booking-item__badge.is-holding {
  background: #fff7ed;
  color: #9a3412;
}
.member-booking-item__badge.is-cancelled,
.member-booking-item__badge.is-expired,
.member-booking-item__badge.is-failed {
  background: #fef2f2;
  color: #991b1b;
}
.member-booking-item__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.member-booking-item__grid div {
  display: grid;
  gap: 4px;
}
.member-booking-item__grid span {
  color: #6f809b;
  font-size: 13px;
}
.member-booking-item__grid strong {
  font-size: 14px;
}
.member-booking-list--compact .member-booking-item {
  padding: 16px;
}
.member-booking-item__actions {
  margin-top: 14px;
  display: flex;
  gap: 12px;
}
.member-booking-item__loyalty-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #dbe4f6;
  color: #526179;
  font-size: 13px;
}
.member-dashboard__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.member-dashboard__section-head h2 {
  margin: 0;
}
.member-reward-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.member-reward-card,
.member-redemption-item {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbe4f6;
}
.member-reward-card__top,
.member-redemption-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.member-reward-card__type {
  margin: 0 0 6px;
  color: #7b8ea9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.member-reward-card h3,
.member-redemption-item h3 {
  margin: 0;
  font-size: 18px;
}
.member-reward-card__points {
  color: #8f1f2f;
  font-size: 16px;
}
.member-reward-card__description {
  margin: 14px 0;
  color: #526179;
}
.member-reward-card__meta {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}
.member-reward-card__meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #5f7498;
}
.member-reward-card__meta dt,
.member-reward-card__meta dd {
  margin: 0;
}
.member-reward-card__form {
  display: grid;
  gap: 12px;
}
.member-reward-card__form label {
  display: grid;
  gap: 6px;
  color: #526179;
  font-size: 13px;
}
.member-reward-card__form input {
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid #cfdaee;
  padding: 0 17px;
  font: inherit;
}
.member-redemption-list {
  display: grid;
  gap: 14px;
}
.member-booking-item__badge.is-requested {
  background: #eff6ff;
  color: #1d4ed8;
}
.member-booking-item__badge.is-approved,
.member-booking-item__badge.is-fulfilled {
  background: #ecfdf3;
  color: #166534;
}
.member-booking-item__badge.is-rejected,
.member-booking-item__badge.is-cancelled {
  background: #fef2f2;
  color: #991b1b;
}
.member-seat-list {
  display: grid;
  gap: 10px;
}
.member-seat-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dbe4f6;
}
.member-seat-item span {
  color: #526179;
  font-size: 13px;
}
.hero--showcase {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr);
  gap: 5px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(76, 44, 118, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(247,242,252,0.88));
}
.hero--showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(176, 118, 230, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(58, 28, 86, 0.14), transparent 52%);
  pointer-events: none;
}
.hero--showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(252, 249, 255, 0.7), rgba(244, 236, 252, 0.52)),
    linear-gradient(90deg, rgba(255,255,255,0.22), transparent 55%);
  pointer-events: none;
}
.hero--showcase > * {
  position: relative;
  z-index: 1;
}
.hero__slider {
  position: relative;
  min-width: 0;
}
.hero__slider-frame {
  position: relative;
  min-height: 288px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(13, 14, 19, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 24px rgba(0, 0, 0, 0.24),
    0 18px 30px rgba(8, 10, 16, 0.14);
}
.hero__slider-frame::before,
.hero__slider-frame::after,
.hero__gallery::before,
.hero__gallery::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.hero__slider-frame::before,
.hero__gallery::before {
  left: -14px;
}
.hero__slider-frame::after {
  right: -14px;
}
.hero__slider-frame::after,
.hero__gallery::before {
  background: rgba(243, 238, 249, 0.96);
}
.hero__slides {
  position: relative;
  min-height: 288px;
  height: 100%;
}
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: heroSlideFade 18s infinite;
}
.hero__slide:nth-child(1) {
  animation-delay: 0s;
}
.hero__slide:nth-child(2) {
  animation-delay: 6s;
}
.hero__slide:nth-child(3) {
  animation-delay: 12s;
}
.hero__slide.is-active {
  opacity: 1;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
@media (max-width: 720px) {
  .hero__slide video.is-background-floating {
    position: fixed;
    top: 40vh;
    right: 12px;
    transform: translateY(-50%);
    width: min(42vw, 180px);
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
    z-index: 260;
    background: #000;
  }
}
.hero__slides[data-slider-mode="custom"] .hero__slide {
  animation: none;
  transition: opacity 420ms ease;
}
.hero__slides[data-slider-mode="custom"] .hero__slide.is-active {
  opacity: 1;
  z-index: 2;
}
.hero h1, .section-head h1, .section-head h2 { margin-top: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: #8d5b12; font-size: 12px; }
.primary-link, .showtime-pill, .filter-form button {
  display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px;
  border-radius: 999px; background: #9f1d35; color: #fff; border: 0;
}
.secondary-link {
  display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px;
  border-radius: 999px; background: #efe6d6; color: #172033; border: 1px solid rgba(23, 32, 51, 0.1);
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.hero__gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  min-height: 288px;
  padding: 30px 18px 18px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  background:
    linear-gradient(180deg, rgba(18, 14, 28, 0.22), rgba(18, 14, 28, 0.1)),
    radial-gradient(circle at 24% 10%, rgba(122, 86, 168, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 18px rgba(0, 0, 0, 0.08);
}
.hero--showcase-no-gallery {
  grid-template-columns: 1fr;
}
.hero__gallery--single {
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}
.hero__gallery::after {
  display: none;
}
.hero__slider-frame::after,
.hero__gallery::before {
  box-shadow: 0 0 0 2px rgba(243, 238, 249, 0.16);
}
.hero__slider::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -3px;
  border-right: 1px dashed rgba(137, 106, 178, 0.7);
  z-index: 3;
  pointer-events: none;
}
.hero__gallery-label {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4e2a73;
  z-index: 4;
}
.hero__gallery-label::before {
  content: none;
}
.hero-poster {
  display: block;
  position: relative;
}
.hero-poster::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -44px;
  width: 136px;
  height: 110px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.32) 32%, rgba(255, 255, 255, 0.11) 56%, rgba(255, 255, 255, 0) 82%);
  filter: blur(14px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.hero-poster::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 154px;
  height: 84px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.24) 40%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0) 84%);
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
}
.hero-poster:nth-child(2) {
  transform: translateY(-15px);
}
.hero-poster:nth-child(3) {
  transform: translateY(-10px);
}
.hero-poster:nth-child(4) {
  transform: translateY(-10px);
}
.hero-poster--feature {
  width: min(260px, 100%);
  transform: none !important;
}
.hero-poster__frame {
  position: relative;
  aspect-ratio: 2 / 3;
  padding: 6px;
  border-radius: 0;
  z-index: 1;
  background: linear-gradient(180deg, #22252b 0%, #0f1115 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.55),
    inset 0 0 0 5px #111317,
    inset 0 0 0 6px #2a2d33,
    0 22px 34px rgba(12, 14, 18, 0.28);
}
.hero-poster__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.hero-poster__title {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  transition: color 180ms ease;
}
.hero-promo-card {
  display: block;
  width: min(300px, 100%);
  color: inherit;
}
.hero-promo-card__frame {
  position: relative;
  aspect-ratio: 16 / 10;
  padding: 6px;
  background: linear-gradient(180deg, #22252b 0%, #0f1115 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.55),
    inset 0 0 0 5px #111317,
    inset 0 0 0 6px #2a2d33,
    0 22px 34px rgba(12, 14, 18, 0.28);
}
.hero-promo-card__frame img,
.hero-promo-card__frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.movie-card__poster-link,
.hero-poster__link {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-trailer-trigger {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.76);
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
  cursor: pointer;
  z-index: 3;
}
.poster-trailer-trigger__icon {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ff0000;
  transform: translateX(3px);
}
.movie-card__poster:hover .poster-trailer-trigger,
.hero-poster:hover .poster-trailer-trigger {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.poster-trailer-trigger--hero {
  inset: 42% auto auto 50%;
  width: 37px;
  height: 37px;
}
.poster-trailer-trigger--hero .poster-trailer-trigger__icon {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ff0000;
  transform: translateX(2px);
}
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.movie-grid, .promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.promotions-public-page .promo-card__media {
  aspect-ratio: 16 / 9;
}
.promotions-public-page .promo-card__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-public-page .promo-grid--featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-public-page .promo-grid--featured .promo-card__media {
  aspect-ratio: 16 / 9;
}
.home-public-page .promo-grid--featured .promo-card__body h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.home-public-page .promo-grid--featured .promo-card__body p {
  margin: 0 0 8px;
  line-height: 1.45;
}
.home-public-page .promo-grid--featured .promo-card__body p:last-child {
  margin-bottom: 0;
}
.section-footer-link {
  display: none;
}
.section-footer-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
}
.movie-card {
  overflow: hidden;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow:
    0 12px 24px rgba(12, 14, 18, 0.12),
    0 2px 6px rgba(12, 14, 18, 0.08);
  border-radius: 0;
}
.movie-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 44px rgba(12, 14, 18, 0.18),
    0 8px 18px rgba(12, 14, 18, 0.12);
}
.movie-card__poster, .promo-card__media {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(180deg, #e3d8c1 0%, #cdbf9f 100%);
}
.movie-card__poster {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    inset 0 0 0 8px #101217,
    inset 0 0 0 10px #2c3138;
  background: linear-gradient(180deg, #23262d 0%, #111318 100%);
}
.movie-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow:
    0 18px 24px rgba(23, 32, 51, 0.18),
    0 0 0 1px rgba(23, 32, 51, 0.08);
}
.movie-card__body, .promo-card__body { padding: 12px 16px; }
.movie-card__meta {
  margin: -16px -16px 12px;
  padding: 10px 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #23262d 0%, #111318 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 18px rgba(0, 0, 0, 0.18);
}
.movie-card__meta p {
  margin: 0 0 4px;
}
.movie-card__meta p:last-child {
  margin-bottom: 0;
}
.movie-card__body h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.movie-card:hover .movie-card__body h3,
.hero-poster:hover .hero-poster__title {
  color: #c62828;
}
.movie-card__placeholder { display: grid; place-items: center; height: 100%; min-height: 240px; }
.movie-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  min-width: 48px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(23, 32, 51, 0.88);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 10px 20px rgba(23, 32, 51, 0.24),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  opacity: 0.86;
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}
.movie-card__badge--p {
  background: rgba(139, 195, 74, 0.74);
  color: #102109;
}
.movie-card__badge--k {
  background: rgba(46, 125, 50, 0.74);
  color: #f6fff3;
}
.movie-card__badge--t13 {
  background: rgba(198, 146, 20, 0.74);
  color: #231800;
}
.movie-card__badge--t16 {
  background: rgba(159, 111, 0, 0.74);
  color: #fff6d6;
}
.movie-card__badge--t18 {
  background: rgba(198, 40, 40, 0.74);
  color: #fff2f2;
}
.movie-card:hover .movie-card__badge,
.hero-poster:hover .movie-card__badge,
.movie-detail__poster:hover .movie-card__badge {
  opacity: 1;
  filter: saturate(1.15) brightness(1.05);
  transform: translateY(-1px);
}
.hero-poster__badge {
  top: 16px;
  right: 16px;
  min-width: 40px;
  padding: 6px 8px;
  font-size: 11px;
}
.movie-detail__badge {
  top: 20px;
  right: 20px;
}
.showtime-group { padding: 20px; margin-bottom: 18px; }
.showtime-cinema + .showtime-cinema { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(23, 32, 51, 0.08); }
.showtime-list { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-links, .filter-form { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.filter-form input, .filter-form select {
  min-height: 44px; padding: 10px 14px; border-radius: 14px; border: 1px solid rgba(23, 32, 51, 0.16); background: #fff;
}
.filter-form--showtimes {
  align-items: flex-end;
}
.filter-form--showtimes .filter-form__field {
  display: grid;
  gap: 6px;
  min-width: 180px;
  color: #2f3d57;
}
.filter-form--showtimes .filter-form__field span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5a6b8b;
}
.filter-form--showtimes input,
.filter-form--showtimes select,
.filter-form--showtimes button {
  border-radius: 5px;
}
.filter-form--showtimes input,
.filter-form--showtimes select {
  color: #172033;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(71, 92, 126, 0.24);
}
.filter-form__date-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 4px;
}
.filter-form__date-picker input[readonly] {
  cursor: default;
}
.filter-form__date-native {
  padding: 0 8px;
  color: transparent;
  position: relative;
  min-width: 52px;
}
.filter-form__date-native::-webkit-datetime-edit,
.filter-form__date-native::-webkit-datetime-edit-fields-wrapper,
.filter-form__date-native::-webkit-datetime-edit-text,
.filter-form__date-native::-webkit-datetime-edit-month-field,
.filter-form__date-native::-webkit-datetime-edit-day-field,
.filter-form__date-native::-webkit-datetime-edit-year-field {
  color: transparent;
}
.filter-form__date-native::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
}
.filter-form--showtimes button {
  background: #8f1f36;
}
.showtime-date-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}
.showtime-date-chip {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(66, 82, 110, 0.18);
  background: rgba(255,255,255,0.9);
  color: #21304a;
  text-align: center;
  box-shadow: 0 8px 18px rgba(8, 16, 28, 0.08);
}
.showtime-date-chip span {
  font-size: 13px;
  color: #4a5c7d;
}
.showtime-date-chip strong {
  font-size: 14px;
  color: #1d2940;
}
.showtime-date-chip--picker {
  display: none;
}
.showtime-date-chip.is-active {
  background: rgba(159, 29, 53, 0.84);
  border-color: rgba(159, 29, 53, 0.9);
  color: #fff;
}
.showtime-date-chip.is-active span,
.showtime-date-chip.is-active strong {
  color: #fff;
}
.showtime-group--movie {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.showtime-group__poster-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showtime-group__poster {
  position: relative;
  overflow: hidden;
  align-self: center;
  aspect-ratio: 2 / 3;
  border-radius: 5px;
  background: rgba(13, 14, 19, 0.82);
}
.showtime-group__poster-link,
.showtime-group__poster img {
  display: block;
  width: 100%;
  height: 100%;
}
.showtime-group__poster img {
  object-fit: cover;
}
.showtime-group__poster-gallery {
  display: none;
}
.showtime-group__poster-gallery-item {
  display: block;
  width: 92px;
  min-width: 92px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(13, 14, 19, 0.82);
  box-shadow: 0 10px 22px rgba(8, 11, 25, 0.16);
}
.showtime-group__poster-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showtime-group__booking-hint {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #8bc34a;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
.showtime-group__booking-hint--button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.showtime-group__booking-hint--blink {
  animation: showtimeBookingBlink 2s ease-in-out infinite;
}
.showtime-group__trailer-trigger {
  width: 34px;
  height: 34px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}
.showtime-group__trailer-trigger .poster-trailer-trigger__icon {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 13px;
  transform: translateX(2px);
}
.showtime-group__poster:hover .showtime-group__trailer-trigger,
.showtime-group__poster:focus-within .showtime-group__trailer-trigger,
.showtime-group:hover .showtime-group__trailer-trigger {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.showtime-group__content h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.showtime-group__age-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(54, 70, 101, 0.12);
  color: #344666;
  font-size: 12px;
  font-weight: 600;
}
.showtime-group__age-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 10px;
  border-radius: 999px 0 0 999px;
  background: rgba(54, 70, 101, 0.12);
  color: #344666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.showtime-group__age-pair {
  display: inline-flex;
  align-items: stretch;
  gap: 0.25em;
}
.showtime-group__age-row {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.showtime-group--movie:not(:first-of-type) .showtime-group__booking-hint {
  display: none;
}
.showtime-group__age-pair .showtime-group__age-label {
  border-radius: 0 999px 999px 0;
}
.showtime-group__age-label--p {
  background: rgba(139, 195, 74, 0.74);
  color: #102109;
}
.showtime-group__age-code--p {
  background: rgba(139, 195, 74, 0.74);
  color: #102109;
}
.showtime-group__age-label--k {
  background: rgba(46, 125, 50, 0.74);
  color: #f6fff3;
}
.showtime-group__age-code--k {
  background: rgba(46, 125, 50, 0.74);
  color: #f6fff3;
}
.showtime-group__age-label--t13 {
  background: rgba(198, 146, 20, 0.74);
  color: #231800;
}
.showtime-group__age-code--t13 {
  background: rgba(198, 146, 20, 0.74);
  color: #231800;
}
.showtime-group__age-label--t16 {
  background: rgba(239, 108, 0, 0.78);
  color: #2b1200;
}
.showtime-group__age-code--t16 {
  background: rgba(239, 108, 0, 0.78);
  color: #2b1200;
}
.showtime-group__age-label--t18 {
  background: rgba(198, 40, 40, 0.82);
  color: #fff4f4;
}
.showtime-group__age-code--t18 {
  background: rgba(198, 40, 40, 0.82);
  color: #fff4f4;
}
.showtime-group .showtime-cinema h4 {
  display: none;
}
.showtime-empty-message {
  margin: 4px 0 0;
  padding: 14px 16px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 245, 214, 0.96);
  border: 1px solid rgba(201, 154, 31, 0.24);
  color: #7a4a00;
  font-weight: 400;
}
.showtime-empty-message--interactive {
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}
.showtime-empty-message--interactive:hover,
.showtime-empty-message--interactive:focus-visible {
  background: rgba(255, 241, 200, 0.98);
  border-color: rgba(201, 154, 31, 0.42);
  box-shadow: 0 10px 24px rgba(122, 74, 0, 0.08);
  transform: translateY(-1px);
  outline: none;
}
.home-public-page .home-section--showtimes .section-head h2 {
  font-size: calc(1.5rem - 3px);
  line-height: 1.2;
}
.showtime-pill {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 108px;
  border-radius: 5px;
}
.showtime-group .showtime-pill {
  padding: 7px 10px;
  background: transparent;
  color: #172033;
  border: 1px solid rgba(23, 32, 51, 0.26);
  box-shadow: none;
}
.showtime-group button.showtime-pill {
  font: inherit;
  text-align: left;
}
.showtime-group .showtime-pill--closed {
  cursor: pointer;
  opacity: 0.72;
  border-style: dashed;
}
.showtime-group .showtime-pill--closed:hover {
  opacity: 0.92;
  border-color: rgba(194, 80, 39, 0.65);
  background: rgba(194, 80, 39, 0.06);
}
.showtime-closed-modal[hidden] {
  display: none;
}
.showtime-closed-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
}
.showtime-closed-modal__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(120, 49, 10, 0.16), rgba(10, 15, 26, 0.74) 58%);
  backdrop-filter: blur(6px);
}
.showtime-closed-modal__dialog {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  padding: 26px 26px 22px;
  border-radius: 28px;
  border: 1px solid rgba(194, 116, 45, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 242, 220, 0.98) 100%),
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,238,213,0.7));
  box-shadow: 0 28px 80px rgba(43, 21, 9, 0.34);
  color: #4a2a16;
  overflow: hidden;
  animation: showtimeClosedModalIn 180ms ease-out;
}
.showtime-closed-modal__glow {
  position: absolute;
  inset: -120px auto auto -40px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 168, 87, 0.36) 0%, rgba(245, 168, 87, 0) 72%);
  pointer-events: none;
}
.showtime-closed-modal__hero {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.showtime-closed-modal__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffca8e 0%, #f09847 100%);
  border: 1px solid rgba(182, 91, 23, 0.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 16px 28px rgba(207, 117, 46, 0.24);
  color: #7a3a0f;
  font-size: 34px;
  font-weight: 800;
}
.showtime-closed-modal__hero-copy {
  min-width: 0;
}
.showtime-closed-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(191, 106, 38, 0.1);
  color: #8b4d21;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: background 140ms ease, transform 140ms ease;
}
.showtime-closed-modal__close:hover {
  background: rgba(191, 106, 38, 0.18);
  transform: rotate(90deg);
}
.showtime-closed-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(191, 106, 38, 0.12);
  color: #9a541f;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.showtime-closed-modal__dialog h3 {
  margin: 12px 0 0;
  color: #6f3410;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.showtime-closed-modal__message {
  position: relative;
  margin: 0;
  color: #6a3b1a;
  font-size: 16px;
  line-height: 1.72;
}
.showtime-closed-modal__note {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(191, 106, 38, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.45);
  color: #8a542f;
  font-size: 13px;
  line-height: 1.55;
}
.showtime-closed-modal__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.showtime-closed-modal__button {
  min-width: 152px;
  padding: 13px 20px;
  border: 1px solid #c9722a;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7af69 0%, #df7f2d 100%);
  color: #fffdf9;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.005em;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(201, 114, 42, 0.28);
  transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}
.showtime-closed-modal__button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(201, 114, 42, 0.32);
}
@keyframes showtimeClosedModalIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 640px) {
  .showtime-closed-modal {
    padding: 16px;
  }
  .showtime-closed-modal__dialog {
    width: min(100%, 100%);
    padding: 22px 18px 18px;
    border-radius: 22px;
  }
  .showtime-closed-modal__hero {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }
  .showtime-closed-modal__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 28px;
  }
  .showtime-closed-modal__dialog h3 {
    font-size: 24px;
  }
  .showtime-closed-modal__message {
    font-size: 15px;
  }
}
.showtime-pill strong,
.showtime-pill span {
  color: inherit;
}
.showtime-pill span {
  font-size: 12px;
  line-height: 1.3;
}
.showtime-pill__format.is-3d {
  color: #d88421;
  font-weight: 700;
}
.showtime-group--movie h3 a,
.showtime-group--movie p,
.showtime-group--movie .movie-card__placeholder {
  color: #172033;
}
.movie-detail { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.movie-detail__poster {
  display: grid;
  align-content: start;
  gap: 14px;
}
.movie-detail__content > p {
  text-align: justify;
  text-justify: inter-word;
  margin: 0 0 6px;
  line-height: 1.35;
  color: #172033;
}
.movie-detail__synopsis {
  margin: 0 0 16px !important;
  line-height: 1.58 !important;
}
.movie-detail__meta-label {
  color: #66748b;
  font-weight: 500;
}
.movie-detail__meta-value {
  color: #172033;
  font-weight: 400;
}
.movie-detail__content > p,
.movie-detail__age-row,
.movie-detail__trailer-link {
  font-size: 0.95rem;
}
.movie-detail__age-row {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.movie-detail__age-caption {
  color: #8a96aa;
  font-weight: 500;
}
.movie-detail__showtime-date-strip {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.movie-detail__showtime-day + .movie-detail__showtime-day {
  margin-top: 18px;
}
.movie-detail__showtime-day-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 32, 51, 0.06);
  color: #1d2940;
}
.movie-detail__showtime-day-label span {
  font-size: 14px;
  color: #5b6b83;
}
.movie-detail__showtime-day-label strong {
  font-size: 14px;
  color: #172033;
}
.movie-detail,
.movie-detail__poster,
  .hero-poster,
  .hero-poster__frame {
  border-radius: 0;
}
.movie-detail__frame {
  position: relative;
  padding: 12px;
  border-radius: 0;
  background: linear-gradient(180deg, #23262d 0%, #101216 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.55),
    inset 0 0 0 10px #111317,
    inset 0 0 0 12px #2c3138,
    0 24px 36px rgba(12, 14, 18, 0.3);
}
.movie-detail__poster img, .promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-detail__frame img {
  border-radius: 0;
}
.movie-detail__trailer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  cursor: pointer;
  justify-self: center;
}
.movie-detail__trailer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.18);
}
.movie-detail__trailer-play {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ff0000;
  transform: translateX(2px);
}
.movie-detail__trailer-link:hover .movie-detail__trailer-icon {
  background: rgba(10, 15, 28, 0.98);
}
.public-post-detail__cover {
  margin-bottom: 20px;
  width: min(80%, 100%);
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;
  overflow: hidden;
}
.public-post-detail__cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.public-post-detail__header {
  margin-bottom: 20px;
}
.public-post-detail__header h1 {
  margin: 0 0 10px;
}
.public-post-detail__summary {
  margin: 0;
  font-size: 1.05rem;
  color: #43536c;
}
.public-post-detail__content {
  color: #172033;
  line-height: 1.7;
}
.public-post-detail__content img {
  display: none;
}
.public-post-detail__content > :first-child {
  margin-top: 0;
}
.public-post-detail__content > :last-child {
  margin-bottom: 0;
}
.is-trailer-open {
  overflow: hidden;
}
.trailer-modal[hidden] {
  display: none;
}
.trailer-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.trailer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}
.trailer-modal__dialog {
  position: relative;
  width: min(920px, calc(100% - 32px));
  margin: 6vh auto 0;
  border: 4px solid #050505;
  background: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.trailer-modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 36px;
  height: 36px;
  border: 2px solid #050505;
  background: #000;
  color: #c1121f;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.trailer-modal__player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}
.trailer-modal__player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.home-cinema-picker-modal[hidden] {
  display: none;
}
.home-cinema-picker-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.home-cinema-picker-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.home-cinema-picker-modal__dialog {
  position: relative;
  width: min(420px, calc(100% - 24px));
  margin: 10vh auto 0;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 48px rgba(8, 16, 28, 0.24);
}
.home-cinema-picker-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 32, 51, 0.08);
  color: #172033;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.home-cinema-picker-modal__dialog h3 {
  margin: 0 0 10px;
}
.home-cinema-picker-modal__dialog p {
  margin: 0 0 14px;
  color: #4a5c7d;
}
.home-cinema-picker-modal__field {
  display: grid;
  gap: 6px;
}
.home-cinema-picker-modal__field span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a5c7d;
}
.home-cinema-picker-modal__field select {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(23, 32, 51, 0.14);
  padding: 0 17px;
  background: #fff;
}
.home-cinema-picker-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}
@keyframes heroSlideFade {
  0%,
  27% {
    opacity: 1;
  }
  33%,
  94% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showtimeBookingBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@media (max-width: 720px) {
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    isolation: isolate;
    overflow: visible;
  }
  body {
    padding-top: 0;
  }
  .home-public-page .site-shell {
    width: min(1180px, calc(100% - 6px));
    padding: 0 0;
  }
  .home-public-page .hero,
  .home-public-page .section-block {
    padding: 3px;
    margin-bottom: 3px;
  }
  .home-public-page .home-section--showtimes .section-head {
    align-items: center;
    text-align: center;
    gap: 4px;
    margin-bottom: 4px;
  }
  .home-public-page .home-section--showtimes .section-head h2 {
    width: 100%;
  }
  .home-public-page .home-section--showtimes .section-head > a {
    display: none;
  }
  .home-public-page .home-section--showtimes { order: 2; }
  .home-public-page .home-section--showtimes .showtime-group__poster-gallery-item {
    border-radius: 5px;
  }
  .home-public-page .home-section--now-showing { order: 3; }
  .home-public-page .home-section--coming-soon { order: 4; }
  .home-public-page .home-section--promotions { order: 5; }
  .showtimes-public-page .site-shell {
    width: min(1180px, calc(100% - 10px));
    padding: 5px 0 24px;
  }
  .movies-public-page .site-shell {
    width: min(1180px, calc(100% - 10px));
    padding: 5px 0 24px;
  }
  .movie-detail-public-page .site-shell {
    width: min(1180px, calc(100% - 6px));
    padding: 3px 0 24px;
  }
  .public-post-detail {
    padding: 5px;
    margin-bottom: 3px;
  }
  .movie-detail {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 5px;
    margin-bottom: 3px;
  }
  .movie-detail-public-page .movie-detail + .section-block {
    padding: 3px;
    margin-bottom: 3px;
  }
  .showtimes-public-page .section-block {
    padding: 5px;
    margin-bottom: 5px;
  }
  .movies-public-page .section-block {
    padding: 5px;
    margin-bottom: 5px;
  }
  .showtimes-public-page .showtime-group {
    padding: 5px;
    margin-bottom: 5px;
  }
  .movies-public-page .section-head--movie-list {
    align-items: center;
    text-align: center;
    gap: 4px;
    margin-bottom: 6px;
  }
  .movies-public-page .section-head--movie-list h1 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.35rem;
    line-height: 1.1;
  }
  .movies-public-page .filter-links {
    gap: 6px;
    margin-bottom: 8px;
  }
  .movies-public-page .filter-links a[href="/phim?status=all"] {
    display: none;
  }
  .movies-public-page .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .movies-public-page .movie-card__poster {
    padding: 6px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.55),
      inset 0 0 0 6px #101217,
      inset 0 0 0 8px #2c3138;
  }
  .movies-public-page .movie-card__poster img {
    object-fit: cover;
    object-position: center center;
  }
  .movies-public-page .movie-card__body {
    padding: 10px 8px;
  }
  .movies-public-page .movie-card__meta {
    margin: -10px -8px 8px;
    padding: 8px 10px;
  }
  .movies-public-page .movie-card__body h3 {
    font-size: 13px;
  }
  .showtimes-public-page .section-head {
    gap: 4px;
    margin-bottom: 6px;
  }
  .showtimes-public-page .section-head h1 {
    margin-bottom: 0;
    font-size: 1.35rem;
    line-height: 1.1;
  }
  .showtimes-public-page .filter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px;
    margin-bottom: 6px;
  }
  .showtimes-public-page .filter-form__field--date {
    display: none;
  }
  .showtimes-public-page .filter-form__field {
    gap: 4px;
    min-width: 0;
  }
  .showtimes-public-page .filter-form__field--cinema {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
    row-gap: 0;
  }
  .showtimes-public-page .filter-form__field--cinema span {
    margin: 0;
    white-space: nowrap;
  }
  .showtimes-public-page .filter-form__field--cinema select {
    min-width: 0;
  }
  .showtimes-public-page .filter-form__field span {
    font-size: 11px;
    line-height: 1.15;
  }
  .showtimes-public-page .filter-form--showtimes input,
  .showtimes-public-page .filter-form--showtimes select,
  .showtimes-public-page .filter-form--showtimes button {
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .showtimes-public-page .filter-form--showtimes > button[type="submit"] {
    display: none;
  }
  .showtimes-public-page .filter-form__field--movie {
    display: none;
  }
  .site-header__inner {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: visible;
    z-index: 1301;
  }
  .section-head { flex-direction: column; align-items: flex-start; }
  .home-public-page .section-head {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .home-public-page .section-head--movies {
    align-items: center;
    text-align: center;
    gap: 6px;
  }
  .home-public-page .section-head--movies h2 {
    width: 100%;
  }
  .home-public-page .home-section--promotions .section-head {
    align-items: center;
    text-align: center;
  }
  .home-public-page .home-section--promotions .section-head h2 {
    width: 100%;
  }
  .home-public-page .section-head--now-showing .section-link {
    display: none;
  }
  .home-public-page .section-head--coming-soon .section-link {
    display: none;
  }
  .home-public-page .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-public-page .promo-grid--featured {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .home-public-page .movie-card__poster {
    padding: 6px 6px 8px;
    border-bottom: 1px solid rgba(23, 32, 51, 0.12);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.55),
      inset 0 0 0 6px #101217,
      inset 0 0 0 8px #2c3138;
  }
  .home-public-page .movie-card__poster img {
    object-fit: cover;
    object-position: center center;
    background: #111318;
  }
  .home-public-page .movie-card__body {
    padding: 10px 8px;
  }
  .home-public-page .movie-card__meta {
    margin: -10px -8px 8px;
    padding: 8px 10px;
  }
  .home-public-page .movie-card__body h3 {
    font-size: 13px;
  }
  .home-public-page .section-footer-link {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .home-public-page .section-footer-link a {
    min-width: 48px;
    min-height: 36px;
    padding: 4px 12px;
    font-size: 35px;
    line-height: 1;
  }
  .site-logo {
    justify-content: center;
    width: 100%;
  }
  .site-logo img {
    height: 32px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .site-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #172033;
    cursor: pointer;
    z-index: 3003;
    pointer-events: auto;
  }
  .site-header__shortcut {
    position: fixed;
    left: 8px;
    top: 36px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #111111;
    line-height: 1;
    z-index: 3003;
  }
  .site-header__member {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #111111;
    line-height: 1;
    z-index: 3003;
  }
  .site-header__shortcut img,
  .site-header__member img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .site-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 8px;
    right: 8px;
    z-index: 3002;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }
  .site-nav.site-nav--mobile-floating {
    position: fixed;
    z-index: 4000;
  }
  .site-nav.is-open {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,246,250,0.96) 100%);
    box-shadow: 0 6px 16px rgba(23, 32, 51, 0.08);
    font-weight: 600;
    line-height: 1.2;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  }
  .site-nav__logout {
    width: 100%;
  }
  .site-nav__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,246,250,0.96) 100%);
    box-shadow: 0 6px 16px rgba(23, 32, 51, 0.08);
    font-weight: 600;
    line-height: 1.2;
  }
  .site-nav a + a {
    margin-top: 2px;
  }
  .site-nav a:active {
    transform: translateY(1px);
  }
  .member-auth-card,
  .member-dashboard {
    padding: 20px;
    border-radius: 18px;
  }
  .member-auth-card {
    margin: 0 auto;
  }
  .member-auth-card__hero,
  .member-dashboard__hero {
    margin-bottom: 20px;
  }
  .member-auth-alert {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 14px;
  }
  .member-auth-form,
  .member-auth-form__field,
  .member-ledger-list,
  .member-booking-list,
  .member-redemption-list,
  .member-seat-list,
  .member-reward-card__form {
    gap: 14px;
  }
  .member-auth-form__field input,
  .member-auth-form__field textarea,
  .member-auth-form__field select,
  .member-reward-card__form input {
    border-radius: 12px;
    padding: 11px 12px;
  }
  .member-genre-grid,
  .member-dashboard__actions,
  .member-dashboard__section-head,
  .member-reward-grid,
  .member-reward-card__top,
  .member-redemption-item__top,
  .member-booking-item__actions {
    gap: 12px;
  }
  .member-genre-chip {
    padding: 0 14px;
  }
  .member-auth-links {
    gap: 10px;
    margin-top: 16px;
  }
  .member-dashboard__hero,
  .member-dashboard__grid,
  .member-ledger-item {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .member-dashboard__hero {
    gap: 18px;
  }
  .member-dashboard__points,
  .member-ledger-item__meta {
    width: 100%;
    text-align: left;
  }
  .member-dashboard__points,
  .member-dashboard__card,
  .member-ledger-item,
  .member-booking-item,
  .member-redemption-item,
  .member-reward-card,
  .member-seat-item,
  .member-booking-item__loyalty-note {
    padding: 18px;
    border-radius: 16px;
  }
  .member-dashboard__card h2,
  .member-dashboard__section-head {
    margin-bottom: 16px;
  }
  .member-profile-list,
  .member-dashboard__grid,
  .member-dashboard__actions {
    gap: 12px;
  }
  .member-profile-list div {
    padding-bottom: 12px;
  }
  .member-dashboard__actions {
    margin-top: 18px;
  }
  .member-dashboard__logout-box {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .member-public-page .primary-link,
  .member-public-page .secondary-link,
  .member-public-page .member-logout-button {
    border-radius: 5px;
  }
  .member-logout-button {
    width: 100%;
    justify-content: center;
  }
  .member-ledger-item {
    gap: 16px;
  }
  .member-ledger-item__meta {
    gap: 6px;
  }
  .member-booking-item__top,
  .member-booking-item__grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .member-booking-item__top {
    gap: 16px;
    margin-bottom: 14px;
  }
  .member-booking-item__badge {
    padding: 8px 12px;
  }
  .member-booking-item__grid {
    gap: 12px;
  }
  .member-booking-list--compact .member-booking-item {
    padding: 18px;
  }
  .member-booking-item__actions {
    margin-top: 12px;
  }
  .member-booking-item__loyalty-note {
    margin: 12px 0 0;
  }
  .member-reward-card__description {
    margin: 12px 0;
  }
  .member-reward-card__meta {
    gap: 10px;
    margin: 0 0 12px;
  }
  .member-reward-card__meta div {
    gap: 6px;
  }
  .member-seat-item {
    grid-template-columns: 1fr;
  }
  .hero--showcase {
    grid-template-columns: 1fr;
  }
  .hero__slider::after,
  .hero__slider-frame::before,
  .hero__slider-frame::after,
  .hero__gallery::before,
  .hero__gallery::after {
    display: none;
  }
  .hero__slider-frame,
  .hero__slides {
    min-height: 176px;
  }
  .hero__slider-frame {
    overflow: hidden;
  }
  .hero__slides {
    position: relative;
    overflow: hidden;
    touch-action: pan-x;
  }
  .hero__slides::-webkit-scrollbar {
    display: none;
  }
  .hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: none;
    transform: translateX(100%);
    transition: transform 420ms ease, opacity 420ms ease;
  }
  .hero__slide.is-mobile-active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
  }
  .hero__slide.is-mobile-prev {
    opacity: 0.98;
    transform: translateX(-100%);
    z-index: 1;
  }
  .hero__slide.is-mobile-next {
    opacity: 0.98;
    transform: translateX(100%);
    z-index: 1;
  }
  .hero__gallery {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
  .hero__gallery--single {
    grid-template-columns: 1fr;
  }
  .hero-poster--feature,
  .hero-promo-card {
    width: min(280px, 100%);
  }
  .hero-poster__badge {
    top: 11px;
    right: 11px;
    min-width: 34px;
    padding: 5px 7px;
    font-size: 10px;
  }
  .hero-poster:nth-child(2),
  .hero-poster:nth-child(3) {
    transform: none;
  }
  .showtimes-public-page .showtime-date-strip {
    display: flex;
    grid-template-columns: none;
    gap: 6px;
    margin-bottom: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .showtimes-public-page .showtime-date-strip::-webkit-scrollbar {
    display: none;
  }
  .showtimes-public-page .showtime-date-chip,
  .showtimes-public-page .showtime-date-chip--picker {
    width: calc((100% - 12px) / 3);
    min-width: calc((100% - 12px) / 3);
    scroll-snap-align: start;
    gap: 6px;
  }
  .showtimes-public-page .showtime-date-chip {
    padding: 8px 6px;
  }
  .showtimes-public-page .showtime-date-chip--picker {
    display: grid;
    position: relative;
    place-items: center;
    border: 1px dashed rgba(66, 82, 110, 0.35);
    background: rgba(245, 247, 250, 0.96);
    color: #21304a;
    cursor: pointer;
  }
  .showtimes-public-page .showtime-date-chip--picker strong {
    font-size: 13px;
  }
  .showtimes-public-page .showtime-date-picker-native,`r`n  .quick-book-public-page .showtime-date-picker-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .showtime-group--movie {
    grid-template-columns: 1fr;
  }
  .showtime-group {
    padding-bottom: 10px;
  }
  .showtime-group__poster {
    width: calc((100% - 10px) / 2);
    max-width: none;
  }
  .showtime-group__poster-column {
    width: 100%;
    align-items: flex-start;
  }
  .showtime-group__poster-column.has-mobile-gallery .showtime-group__poster--primary {
    display: none;
  }
  .showtime-group__poster-gallery {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .showtime-group__poster-gallery-item {
    width: calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    scroll-snap-align: start;
  }
  .showtime-group__age-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .showtime-group--movie .showtime-group__booking-hint,
  .showtime-group--movie:not(:first-of-type) .showtime-group__booking-hint {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    text-align: left;
    display: flex;
  }
  .trailer-modal__dialog {
    width: calc(100% - 20px);
    margin-top: 10vh;
  }
  .trailer-modal__close {
    top: 8px;
    right: 8px;
  }
}

.site-header__quick-book {
  display: none;
}
.quick-book-page {
  display: grid;
  gap: 18px;
}
.quick-book-page__head {
  align-items: flex-start;
  gap: 14px;
}
.quick-book-page__head p {
  margin: 8px 0 0;
  color: #526179;
}
.filter-form--quick-book {
  display: grid;
  gap: 14px;
}
.quick-book-page .filter-form__field span,
.quick-book-next-card .filter-form__field span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a5c7d;
}
.quick-book-page .filter-form__field select,
.quick-book-next-card .filter-form__field select {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(23, 32, 51, 0.14);
  padding: 0 17px;
  background: #fff;
  font: inherit;
}
.quick-book-page .showtime-date-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 8px;
  margin: 0;
}
.quick-book-next-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 16px;
  background: #f8fbff;
}
.quick-book-next-card__meta {
  display: grid;
  gap: 8px;
  color: #31486d;
}
.quick-book-next-card__meta p {
  margin: 0;
}
.quick-book-next-card .primary-link[disabled],
.quick-book-next-card .primary-link:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (max-width: 720px) {
  .site-header__quick-book {
    position: fixed;
    left: 51px;
    top: 36px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #111111;
    line-height: 1;
    z-index: 230;
  }
  .site-header__quick-book img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .quick-book-public-page .site-shell {
    width: min(1180px, calc(100% - 10px));
    padding: 5px 0 24px;
  }
  .quick-book-public-page .section-block {
    padding: 5px;
    margin-bottom: 5px;
  }
  .quick-book-public-page .section-head {
    gap: 6px;
    margin-bottom: 6px;
  }
  .quick-book-public-page .section-head h1 {
    margin-bottom: 0;
    font-size: 1.35rem;
    line-height: 1.1;
  }
  .quick-book-public-page .section-head > a {
    display: none;
  }
  .quick-book-public-page .filter-form--quick-book {
    gap: 10px;
  }
  .quick-book-public-page .showtime-date-strip {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .quick-book-public-page .showtime-date-strip::-webkit-scrollbar {
    display: none;
  }
  .quick-book-public-page .showtime-date-chip,
  .quick-book-public-page .showtime-date-chip--picker {
    width: calc((100% - 12px) / 3);
    min-width: calc((100% - 12px) / 3);
    padding: 8px 6px;
    gap: 6px;
    scroll-snap-align: start;
  }
  .quick-book-public-page .showtime-date-chip--picker {
    display: grid;
    position: relative;
    place-items: center;
    border: 1px dashed rgba(66, 82, 110, 0.35);
    background: rgba(245, 247, 250, 0.96);
    color: #21304a;
    cursor: pointer;
  }
  .quick-book-public-page .showtime-date-chip--picker strong {
    font-size: 13px;
  }
  .quick-book-next-card {
    padding: 14px;
    border-radius: 14px;
  }
  .quick-book-next-card .primary-link {
    width: 100%;
  }
}








.quick-book-date-native-hidden {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.quick-book-date-picker-native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: transparent;
}
.quick-book-date-picker-native::-webkit-calendar-picker-indicator,
.quick-book-date-picker-native::-webkit-datetime-edit,
.quick-book-date-picker-native::-webkit-datetime-edit-fields-wrapper,
.quick-book-date-picker-native::-webkit-datetime-edit-text,
.quick-book-date-picker-native::-webkit-datetime-edit-month-field,
.quick-book-date-picker-native::-webkit-datetime-edit-day-field,
.quick-book-date-picker-native::-webkit-datetime-edit-year-field {
  opacity: 0;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.showtime-date-picker-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: transparent;
}
.showtime-date-picker-overlay::-webkit-calendar-picker-indicator,
.showtime-date-picker-overlay::-webkit-datetime-edit,
.showtime-date-picker-overlay::-webkit-datetime-edit-fields-wrapper,
.showtime-date-picker-overlay::-webkit-datetime-edit-text,
.showtime-date-picker-overlay::-webkit-datetime-edit-month-field,
.showtime-date-picker-overlay::-webkit-datetime-edit-day-field,
.showtime-date-picker-overlay::-webkit-datetime-edit-year-field {
  opacity: 0;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.quick-book-page__head {
  text-align: justify;
  text-justify: inter-word;
}
.quick-book-page__head p {
  font-style: italic;
}
@media (max-width: 720px) {
  .quick-book-public-page .quick-book-page__head {
    text-align: justify;
  }
  .quick-book-public-page .quick-book-page__head p {
    margin-top: 6px;
    font-style: italic;
  }
}
@media (max-width: 720px) {
  .quick-book-public-page .quick-book-page__head h1 {
    width: 100%;
    text-align: center;
  }
}




.showtimes-public-page .showtime-group,
.home-public-page .home-section--showtimes .showtime-group {
  border-top: 2px solid var(--showtime-group-accent, rgba(139, 195, 74, 0.74));
}
