:root {
  color-scheme: light;
  --mist-50: oklch(98.7% 0.002 197.1);
  --mist-100: oklch(96.3% 0.002 197.1);
  --mist-200: oklch(92.5% 0.005 214.3);
  --mist-300: oklch(87.2% 0.007 219.6);
  --mist-400: oklch(72.3% 0.014 214.4);
  --mist-500: oklch(56% 0.021 213.5);
  --mist-600: oklch(45% 0.017 213.2);
  --mist-700: oklch(37.8% 0.015 216);
  --mist-800: oklch(27.5% 0.011 216.9);
  --mist-900: oklch(21.8% 0.008 223.9);
  --mist-950: oklch(14.8% 0.004 228.8);
  --sage: oklch(64% 0.052 158);
  --clay: oklch(61% 0.102 31);
  --amber: oklch(76% 0.105 78);
  --gold: oklch(84% 0.105 91);
  --gold-hover: oklch(87% 0.112 92);
  --gold-press: oklch(78% 0.118 88);
  --ink: var(--mist-950);
  --muted: var(--mist-600);
  --soft: var(--mist-700);
  --paper: var(--mist-100);
  --panel: rgb(255 255 255 / 0.86);
  --panel-solid: white;
  --line: rgb(20 24 28 / 0.11);
  --line-strong: rgb(20 24 28 / 0.18);
  --focus: color-mix(in oklch, var(--clay) 34%, transparent);
  --shadow-sm: 0 1px 2px rgb(15 23 42 / 0.05);
  --shadow: 0 18px 45px rgb(15 23 42 / 0.1);
  --shadow-lg: 0 28px 80px rgb(15 23 42 / 0.16);
  --radius: 8px;
  --radius-lg: 18px;
  --body-bg:
    radial-gradient(circle at 18% -8rem, rgb(255 255 255 / 0.92) 0 18rem, transparent 33rem),
    radial-gradient(circle at 88% 10rem, color-mix(in oklch, var(--sage) 18%, transparent) 0 14rem, transparent 30rem),
    linear-gradient(180deg, var(--mist-50) 0%, var(--mist-100) 42%, var(--mist-200) 100%);
  --grid-line: rgb(15 23 42 / 0.035);
  --shell-bg: rgb(243 246 246 / 0.72);
  --group-bg: rgb(255 255 255 / 0.58);
  --subgroup-bg: rgb(20 24 28 / 0.04);
  --subgroup-border: rgb(20 24 28 / 0.05);
  --control-bg: rgb(255 255 255 / 0.7);
  --soft-bg: rgb(20 24 28 / 0.06);
  --soft-border: rgb(20 24 28 / 0.035);
  --primary: var(--mist-950);
  --primary-contrast: white;
  --accent: var(--gold);
  --accent-surface: color-mix(in oklch, var(--gold) 92%, white);
  --accent-hover: color-mix(in oklch, var(--gold-hover) 96%, white);
  --accent-active: var(--gold-press);
  --accent-border: color-mix(in oklch, var(--gold) 54%, var(--line-strong));
  --accent-contrast: var(--mist-950);
  --poster-control-bg: rgb(255 255 255 / 0.9);
  --poster-control-hover: white;
  --poster-control-fg: var(--mist-950);
  --poster-primary-bg: var(--mist-950);
  --poster-primary-hover: var(--mist-800);
  --poster-primary-fg: white;
  --poster-secondary-bg: rgb(255 255 255 / 0.78);
  --poster-secondary-hover: rgb(255 255 255 / 0.9);
  --poster-secondary-fg: var(--mist-950);
  --poster-secondary-border: rgb(20 24 28 / 0.16);
  --poster-fallback-bg:
    radial-gradient(circle at 24% 18%, rgb(255 255 255 / 0.72), transparent 32%),
    linear-gradient(145deg, color-mix(in oklch, var(--sage) 20%, var(--mist-100)) 0%, var(--mist-200) 52%, var(--mist-300) 100%);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: white;
  --muted: var(--mist-400);
  --soft: var(--mist-300);
  --paper: var(--mist-950);
  --panel: rgb(255 255 255 / 0.055);
  --panel-solid: var(--mist-900);
  --line: rgb(255 255 255 / 0.12);
  --line-strong: rgb(255 255 255 / 0.22);
  --focus: rgb(255 255 255 / 0.26);
  --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.24);
  --shadow: 0 18px 45px rgb(0 0 0 / 0.26);
  --shadow-lg: 0 28px 80px rgb(0 0 0 / 0.36);
  --body-bg:
    radial-gradient(circle at 18% -8rem, rgb(255 255 255 / 0.08) 0 18rem, transparent 33rem),
    radial-gradient(circle at 88% 10rem, color-mix(in oklch, var(--sage) 12%, transparent) 0 14rem, transparent 30rem),
    linear-gradient(180deg, var(--mist-950) 0%, var(--mist-900) 48%, var(--mist-950) 100%);
  --grid-line: rgb(255 255 255 / 0.035);
  --shell-bg: rgb(19 23 27 / 0.78);
  --group-bg: rgb(255 255 255 / 0.07);
  --subgroup-bg: rgb(255 255 255 / 0.08);
  --subgroup-border: rgb(255 255 255 / 0.08);
  --control-bg: rgb(255 255 255 / 0.08);
  --soft-bg: rgb(255 255 255 / 0.08);
  --soft-border: rgb(255 255 255 / 0.06);
  --primary: var(--mist-300);
  --primary-contrast: var(--mist-950);
  --accent-surface: oklch(80% 0.104 91);
  --accent-hover: oklch(84% 0.112 92);
  --accent-border: oklch(62% 0.076 88);
  --poster-control-bg: rgb(255 255 255 / 0.88);
  --poster-control-hover: white;
  --poster-control-fg: var(--mist-950);
  --poster-primary-bg: var(--mist-950);
  --poster-primary-hover: var(--mist-800);
  --poster-primary-fg: white;
  --poster-secondary-bg: rgb(255 255 255 / 0.8);
  --poster-secondary-hover: rgb(255 255 255 / 0.92);
  --poster-secondary-fg: var(--mist-950);
  --poster-secondary-border: rgb(20 24 28 / 0.18);
  --poster-fallback-bg:
    radial-gradient(circle at 24% 18%, rgb(255 255 255 / 0.08), transparent 32%),
    linear-gradient(145deg, color-mix(in oklch, var(--sage) 16%, var(--mist-900)) 0%, var(--mist-900) 54%, var(--mist-950) 100%);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--body-bg);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
}

@supports (min-height: 100dvh) {
  body {
    min-height: 100dvh;
  }
}

body::before {
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, black, transparent 64%);
  opacity: 0.42;
  pointer-events: none;
  position: fixed;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

button,
input {
  font: inherit;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

button:not(:disabled) {
  cursor: pointer;
}

.sr-only {
  block-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  inline-size: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.theme-icon {
  height: 21px;
  width: 21px;
}

html[data-theme="light"] .theme-icon-sun,
html[data-theme="dark"] .theme-icon-moon,
html:not([data-theme]) .theme-icon-sun {
  display: none;
}

.filter-shell {
  backdrop-filter: blur(18px);
  background: var(--shell-bg);
  border-bottom: 1px solid var(--line);
  padding: 10px 16px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.filter-bar {
  align-items: center;
  background: var(--group-bg);
  border: 1px solid var(--subgroup-border);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 8px;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 58px;
  padding: 5px;
}

.filter-view-tabs {
  flex: 0 0 360px;
  min-width: 0;
}

.filter-view-tabs .filter-row {
  background: var(--subgroup-bg);
  border: 1px solid var(--subgroup-border);
  border-radius: 999px;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 3px;
}

.filter-view-tabs .chip span {
  border: 0;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  width: 100%;
}

.filter-view-tabs .icon {
  height: 18px;
  width: 18px;
}

.filter-date-slot {
  flex: 1 1 auto;
  min-height: 46px;
  min-width: 0;
  position: relative;
}

.filter-date-strip,
.filter-search {
  inset: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
}

.filter-date-strip {
  position: relative;
  visibility: visible;
}

.filter-date-strip .date-row {
  background: var(--subgroup-bg);
  border: 1px solid var(--subgroup-border);
  border-radius: 999px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px;
}

.filter-date-strip .chip span {
  border-color: transparent;
  justify-content: center;
  min-height: 38px;
  min-width: 0;
  width: 100%;
}

.filter-search {
  align-items: center;
  background: var(--subgroup-bg);
  border: 1px solid var(--subgroup-border);
  border-radius: 999px;
  display: flex;
  gap: 6px;
  margin: 0;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(4px);
  visibility: hidden;
}

.filter-search input {
  appearance: none;
  background: var(--control-bg);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  min-height: 38px;
  min-width: 0;
  outline: 0;
  padding: 8px 13px;
  width: 100%;
}

.filter-search input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.filter-search input:focus-visible {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px var(--focus);
}

.filter-search input::-webkit-search-cancel-button {
  appearance: none;
}

.filter-shell[data-search-active] .filter-date-strip {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  visibility: hidden;
}

.filter-shell[data-search-active] .filter-search {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  visibility: visible;
}

.hidden-tray summary::-webkit-details-marker,
.multi-dropdown > summary::-webkit-details-marker {
  display: none;
}

.icon-button {
  align-items: center;
  background: var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
  width: 44px;
}

.filter-toggle {
  background: var(--accent-surface);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-sm);
  color: var(--accent-contrast);
  height: 42px;
  width: 42px;
}

.filter-toggle:hover {
  background: var(--accent-hover);
  border-color: var(--accent-border);
}

.filter-toggle[aria-expanded="true"],
html.filter-panel-open .filter-toggle {
  background: var(--accent-active);
  border-color: transparent;
  color: var(--accent-contrast);
}

.theme-toggle {
  height: 42px;
  width: 42px;
}

.theaters-link {
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  height: 42px;
  text-decoration: none;
  width: 42px;
}

.theaters-link .button-label {
  display: none;
  white-space: nowrap;
}

.theaters-link .icon {
  stroke-width: 1.2;
  transform: translateY(-1px);
}

.theaters-link.is-current {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.search-toggle,
.search-close {
  height: 42px;
  width: 42px;
}

.search-close {
  background: transparent;
  box-shadow: none;
}

.icon-button:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.icon {
  display: block;
  height: 21px;
  width: 21px;
}

.search-icon {
  height: 17px;
  width: 17px;
}

.search-close-icon {
  display: none;
}

.filter-shell[data-search-toggle-close] .search-open-icon {
  display: none;
}

.filter-shell[data-search-toggle-close] .search-close-icon {
  display: block;
}

.filter-scrim {
  background: rgb(10 12 14 / 0.42);
  inset: 0;
  position: fixed;
  z-index: 80;
}

.filter-panel {
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100vh;
  inset-block: 0;
  left: 0;
  max-height: 100vh;
  min-height: 0;
  overflow: hidden;
  padding: calc(16px + env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  transform: translateX(calc(-100% - 2px));
  transition:
    transform 190ms ease,
    visibility 0s linear 190ms;
  visibility: hidden;
  width: min(410px, calc(100vw - 28px));
  z-index: 90;
}

@supports (height: 100dvh) {
  .filter-panel {
    height: 100dvh;
    max-height: 100dvh;
  }
}

.filter-shell[data-panel-open] .filter-panel,
html.filter-panel-open .filter-panel {
  pointer-events: auto;
  transform: translateX(0);
  transition: transform 190ms ease;
  visibility: visible;
}

html.filter-panel-open,
html.filter-panel-open body {
  overflow: hidden;
}

.filter-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.filter-panel-head h2 {
  font-family: "Instrument Serif", Georgia, Cambria, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 2px 0 0;
}

.filter-panel-actions {
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 0;
  padding-top: 12px;
  position: relative;
  z-index: 2;
}

.filter-panel-scroll {
  align-content: start;
  block-size: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-block-size: 100%;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px 2px 24px;
  -webkit-overflow-scrolling: touch;
}

.filters {
  align-content: start;
  display: grid;
  flex: 0 0 auto;
  gap: 16px;
  min-height: max-content;
}

.filter-control,
.multi-select {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.favourite-filter-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding-top: 18px;
}

.favourite-filter {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: flex;
  gap: 11px;
  min-width: 0;
  padding: 10px 12px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.favourite-filter:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.favourite-filter input {
  block-size: 1px;
  inline-size: 1px;
  opacity: 0;
  position: absolute;
}

.favourite-filter-icon {
  align-items: center;
  background: var(--soft-bg);
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  width: 36px;
}

.favourite-filter-copy {
  display: grid;
  gap: 1px;
  flex: 1 1 auto;
  min-width: 0;
}

.favourite-filter-copy strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
}

.favourite-filter-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.favourite-filter input:checked ~ .favourite-filter-icon {
  background: var(--panel-solid);
  border-color: var(--line-strong);
  color: var(--ink);
}

.favourite-filter input:checked ~ .favourite-filter-icon .icon {
  fill: currentColor;
}

.favourite-clear-button {
  align-items: center;
  background: var(--soft-bg);
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
  width: 36px;
}

.favourite-clear-button:hover {
  background: var(--control-bg);
  border-color: var(--line);
  color: var(--ink);
  transform: translateY(-1px);
}

.favourite-clear-button:disabled {
  cursor: default;
  opacity: 0.42;
  transform: none;
}

.favourite-clear-button .icon {
  height: 18px;
  width: 18px;
}

.filter-row {
  align-items: center;
  display: flex;
  gap: 8px;
}

.filter-panel .scroll-row {
  margin-inline: 0;
  padding-inline: 0;
}

.scroll-row {
  margin-inline: -16px;
  overflow-x: auto;
  padding-inline: 16px;
  scrollbar-width: none;
}

.scroll-row::-webkit-scrollbar {
  display: none;
}

.chip {
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
}

.chip input {
  block-size: 1px;
  inline-size: 1px;
  opacity: 0;
  position: absolute;
}

.chip span,
.ghost-link,
.book-link,
.hide-button,
.unhide-button,
.clear-hidden,
.clear-filters,
.apply-filters,
.time-chip {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 13px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.chip span {
  background: var(--control-bg);
  cursor: pointer;
}

.chip input:focus-visible + span,
.multi-option input:focus-visible,
.favourite-filter input:focus-visible ~ .favourite-filter-icon,
button:focus-visible,
a:focus-visible,
.multi-dropdown > summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.chip input:checked + span,
.chip[aria-current="page"] span {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-contrast);
}

.control-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.multi-dropdown {
  min-width: 0;
  position: relative;
}

.multi-dropdown > summary {
  align-items: center;
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%) calc(100% - 18px) 52% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--muted) 50%, transparent 50%) calc(100% - 12px) 52% / 6px 6px no-repeat,
    var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: flex;
  list-style: none;
  min-height: 44px;
  padding: 9px 36px 9px 12px;
}

.multi-dropdown > summary span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-dropdown[open] > summary {
  border-color: color-mix(in oklch, var(--sage) 60%, var(--line));
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--sage) 22%, transparent);
}

.multi-menu {
  background: var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 2px;
  left: 0;
  margin-top: 6px;
  max-height: min(360px, calc(100vh - 180px));
  min-width: 100%;
  overflow: auto;
  padding: 6px;
  position: absolute;
  top: 100%;
  z-index: 30;
}

.multi-option {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 9px;
  min-height: 36px;
  min-width: 0;
  padding: 7px 9px;
}

.multi-option:hover {
  background: var(--soft-bg);
}

.multi-option input {
  accent-color: var(--ink);
  flex: 0 0 auto;
  margin: 0;
}

.multi-option span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidden-tray {
  border-top: 1px solid var(--line);
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  margin-top: 2px;
  padding-top: 18px;
}

.hidden-tray summary {
  align-items: center;
  background: var(--group-bg);
  border: 1px solid var(--subgroup-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  min-height: 46px;
  padding: 10px 12px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.hidden-tray summary:hover {
  border-color: var(--line);
  transform: translateY(-1px);
}

.hidden-tray summary > span:first-child,
.kicker {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
  min-width: 0;
}

.hidden-tray summary > span:last-child {
  background: var(--soft-bg);
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  color: var(--soft);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
}

.hidden-tray summary::after {
  border-color: var(--muted);
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 7px;
  margin-left: auto;
  transform: rotate(45deg);
  width: 7px;
}

.hidden-tray[open] summary::after {
  transform: rotate(225deg);
}

.hidden-tray-body {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 10px;
}

.hidden-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
}

.unhide-button {
  background: var(--soft-bg);
  border-color: var(--soft-border);
  color: var(--ink);
  max-width: 100%;
  min-height: 34px;
  min-width: 0;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unhide-button:hover {
  background: var(--control-bg);
  border-color: var(--line);
}

.clear-hidden,
.clear-filters,
.ghost-link,
.hide-button {
  background: var(--control-bg);
  color: var(--muted);
}

.clear-hidden {
  border-color: var(--soft-border);
  color: var(--ink);
  flex: 0 0 auto;
}

.clear-filters,
.apply-filters {
  justify-content: center;
}

.apply-filters,
.book-link {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-contrast);
}

.ghost-link:hover,
.hide-button:hover,
.time-chip:hover,
.book-link:hover,
.apply-filters:hover,
.clear-filters:hover,
.clear-hidden:hover,
.unhide-button:hover {
  transform: translateY(-1px);
}

.time-chip.is-unavailable,
.book-link.is-unavailable {
  background: var(--soft-bg);
  border-color: var(--soft-border);
  color: var(--muted);
  cursor: default;
}

.time-chip.is-unavailable:hover,
.book-link.is-unavailable:hover {
  transform: none;
}

.showtime-status {
  border-left: 1px solid var(--line);
  color: inherit;
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  margin-left: 1px;
  padding-left: 7px;
}

.content {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px 16px 6px;
}

.home-intro,
.home-seo {
  margin: 0 auto;
  max-width: 1180px;
  padding-inline: 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-intro {
  padding-top: clamp(22px, 4vw, 42px);
}

.home-intro h1 {
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  line-height: 0.94;
  max-width: 12ch;
}

.home-intro p:last-child {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.58;
  margin: 16px 0 0;
  max-width: 64ch;
}

.home-seo {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 26px;
}

.seo-copy-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.seo-copy-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 14px;
}

.seo-copy-item h3 {
  font-size: 0.95rem;
  line-height: 1.2;
  margin: 0;
}

.seo-copy-item p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 8px 0 0;
}

.faq-block {
  margin-top: 28px;
}

.faq-block h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
  margin-bottom: 14px;
}

.faq-list {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.faq-item {
  display: grid;
  gap: 7px;
  padding: 14px 0;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--line);
}

.faq-item h3 {
  font-size: 1rem;
  line-height: 1.28;
  margin: 0;
}

.faq-item p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
  max-width: 72ch;
}

.theater-faq .faq-block {
  margin-top: 0;
}

.result-bar {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 12px;
}

.result-bar p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.timeline,
.movie-list {
  display: grid;
  gap: 12px;
}

.show-card,
.movie-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow: clip;
  padding: 12px;
}

.movie-card {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
}

.show-card {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.show-main,
.movie-main {
  min-width: 0;
}

.poster {
  aspect-ratio: 2 / 3;
  background: var(--poster-fallback-bg);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 0.34),
    0 14px 34px rgb(15 23 42 / 0.12);
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.poster img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.poster-image-link {
  display: block;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.poster-image-link:focus-visible {
  outline: 3px solid rgb(242 176 71 / 0.9);
  outline-offset: -6px;
}

.poster-hide-button,
.poster-favourite-button {
  align-items: center;
  backdrop-filter: blur(16px);
  background: var(--poster-control-bg);
  border: 1px solid rgb(20 24 28 / 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgb(15 23 42 / 0.12);
  color: var(--poster-control-fg);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 10px;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  width: 40px;
  z-index: 1;
}

.poster-hide-button {
  right: 10px;
}

.poster-favourite-button {
  left: 10px;
}

.poster-hide-button:hover,
.poster-favourite-button:hover {
  background: var(--poster-control-hover);
  transform: translateY(-1px);
}

.poster-hide-button .icon,
.poster-favourite-button .icon {
  height: 21px;
  width: 21px;
}

.poster-favourite-button[aria-pressed="true"] {
  background: var(--poster-control-hover);
  border-color: rgb(20 24 28 / 0.2);
  color: var(--poster-control-fg);
}

.poster-favourite-button[aria-pressed="true"] .icon {
  fill: currentColor;
}

.poster-actions {
  bottom: 12px;
  display: flex;
  gap: 8px;
  left: 12px;
  min-width: 0;
  position: absolute;
  right: 12px;
  z-index: 1;
}

.poster-action {
  align-items: center;
  backdrop-filter: blur(18px);
  background: var(--poster-control-bg);
  border: 1px solid rgb(20 24 28 / 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgb(15 23 42 / 0.14);
  color: var(--poster-control-fg);
  display: inline-flex;
  flex: 1 1 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
  min-height: 40px;
  min-width: 0;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.poster-action:hover {
  background: var(--poster-control-hover);
  transform: translateY(-1px);
}

.poster-trailer-link {
  background: var(--poster-primary-bg);
  border-color: rgb(255 255 255 / 0.2);
  color: var(--poster-primary-fg);
}

.poster-trailer-link:hover {
  background: var(--poster-primary-hover);
}

.poster-action .icon {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.poster-trailer-link .icon {
  height: 19px;
  width: 19px;
}

.poster-action .button-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poster-share-button {
  background: var(--poster-secondary-bg);
  border-color: var(--poster-secondary-border);
  color: var(--poster-secondary-fg);
  cursor: pointer;
}

.poster-share-button:hover {
  background: var(--poster-secondary-hover);
}

.copy-buffer {
  height: 1px;
  left: -9999px;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 1px;
}

h1,
h2 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  overflow-wrap: anywhere;
}

.movie-card h2 {
  color: var(--ink);
  font-size: clamp(1.18rem, 3.4vw, 1.5rem);
  font-weight: 720;
  line-height: 1.12;
}

.movie-title {
  margin-top: 2px;
}

.movie-title-link {
  color: inherit;
  text-decoration: none;
}

.movie-title-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hide-button {
  min-height: 34px;
  padding: 6px 10px;
}

.movie-meta {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.meta-grid,
.show-details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.meta-grid:empty,
.show-details:empty,
.actions:empty {
  display: none;
}

.meta-grid > span,
.show-details span {
  background: var(--soft-bg);
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 8px;
}

.age-rating-group {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  gap: 7px;
  min-height: 28px;
  width: max-content;
  padding: 0;
  position: relative;
}

.age-rating-group:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.age-rating-symbol {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 0;
  position: relative;
}

.age-rating-icon {
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--soft-border);
  display: block;
  height: 28px;
  overflow: hidden;
  width: 28px;
}

.age-rating-symbol:first-child .age-rating-icon {
  height: 28px;
  width: 28px;
}

.age-rating-icon img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  width: 100%;
}

.screening-details {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.screening-primary {
  display: grid;
  gap: 10px;
}

.screening-time {
  display: grid;
  gap: 3px;
}

.screening-primary time {
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, Cambria, "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 1;
}

.screening-day,
.time-chip-day {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.screening-theater {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 720;
  gap: 4px;
  margin: 0;
}

.screening-neighborhood {
  color: var(--muted);
}

.show-main {
  border-top: 1px solid var(--line);
  margin-top: 2px;
  padding-top: 14px;
}

.ticket-link {
  justify-content: center;
  margin-top: 2px;
  width: 100%;
}

.description {
  color: var(--soft);
  font-size: 14.5px;
  line-height: 1.52;
  margin: 10px 0 0;
}

.movie-card .description,
.show-card .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.movie-card[data-description-expanded] .description,
.show-card[data-description-expanded] .description {
  display: block;
  overflow: visible;
}

.description p {
  margin: 0;
}

.description-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 820;
  gap: 8px;
  margin-top: 5px;
  min-height: 40px;
  padding: 4px 0;
  text-align: left;
}

.description-toggle:hover {
  color: var(--primary);
}

.description-toggle-indicator {
  color: var(--muted);
  display: inline-block;
  flex: 0 0 auto;
  height: 10px;
  position: relative;
  width: 10px;
}

.description-toggle-indicator::before,
.description-toggle-indicator::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  inset: 50% auto auto 0;
  height: 1.5px;
  position: absolute;
  transform: translateY(-50%);
  width: 10px;
}

.description-toggle-indicator::after {
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 160ms ease;
}

[data-description-expanded] .description-toggle-indicator::after {
  opacity: 0;
}

.cast-block {
  margin-top: 12px;
}

.section-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.cast {
  color: var(--muted);
  font-size: 13px;
  margin: 5px 0 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.movie-showtimes {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
}

.showtime-preview {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.showtime-preview-summary {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.showtime-preview-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.showtime-preview-chip.time-chip {
  align-items: center;
  background: var(--soft-bg);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 760;
  gap: 7px;
  line-height: 1.15;
  max-width: 100%;
  min-height: 40px;
  padding: 8px 13px;
  text-decoration: none;
}

.showtime-preview-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  overflow: hidden;
  width: 20px;
}

.showtime-preview-icon .theater-badge-logo {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.showtime-preview-icon .icon {
  height: 15px;
  width: 15px;
}

.showtime-preview-theater {
  color: var(--muted);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showtime-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 820;
  gap: 8px;
  justify-self: start;
  min-height: 40px;
  padding: 4px 0;
  text-align: left;
}

.showtime-toggle:hover {
  color: var(--primary);
}

.showtime-toggle:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.showtime-toggle-indicator {
  color: var(--muted);
  display: inline-block;
  flex: 0 0 auto;
  height: 10px;
  position: relative;
  transition: transform 160ms ease;
  width: 10px;
}

.showtime-toggle-indicator::before,
.showtime-toggle-indicator::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  inset: 50% auto auto 0;
  height: 1.5px;
  position: absolute;
  transform: translateY(-50%);
  width: 10px;
}

.showtime-toggle-indicator::after {
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 160ms ease;
}

.movie-card[data-showtimes-expanded="true"] .showtime-toggle-indicator::after {
  opacity: 0;
}

.theater-times {
  display: grid;
  gap: 22px;
}

.movie-showtimes .theater-times {
  margin-top: 0;
}

.theater-line {
  display: grid;
  gap: 11px;
}

.theater-line strong {
  color: var(--ink);
  font-size: 14px;
}

.theater-badge-link {
  align-items: center;
  border-radius: 6px;
  color: var(--ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 820;
  gap: 7px;
  justify-self: start;
  line-height: 1.15;
  min-height: 34px;
  max-width: 100%;
  padding: 4px 4px 4px 0;
  text-decoration: none;
  transition:
    color 160ms ease,
    text-decoration-color 160ms ease;
}

.theater-badge-link:hover {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.theater-badge-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  overflow: hidden;
  width: 22px;
}

.theater-badge-logo {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.theater-badge-icon .icon {
  height: 15px;
  width: 15px;
}

.theater-badge-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.theater-line div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.time-chip {
  background: var(--soft-bg);
  color: var(--ink);
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
}

.empty-state {
  display: grid;
  min-height: clamp(260px, 44vh, 520px);
  place-items: center;
  padding: 18px 0 28px;
  text-align: center;
}

.empty-state-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  max-width: min(100%, 560px);
  overflow: clip;
  padding: 12px;
  width: 100%;
}

.empty-state-frame {
  background: var(--poster-fallback-bg);
  border-radius: 12px;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 0.34),
    0 14px 34px rgb(15 23 42 / 0.12);
  overflow: hidden;
}

.empty-state-frame img {
  display: block;
  height: auto;
  width: 100%;
}

.footer,
.noscript {
  flex: 0 0 auto;
  overflow-x: clip;
  position: relative;
}

.noscript::before {
  background: var(--line);
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto 22px;
  max-width: 1180px;
}

.footer-scene {
  align-items: end;
  display: grid;
  gap: clamp(18px, 4vw, 54px);
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: clamp(240px, 27vw, 360px);
  overflow: visible;
  padding: clamp(26px, 5vw, 60px) 16px 0;
  position: relative;
  z-index: 1;
}

.footer-scene img {
  display: block;
}

.footer-scene img {
  align-self: end;
  grid-column: 2;
  grid-row: 1;
  height: auto;
  justify-self: end;
  max-width: none;
  position: relative;
  transform: translateY(55px);
  width: min(44vw, 540px);
  z-index: 2;
}

.footer-cta {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 32px;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  margin-bottom: clamp(48px, 5vw, 78px);
  max-width: 680px;
  text-align: left;
}

.footer-cta-heading {
  color: var(--ink);
  display: inline-block;
  font-size: clamp(1.18rem, 3.4vw, 1.5rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  width: max-content;
}

.footer-cta-heading span {
  display: block;
}

.footer-cta-button {
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 999px;
  color: var(--primary-contrast);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  min-height: 44px;
  padding: 8px 17px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.footer-cta-button:hover {
  background: var(--poster-primary-hover);
  border-color: var(--poster-primary-hover);
  transform: translateY(-1px);
}

html[data-theme="dark"] .footer-cta-button:hover {
  background: var(--mist-200);
  border-color: var(--mist-200);
}

.footer-cta-button .icon {
  height: 18px;
  width: 18px;
}

.footer-bottom {
  background: var(--mist-950);
  border-top: 1px solid var(--line);
  color: var(--mist-400);
  padding: 34px 16px 32px;
  position: relative;
  z-index: 0;
}

.footer-meta {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 auto 12px;
  max-width: 1180px;
}

.footer-bottom p,
.footer-meta a {
  font-size: 13px;
  margin: 0;
}

.footer-meta a {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.archive-status {
  background: color-mix(in srgb, var(--primary) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary) 34%, transparent);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 auto;
  max-width: 1180px;
}

.source-list a {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  text-decoration: none;
}

.data-attribution {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 22px auto 0;
  max-width: 1180px;
}

.data-attribution a {
  display: inline-flex;
  flex: 0 0 auto;
}

.data-attribution img {
  display: block;
  height: 18px;
  width: auto;
}

.data-attribution p {
  color: inherit;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}

.data-attribution p a {
  border-bottom: 1px solid currentColor;
  color: inherit;
  display: inline;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: white;
}

.privacy-page {
  background: var(--body-bg);
}

.privacy-document {
  margin: 0 auto;
  max-width: 880px;
  padding: clamp(42px, 8vw, 86px) 18px clamp(70px, 10vw, 118px);
  width: 100%;
}

.privacy-back {
  margin: 0 auto;
  max-width: 720px;
}

.privacy-back-top {
  margin-bottom: clamp(38px, 7vw, 68px);
}

.privacy-back-bottom {
  margin-top: clamp(34px, 6vw, 58px);
}

.privacy-back-link {
  align-items: center;
  color: var(--soft);
  display: inline-flex;
  font-size: 14px;
  font-weight: 720;
  gap: 8px;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.privacy-back-link:hover {
  color: var(--ink);
  transform: translateX(-2px);
}

.privacy-back-link .icon {
  height: 20px;
  width: 20px;
}

.privacy-copy {
  margin: 0 auto;
  max-width: 720px;
}

.privacy-eyebrow {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.privacy-copy h1 {
  font-size: clamp(2.45rem, 7vw, 4.7rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
}

.privacy-lead {
  color: var(--soft);
  font-size: clamp(1.12rem, 2.5vw, 1.32rem);
  line-height: 1.72;
  margin: 26px 0 46px;
}

.privacy-copy h2 {
  font-size: clamp(1.18rem, 3vw, 1.42rem);
  letter-spacing: 0;
  line-height: 1.28;
  margin: 42px 0 12px;
}

.privacy-copy p,
.privacy-copy li {
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.82;
}

.privacy-copy p {
  margin: 0 0 18px;
}

.privacy-copy ul {
  list-style: square;
  margin: 0 0 22px;
  padding-left: 1.35rem;
}

.privacy-copy li {
  padding-left: 0.25rem;
}

.privacy-copy li::marker {
  color: var(--mist-400);
}

.privacy-copy a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.movie-page {
  background: var(--body-bg);
}

.theater-page {
  background: var(--body-bg);
}

.movie-detail {
  --movie-detail-x: 14px;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 var(--movie-detail-x) 36px;
}

.theater-detail {
  --movie-detail-x: 14px;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 var(--movie-detail-x) 36px;
}

.movie-detail-nav {
  align-items: center;
  backdrop-filter: blur(18px);
  background: var(--shell-bg);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  isolation: isolate;
  justify-content: space-between;
  margin: 0 calc(var(--movie-detail-x) * -1) 16px;
  padding: 10px var(--movie-detail-x);
  position: sticky;
  top: 0;
  z-index: 10;
}

.movie-detail-nav::before,
.movie-detail-nav::after {
  clip-path: inset(0 -100vmax);
  content: "";
  pointer-events: none;
  position: absolute;
}

.movie-detail-nav::before {
  background: var(--shell-bg);
  box-shadow: 0 0 0 100vmax var(--shell-bg);
  inset: 0;
  z-index: -1;
}

.movie-detail-nav::after {
  background: var(--line);
  box-shadow: 0 0 0 100vmax var(--line);
  height: 1px;
  inset: auto 0 -1px;
}

.back-link {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  color: var(--muted);
  display: inline-flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  min-width: 0;
  min-height: 42px;
  padding: 9px 13px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.back-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back-link .icon {
  height: 18px;
  width: 18px;
}

.back-link:hover {
  background: var(--panel-solid);
  border-color: var(--line-strong);
  color: var(--ink);
  transform: translateY(-1px);
}

.movie-nav-actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.movie-theme-toggle {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.movie-theaters-link {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  width: 42px;
}

.nav-home-link {
  display: inline-flex;
}

.movie-filter-toggle {
  box-shadow: var(--shadow-sm);
}

.movie-detail-hero {
  display: grid;
  gap: 18px;
}

.movie-detail-poster .poster-favourite-button {
  z-index: 2;
}

.movie-detail-poster .poster-actions {
  z-index: 2;
}

.movie-detail-main {
  min-width: 0;
}

.movie-detail-main h1 {
  font-size: clamp(2rem, 8vw, 4.6rem);
  line-height: 0.96;
  max-width: 12ch;
}

.movie-detail-description {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.58;
  margin-top: 18px;
  max-width: 72ch;
}

.movie-detail-description p {
  margin: 0;
}

.movie-detail-people {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.movie-detail-people div {
  display: grid;
  gap: 4px;
}

.movie-detail-people dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.movie-detail-people dd {
  color: var(--ink);
  line-height: 1.45;
  margin: 0;
}

.movie-detail-showtimes {
  margin-top: 28px;
}

.movie-detail-showtimes h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
  margin-bottom: 14px;
}

.movie-detail-date {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.movie-detail-date h3 {
  font-size: 1rem;
  margin: 0 0 10px;
}

.movie-detail-date .theater-line {
  margin-top: 16px;
}

.movie-detail-date .theater-line + .theater-line {
  margin-top: 22px;
}

.movie-theater-list {
  display: grid;
  gap: 16px;
  padding-bottom: 16px;
}

.movie-theater-list .theater-line,
.movie-theater-list .theater-line + .theater-line {
  margin-top: 0;
}

.movie-detail-empty {
  color: var(--muted);
  margin: 0;
}

.movie-archive-section {
  margin-top: 28px;
}

.movie-archive-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  margin-top: 18px;
}

.movie-archive-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 112px;
  padding: 10px;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.movie-archive-card:hover {
  border-color: color-mix(in srgb, var(--primary) 45%, var(--line));
  transform: translateY(-1px);
}

.movie-archive-poster {
  aspect-ratio: 2 / 3;
  background: var(--mist-100);
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.movie-archive-poster img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.movie-archive-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.movie-archive-copy strong {
  font-size: 1rem;
  line-height: 1.2;
}

.movie-archive-copy small {
  color: var(--muted);
  line-height: 1.25;
}

.movie-detail .poster-share-button:disabled {
  cursor: default;
  opacity: 0.86;
}

.theater-hero {
  border-bottom: 1px solid var(--line);
  margin-top: 16px;
  padding: clamp(24px, 5vw, 54px) 0 clamp(22px, 4vw, 38px);
}

.theater-hero h1 {
  font-size: clamp(2.55rem, 8vw, 5rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 13ch;
}

.theater-hero p {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.58;
  margin: 16px 0 0;
  max-width: 66ch;
}

.theater-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.theater-facts span,
.theater-fact-link {
  align-items: center;
  background: var(--soft-bg);
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  color: var(--soft);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  min-height: 36px;
  padding: 7px 12px;
  text-decoration: none;
}

.theater-fact-link:hover {
  background: var(--panel-solid);
  border-color: var(--line-strong);
  color: var(--ink);
}

.theater-facts .icon,
.theater-fact-link .icon {
  height: 16px;
  width: 16px;
}

.theater-route-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  margin-top: 18px;
}

.theater-route-list-compact {
  margin-top: 0;
}

.theater-route-card {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 14px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.theater-route-card:hover {
  background: var(--panel-solid);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.theater-route-icon {
  align-items: center;
  background: var(--subgroup-bg);
  border: 1px solid var(--subgroup-border);
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}

.theater-route-logo {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.theater-route-card strong,
.theater-route-card small {
  display: block;
  min-width: 0;
}

.theater-route-card strong {
  font-size: 1rem;
}

.theater-route-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px;
}

.theater-detail-section {
  margin-top: 28px;
  padding-top: 24px;
}

.theater-section-head {
  margin-bottom: 16px;
  max-width: 680px;
}

.theater-section-head h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.theater-section-head p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 8px 0 0;
}

.theater-showtime-date {
  border-top: 1px solid var(--line);
  overflow-x: clip;
  padding: 0;
}

.theater-showtime-date:first-of-type {
  border-top: 1px solid var(--line);
}

.theater-showtime-date h3 {
  font-size: 1rem;
  margin: 0;
}

.theater-showtime-date summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
  overflow: clip;
  padding: 15px 0;
}

.theater-showtime-date summary::-webkit-details-marker {
  display: none;
}

.theater-showtime-date summary::after {
  background:
    linear-gradient(currentColor 0 0) center / 10px 1.5px no-repeat,
    linear-gradient(currentColor 0 0) center / 1.5px 10px no-repeat;
  color: var(--muted);
  content: "";
  height: 8px;
  transition: opacity 160ms ease;
  width: 8px;
}

.theater-showtime-date[open] summary::after {
  background: linear-gradient(currentColor 0 0) center / 10px 1.5px no-repeat;
}

.theater-showtime-date summary span {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  margin-left: auto;
}

.theater-movie-list {
  display: grid;
  gap: 10px;
  padding-bottom: 16px;
}

.theater-movie-showtimes {
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 12px;
  padding: 12px;
}

.theater-movie-heading {
  min-width: 0;
}

.theater-movie-heading h4 {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

.theater-movie-heading a {
  color: inherit;
  text-decoration: none;
}

.theater-movie-heading a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.theater-movie-heading p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 4px 0 0;
}

.theater-showtime-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.theater-time-chip {
  min-width: 0;
  white-space: normal;
}

.theater-info-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.theater-info-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}

.theater-info-item h3 {
  align-items: center;
  display: flex;
  font-size: 0.95rem;
  gap: 7px;
  line-height: 1.2;
  margin: 0;
}

.theater-info-item .mini-icon {
  color: var(--soft);
  flex: 0 0 auto;
  height: 17px;
  transform: translateY(-0.5px);
  width: 17px;
}

.theater-info-item p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 8px 0 0;
}

.theater-auditorium-table {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.theater-auditorium-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(100px, 1.05fr) minmax(84px, 0.68fr) minmax(145px, 1fr) minmax(150px, 1.15fr);
  padding: 11px 14px;
}

.theater-auditorium-row:first-child {
  border-top: 0;
}

.theater-auditorium-row-head {
  background: var(--soft-bg);
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.theater-auditorium-row:not(.theater-auditorium-row-head) {
  color: var(--muted);
  font-size: 0.9rem;
}

.theater-auditorium-name strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.theater-source-links {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.theater-source-links a {
  font-weight: 700;
  text-underline-offset: 3px;
}

.related-movies {
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding-top: 24px;
}

.related-movies-head {
  margin-bottom: 14px;
}

.related-movies h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.related-movie-list {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-movie-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  display: grid;
  gap: 9px;
  grid-template-rows: auto min-content;
  min-width: 0;
  padding: 8px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.related-movie-card:hover {
  background: var(--panel-solid);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.related-movie-card:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.related-movie-poster {
  aspect-ratio: 2 / 3;
  background: var(--poster-fallback-bg);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.26);
  display: block;
  overflow: hidden;
  position: relative;
}

.related-movie-poster img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.related-movie-title {
  color: var(--ink);
  display: -webkit-box;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.18;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.not-found-page {
  background: var(--body-bg);
}

.not-found {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 100svh;
  padding: 14px;
}

.not-found-hero {
  align-items: center;
  display: grid;
  gap: 16px;
  min-height: calc(100svh - 28px);
}

.not-found-art {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: block;
  overflow: hidden;
  width: 100%;
}

.not-found-art img {
  display: block;
  height: auto;
  width: 100%;
}

.not-found-copy {
  max-width: 620px;
}

.not-found-copy h1 {
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 0.9;
  max-width: 10ch;
}

.not-found-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 3.8vw, 1.22rem);
  line-height: 1.5;
  margin: 16px 0 0;
  max-width: 42ch;
}

.not-found-link {
  margin-top: 22px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 680px) {
  .footer {
  }

  .footer-scene {
    gap: 12px;
    grid-template-columns: minmax(0, 1.48fr) minmax(124px, 0.92fr);
    min-height: 170px;
    padding: 24px 12px 0;
  }

  .footer-scene img {
    max-width: none;
    transform: translate(24px, 4px) scale(1.35);
    width: min(48vw, 220px);
  }

  .footer-cta {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    max-width: none;
    text-align: center;
    transform: translateX(14px);
  }

  .footer-cta-heading {
    max-width: 12em;
  }

  .footer-cta-button {
    font-size: 12px;
    gap: 6px;
    min-height: 34px;
    padding: 6px 11px;
  }

  .footer-cta-button .icon {
    height: 15px;
    width: 15px;
  }

  .footer-bottom {
    padding: 26px 12px 28px;
  }

  .data-attribution {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
  }

  .filter-bar {
    border-radius: 26px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    margin-inline: 12px;
    min-height: 0;
    padding: 4px;
  }

  .filter-shell {
    padding: 8px 0;
  }

  .movie-detail-nav {
    gap: 8px;
  }

  .movie-nav-actions {
    gap: 6px;
  }

  .nav-home-link {
    padding-inline: 11px;
  }

  .theater-auditorium-row {
    align-items: start;
    gap: 7px;
    grid-template-columns: 1fr;
    padding: 12px 14px;
  }

  .theater-auditorium-row-head {
    display: none;
  }

  .theater-auditorium-row span {
    display: grid;
    gap: 2px;
  }

  .theater-auditorium-row span::before {
    color: var(--soft);
    content: attr(data-label);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .theater-auditorium-name::before {
    display: none;
  }

  .filter-bar > .theme-toggle {
    grid-column: 1;
    grid-row: 2;
  }

  .filter-bar > .theaters-link {
    grid-column: 1;
    grid-row: 1;
  }

  .filter-view-tabs {
    flex-basis: auto;
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .filter-date-slot {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .search-toggle {
    grid-column: 4;
    grid-row: 2;
  }

  .filter-toggle {
    grid-column: 4;
    grid-row: 1;
  }

  .search-close {
    display: none;
  }

  .filter-date-strip .date-row {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .filter-date-strip .chip {
    min-width: 0;
  }

  .filter-date-strip .chip span {
    min-width: 0;
    width: 100%;
  }

  .filter-time .time-row {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .filter-time .chip {
    min-width: 0;
  }

  .filter-time .chip span {
    justify-content: center;
    min-width: 0;
    padding-inline: 8px;
    width: 100%;
  }

  .multi-dropdown {
    position: static;
  }

  .multi-menu {
    box-shadow: none;
    max-height: min(34vh, 280px);
    overscroll-behavior: contain;
    position: static;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  @supports (height: 100dvh) {
    .multi-menu {
      max-height: min(34dvh, 280px);
    }
  }

  .scroll-row {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .content {
    padding: 14px 12px 4px;
  }

  .home-intro,
  .home-seo {
    padding-inline: 12px;
  }

  .home-intro {
    padding-top: 20px;
  }

  .home-seo {
    margin-top: 22px;
    padding-top: 22px;
  }

  .result-bar {
    align-items: start;
    display: grid;
  }

  .movie-list,
  .timeline {
    gap: 12px;
  }

  .movie-card {
    padding: 10px;
  }

  .show-card {
    padding: 10px;
  }

  .description {
    -webkit-line-clamp: 3;
  }

  [data-description-expanded] .description {
    display: block;
    overflow: visible;
  }

  .description-toggle {
    display: inline-flex;
  }

  .showtime-preview-chip.time-chip {
    min-height: 44px;
    padding: 9px 14px;
  }

  .actions {
    gap: 7px;
  }

  .actions > * {
    flex: 1 1 auto;
    justify-content: center;
  }

  .hidden-tray-body {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hidden-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .unhide-button {
    justify-content: start;
    width: 100%;
  }

  .clear-hidden {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .nav-home-link span {
    display: none;
  }

  .movie-card h2,
  h2 {
    font-size: 1.08rem;
  }

  .meta-grid > span,
  .show-details span,
  .time-chip {
    font-size: 11px;
  }
}

@media (min-width: 681px) {
  .filter-view-tabs {
    max-width: 360px;
  }

  .content {
    padding-top: 24px;
  }

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

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

  .movie-card {
    align-content: start;
    padding: 14px;
  }

  .show-card {
    padding: 14px;
  }

  .movie-detail {
    --movie-detail-x: 24px;
    padding-bottom: 56px;
  }

  .theater-detail {
    --movie-detail-x: 24px;
    padding-bottom: 56px;
  }

  .movie-detail-hero {
    align-items: start;
    grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  }

  .movie-detail-poster {
    max-width: 360px;
  }

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

  .nav-home-link {
    display: inline-flex;
  }

  .theater-movie-showtimes {
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  }

  .related-movie-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .not-found {
    padding: 24px;
  }
}

@media (min-width: 901px) {
  .not-found-hero {
    gap: 24px;
    grid-template-columns: minmax(340px, 0.74fr) minmax(0, 1.26fr);
  }

  .not-found-art {
    border-radius: 26px;
  }

  .not-found-copy {
    order: -1;
  }
}

@media (min-width: 1040px) {
  .filter-bar > .theaters-link {
    padding-inline: 13px 14px;
    width: auto;
  }

  .filter-bar > .theaters-link .button-label {
    display: inline;
  }
}

@media (max-width: 900px) {
  .not-found {
    padding: 14px 14px 28px;
  }

  .not-found-hero {
    align-content: start;
    min-height: 0;
  }

  .not-found-art {
    margin-top: 20px;
  }

  .not-found-copy {
    order: -1;
  }
}

@media (min-width: 681px) and (max-width: 900px),
  (min-width: 681px) and (max-width: 1039px) and (orientation: landscape) and (max-height: 520px) {
  .filter-shell {
    padding: 8px 0;
  }

  .filter-bar {
    border-radius: 26px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    margin-inline: 12px;
    min-height: 0;
    padding: 4px;
  }

  .filter-bar > .theme-toggle {
    grid-column: 1;
    grid-row: 1;
  }

  .filter-bar > .theaters-link {
    grid-column: 2;
    grid-row: 1;
  }

  .filter-view-tabs {
    flex-basis: auto;
    grid-column: 3 / 5;
    grid-row: 1;
    max-width: none;
  }

  .filter-date-slot {
    grid-column: 1 / 5;
    grid-row: 2;
  }

  .search-toggle {
    grid-column: 5;
    grid-row: 2;
  }

  .filter-toggle {
    grid-column: 5;
    grid-row: 1;
  }

  .filter-date-strip .date-row {
    gap: 5px;
    overflow: hidden;
  }

  .filter-date-strip .chip,
  .filter-date-strip .chip span {
    min-width: 0;
  }
}

@media (min-width: 681px) and (max-width: 1039px) and (orientation: landscape) and (max-height: 520px) {
  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .movie-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .movie-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
