/* Inter: SIL Open Font License; see fonts/inter-OFL.txt. */
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url("/assets/fonts/inter-latin-variable-v20.woff2") format("woff2");}
/* Source: assets/ev-base.css */
/* EscapeVenture global base styles. Generated by scripts/apply_static_global_css.py. */


/* Shell */
:root {
  --ev-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ev-font-serif: Georgia, "Times New Roman", serif;
  --ev-font-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ev-font-display: var(--ev-font-sans);
  --ev-space-1: 4px;
  --ev-space-0-5: 2px;
  --ev-space-1-5: 6px;
  --ev-space-2: 8px;
  --ev-space-3: 10px;
  --ev-space-3-5: 11px;
  --ev-space-4: 12px;
  --ev-space-5: 14px;
  --ev-space-5-5: 15px;
  --ev-space-6: 16px;
  --ev-space-7: 18px;
  --ev-space-7-5: 19px;
  --ev-space-8: 20px;
  --ev-space-8-5: 21px;
  --ev-space-9: 22px;
  --ev-space-10: 24px;
  --ev-space-10-5: 26px;
  --ev-space-11: 28px;
  --ev-space-12: 32px;
  --ev-space-12-5: 34px;
  --ev-space-13: 36px;
  --ev-space-14: 42px;
  --ev-space-15: 44px;
  --ev-space-16: 48px;
  --ev-space-17: 54px;
  --ev-space-18: 56px;
  --ev-space-18-5: 58px;
  --ev-space-19: 64px;
  --ev-space-20: 72px;
  --ev-space-21: 88px;
  --ev-section-pad-y: clamp(var(--ev-space-14), 6vw, var(--ev-space-20));
  --ev-section-pad-y-lg: clamp(var(--ev-space-18), 7vw, 96px);
  --ev-section-pad-x: clamp(var(--ev-space-6), 4vw, var(--ev-space-11));
  --ev-wrap-pad-x: var(--ev-space-6);
  --ev-card-pad: var(--ev-space-9);
  --ev-grid-gap: var(--ev-space-7);
  --ev-hero-pad: clamp(var(--ev-space-12), 5vw, 62px);
  --ev-text-xs: 12px;
  --ev-text-2xs: 11px;
  --ev-text-13: 13px;
  --ev-text-sm: 14px;
  --ev-text-15: 15px;
  --ev-text-base: 16px;
  --ev-text-md: 17px;
  --ev-text-lg: 18px;
  --ev-text-19: 19px;
  --ev-text-xl: 20px;
  --ev-text-2xl: 22px;
  --ev-text-21: 21px;
  --ev-text-3xl: 26px;
  --ev-heading-hero: clamp(38px, 5vw, 68px);
  --ev-heading-hero-lg: clamp(42px, 5.2vw, 72px);
  --ev-heading-section: clamp(32px, 4vw, 52px);
  --ev-heading-section-lg: clamp(38px, 5vw, 68px);
  --ev-heading-card: 25px;
  --ev-heading-shell-panel: clamp(27px, 2.5vw, 34px);
  --ev-heading-shell-card: clamp(22px, 2.3vw, 31px);
  --ev-heading-cwv: clamp(28px, 4vw, 44px);
  --ev-leading-tight: 1.04;
  --ev-leading-copy: 1.55;
  --ev-shell-green: #2f7600;
  --ev-shell-green-2: #245f00;
  --ev-shell-ink: #07100b;
  --ev-shell-panel: #0d130f;
  --ev-shell-muted: #b8c2b3;
  --ev-shell-line: rgba(255, 255, 255, 0.14);
}

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

body {
  overflow-x: hidden;
}

.ev-u-hidden-frame {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

.ev-u-svg-defs {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.ev-u-text-green {
  color: #347f00 !important;
}

.ev-u-text-md {
  font-size: var(--ev-text-md) !important;
}

.ev-u-link-underline {
  color: inherit;
  text-decoration: underline;
}

.ev-legacy-meta {
  margin-bottom: 0;
  font-size: 0.875em;
}

/* EV design-system primitives. Keep these selectors stronger than page-local
   wrappers such as ".ev-kids-page a { color: inherit; }". */
.ev-page {
  --ev-ds-green: #2f7600;
  --ev-ds-green-hover: #245f00;
  --ev-ds-ink: #171717;
  --ev-ds-paper: #fffdf8;
  --ev-ds-line: rgba(23, 23, 23, 0.14);
  --ev-ds-radius: 8px;
  --ev-ds-radius-lg: 14px;
  --ev-ds-shadow: 0 18px 50px rgba(18, 23, 20, 0.12);
  font-family: var(--ev-font-sans);
}

.ev-page .ev-font-sans {
  font-family: var(--ev-font-sans) !important;
}

.ev-page .ev-font-serif {
  font-family: var(--ev-font-serif) !important;
}

.ev-page .ev-font-display {
  font-family: var(--ev-font-display) !important;
}

.ev-page a.ev-btn,
.ev-page button.ev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: var(--ev-space-4) var(--ev-space-7);
  border: 1px solid var(--ev-ds-ink);
  border-radius: var(--ev-ds-radius);
  color: var(--ev-ds-ink) !important;
  background: transparent;
  font-family: var(--ev-font-sans);
  font-size: var(--ev-text-sm);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-shadow: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ev-page a.ev-btn:hover,
.ev-page a.ev-btn:focus-visible,
.ev-page button.ev-btn:hover,
.ev-page button.ev-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.ev-page a.ev-btn--primary,
.ev-page button.ev-btn--primary {
  border-color: var(--ev-ds-green) !important;
  background: var(--ev-ds-green) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.ev-page a.ev-btn--primary:hover,
.ev-page a.ev-btn--primary:focus-visible,
.ev-page button.ev-btn--primary:hover,
.ev-page button.ev-btn--primary:focus-visible {
  border-color: var(--ev-ds-green-hover) !important;
  background: var(--ev-ds-green-hover) !important;
  color: #fff !important;
}

.ev-page a.ev-btn--secondary,
.ev-page button.ev-btn--secondary {
  border-color: rgba(23, 23, 23, 0.78) !important;
  background: transparent !important;
  color: var(--ev-ds-ink) !important;
  box-shadow: none;
}

.ev-page a.ev-btn--secondary:hover,
.ev-page a.ev-btn--secondary:focus-visible,
.ev-page button.ev-btn--secondary:hover,
.ev-page button.ev-btn--secondary:focus-visible {
  border-color: var(--ev-ds-ink) !important;
  background: var(--ev-ds-ink) !important;
  color: #fff !important;
}

.ev-page .ev-shell-footer a.ev-btn--secondary,
.ev-page .ev-prototype-close a.ev-btn--secondary,
.ev-page .ev-shell-footer button.ev-btn--secondary,
.ev-page .evk-hero a.ev-btn--secondary,
.ev-page .evk-hero button.ev-btn--secondary,
.ev-page .evf-hero a.ev-btn--secondary,
.ev-page .evf-hero button.ev-btn--secondary,
.ev-page .ev-business__planning-copy a.ev-btn--secondary,
.ev-page [class*="__hero"] a.ev-btn--secondary,
.ev-page [class*="__hero"] button.ev-btn--secondary {
  border-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.ev-page .ev-shell-footer a.ev-btn--secondary:hover,
.ev-page .ev-shell-footer a.ev-btn--secondary:focus-visible,
.ev-page .ev-prototype-close a.ev-btn--secondary:hover,
.ev-page .ev-prototype-close a.ev-btn--secondary:focus-visible,
.ev-page .evk-hero a.ev-btn--secondary:hover,
.ev-page .evk-hero a.ev-btn--secondary:focus-visible,
.ev-page .evf-hero a.ev-btn--secondary:hover,
.ev-page .evf-hero a.ev-btn--secondary:focus-visible,
.ev-page .ev-business__planning-copy a.ev-btn--secondary:hover,
.ev-page .ev-business__planning-copy a.ev-btn--secondary:focus-visible,
.ev-page [class*="__hero"] a.ev-btn--secondary:hover,
.ev-page [class*="__hero"] a.ev-btn--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.ev-page .ev-card {
  overflow: hidden;
  border: 1px solid var(--ev-ds-line);
  border-radius: var(--ev-ds-radius-lg);
  background: var(--ev-ds-paper);
  box-shadow: var(--ev-ds-shadow);
}

.ev-page .ev-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 18px 54px rgba(23, 23, 23, 0.09);
  backdrop-filter: blur(10px);
}

.ev-page .ev-proof-strip__item {
  position: relative;
  min-height: 104px;
  padding: 22px 26px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(248, 244, 236, 0.84));
}

.ev-page .ev-proof-strip__item:not(:first-child) {
  border-left: 1px solid rgba(23, 23, 23, 0.1);
}

.ev-page .ev-proof-strip__value {
  display: block;
  color: var(--ev-ds-ink);
  font-family: var(--ev-font-sans);
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.ev-page .ev-proof-strip__label {
  display: block;
  max-width: 24ch;
  margin-top: 9px;
  color: #5f5b55;
  font-size: var(--ev-text-13);
  font-weight: 600;
  line-height: 1.38;
}

@media (max-width: 980px) {
  .ev-page .ev-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-page .ev-proof-strip__item:nth-child(odd) {
    border-left: 0;
  }

  .ev-page .ev-proof-strip__item:nth-child(n+3) {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
  }
}

@media (max-width: 560px) {
  .ev-page .ev-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
  }

  .ev-page .ev-proof-strip__item {
    min-height: auto;
    padding: 14px 12px;
  }

  .ev-page .ev-proof-strip__item:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
  }

  .ev-page .ev-proof-strip__item:nth-child(even) {
    border-left: 1px solid rgba(23, 23, 23, 0.1);
  }

  .ev-page .ev-proof-strip__value {
    font-size: clamp(24px, 8vw, 30px);
  }

  .ev-page .ev-proof-strip__label {
    margin-top: 6px;
    font-size: 12.5px;
    line-height: 1.25;
  }
}

/* Shared city directions block */
.ev-page .ev-location-directions__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.ev-page .ev-location-directions__card {
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
}

.ev-page .ev-location-directions__card--dark {
  background: #07100c;
  color: #fff;
}

.ev-page .ev-location-directions__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #101411;
}

.ev-page .ev-location-directions__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ev-page .ev-location-directions__body {
  padding: 20px;
}

.ev-page .ev-location-directions__body h3 {
  margin: 0;
  color: inherit;
  font-family: var(--ev-font-sans);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.ev-page .ev-location-directions__body p {
  margin: 10px 0 0;
  color: #5d5851;
  font-family: var(--ev-font-sans);
  font-size: 15px;
  line-height: 1.58;
}

.ev-page .ev-location-directions__card--dark .ev-location-directions__body p {
  color: rgba(255, 255, 255, 0.74);
}

.ev-page .ev-location-directions__list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.ev-page .ev-location-directions__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 14px;
  background: rgba(80, 166, 5, 0.08);
}

.ev-page .ev-location-directions__icon {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(80, 166, 5, 0.16);
  color: #2f651c;
  font-family: var(--ev-font-sans);
  font-size: 16px;
  font-weight: 950;
  place-items: center;
}

.ev-page .ev-location-directions__item strong {
  display: block;
  color: #151515;
  font-family: var(--ev-font-sans);
  font-size: 15px;
  line-height: 1.25;
}

.ev-page .ev-location-directions__item span {
  display: block;
  margin-top: 4px;
  color: #5d5851;
  font-family: var(--ev-font-sans);
  font-size: 14px;
  line-height: 1.5;
}

.ev-page .ev-location-directions__item a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(80, 166, 5, 0.36);
  text-underline-offset: 3px;
}

.ev-page .ev-location-directions__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ev-page .ev-location-directions__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(80, 166, 5, 0.10);
  color: #20301f;
  font-family: var(--ev-font-sans);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .ev-page .ev-location-directions__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ev-page .ev-location-directions__card {
    border-radius: 12px;
  }

  .ev-page .ev-location-directions__body {
    padding: 16px;
  }

  .ev-page .ev-location-directions__media {
    aspect-ratio: 4 / 3;
  }
}

/* Static export layout primitives. Old Joomla/Gantry g-* classes are migrated
   out of HTML; keep this block scoped to EV-owned classes only. */
.ev-page .ev-static-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--ev-grid-gap);
  width: min(1120px, calc(100% - (var(--ev-wrap-pad-x) * 2)));
  margin-inline: auto;
}

.ev-page .ev-static-block {
  flex: 1 1 min(260px, 100%);
  min-width: 0;
}

.ev-page .ev-static-grid > .ev-static-block:only-child {
  flex-basis: 100%;
}

.ev-page .ev-static-content,
.ev-page .ev-static-particle {
  min-width: 0;
  max-width: 100%;
}

.ev-page .ev-static-block.center,
.ev-page .center {
  text-align: center;
}

.ev-page .ev-static-block.avatar img,
.ev-page .avatar img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 999px;
}

.ev-page .section-horizontal-paddings {
  padding-inline: var(--ev-section-pad-x);
}

.ev-page .section-vertical-paddings {
  padding-block: var(--ev-section-pad-y);
}

.ev-page .ev-static-content :where(p, li) {
  line-height: var(--ev-leading-copy);
}

.ev-page .ev-static-content :where(h2, h3) {
  line-height: var(--ev-leading-tight);
}

.ev-page .ev-online-redesign__games {
  gap: clamp(var(--ev-space-7), 2.4vw, var(--ev-space-10-5));
  align-items: stretch;
}

.ev-page .ev-online-redesign__game {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-color: rgba(18, 23, 20, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.98)),
    #fffdf8;
  box-shadow: 0 22px 58px rgba(18, 23, 20, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ev-page .ev-online-redesign__game:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 118, 0, 0.26);
  box-shadow: 0 30px 72px rgba(18, 23, 20, 0.20);
}

.ev-page .ev-online-redesign__game-media {
  aspect-ratio: 16 / 10;
}

.ev-page .ev-online-redesign__game-media video,
.ev-page .ev-online-redesign__game-media img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.01);
}

.ev-page .ev-online-redesign__game-media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    radial-gradient(520px 220px at 18% 12%, rgba(255, 255, 255, 0.12), transparent 62%);
}

.ev-page .ev-online-redesign__game-type {
  bottom: 16px;
  left: 18px;
  padding: var(--ev-space-2) var(--ev-space-4);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 16, 11, 0.88);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.ev-page .ev-online-redesign__game-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(var(--ev-space-8), 2.2vw, var(--ev-space-10-5));
}

.ev-page .ev-online-redesign__game-body h3 {
  font-size: var(--ev-heading-shell-panel);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.ev-page .ev-online-redesign__game-meta {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: var(--ev-space-1-5) var(--ev-space-3);
  border-radius: 999px;
  background: rgba(47, 118, 0, 0.10);
  color: #2f651c;
  font-size: var(--ev-text-xs);
  line-height: 1;
}

.ev-page .ev-online-redesign__game-copy {
  margin-top: 14px;
  color: #565149;
  font-size: var(--ev-text-base);
  line-height: 1.56;
}

.ev-page .ev-online-redesign__price {
  margin-top: auto;
  padding-top: 20px;
  color: #171717;
  font-size: var(--ev-text-lg);
}

.ev-page .ev-online-redesign__note {
  margin-top: 4px;
  color: #6a655e;
}

.ev-page .ev-online-redesign__card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  align-items: stretch;
  gap: var(--ev-space-3);
  margin-top: 22px;
}

@media (max-width: 420px) {
  .ev-page .ev-online-redesign__card-actions {
    grid-template-columns: 1fr;
  }
}

.ev-shell-main {
  display: block;
}

.ev-shell-header,
.ev-shell-footer {
  box-sizing: border-box;
  font-family: var(--ev-font-sans);
  letter-spacing: 0;
}

.ev-shell-header *,
.ev-shell-footer * {
  box-sizing: border-box;
}

.ev-shell-header a,
.ev-shell-footer a {
  color: inherit;
  text-decoration: none;
}

.ev-shell-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  background:
    linear-gradient(180deg, rgba(9, 14, 11, 0.98), rgba(9, 14, 11, 0.92)),
    var(--ev-shell-panel);
  color: #f7fbf4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.ev-shell-header__inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--ev-space-7);
}

.ev-shell-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--ev-space-4);
  color: #fff;
}

.ev-shell-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.ev-shell-brand__text {
  display: grid;
  gap: var(--ev-space-0-5);
  min-width: 0;
}

.ev-shell-brand__name {
  font-size: var(--ev-heading-shell-card);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.ev-shell-brand__tag {
  color: var(--ev-shell-muted);
  font-size: var(--ev-text-2xs);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-shell-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ev-space-2);
}

.ev-shell-nav__link,
.ev-shell-lang__link,
.ev-shell-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #dce5d8;
  font-size: var(--ev-text-sm);
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ev-shell-nav__link {
  padding: var(--ev-space-3) var(--ev-space-3-5);
}

.ev-shell-nav__link:hover,
.ev-shell-nav__link:focus-visible,
.ev-shell-lang__link:hover,
.ev-shell-lang__link:focus-visible,
.ev-shell-menu:hover,
.ev-shell-menu:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--ev-shell-line);
  outline: none;
}

.ev-shell-nav__link[aria-current="page"] {
  color: #fff;
  background: rgba(80, 166, 5, 0.18);
  border-color: rgba(80, 166, 5, 0.54);
}

.ev-shell-nav__link--cta {
  padding-inline: 16px;
  color: #fff;
  background: var(--ev-shell-green);
  border-color: var(--ev-shell-green);
  box-shadow: none;
}

.ev-shell-nav__link--cta:hover,
.ev-shell-nav__link--cta:focus-visible {
  background: var(--ev-shell-green-2);
  border-color: var(--ev-shell-green-2);
}

.ev-shell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ev-space-2);
}

.ev-shell-lang {
  display: flex;
  align-items: center;
  gap: var(--ev-space-0-5);
  padding: var(--ev-space-1);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.ev-shell-lang__link {
  min-width: 38px;
  min-height: 34px;
  padding: var(--ev-space-2) 9px;
  font-size: var(--ev-text-xs);
}

.ev-shell-lang__link[aria-current="page"] {
  color: #fff;
  background: rgba(80, 166, 5, 0.28);
  border-color: rgba(80, 166, 5, 0.42);
}

.ev-shell-menu {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.ev-shell-menu__bars {
  position: relative;
  width: 18px;
  height: 13px;
}

.ev-shell-menu__bars::before,
.ev-shell-menu__bars::after,
.ev-shell-menu__bars span {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.ev-shell-menu__bars::before {
  top: 0;
}

.ev-shell-menu__bars span {
  top: 5.5px;
}

.ev-shell-menu__bars::after {
  bottom: 0;
}

.ev-shell-drawer {
  display: none;
}

.ev-shell-footer {
  background:
    radial-gradient(760px 300px at 12% 0%, rgba(80, 166, 5, 0.20), transparent 62%),
    linear-gradient(180deg, #0c120e 0%, #060806 100%);
  color: #f7fbf4;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-shell-footer__inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(var(--ev-space-12-5), 5vw, var(--ev-space-18-5)) 0 var(--ev-space-11);
}

.ev-shell-footer__top {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.8fr);
  gap: clamp(var(--ev-space-10-5), 4vw, 52px);
  align-items: start;
}

.ev-shell-footer__brand {
  display: grid;
  gap: var(--ev-space-5);
}

.ev-shell-footer__brand strong {
  display: block;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 650;
  line-height: 1.1;
}

.ev-shell-footer__brand p {
  max-width: 320px;
  margin: 0;
  color: var(--ev-shell-muted);
  font-size: var(--ev-text-15);
  font-weight: 400;
  line-height: 1.55;
}

.ev-shell-footer__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ev-space-3);
}

.ev-page .ev-shell-footer a.ev-btn {
  font-weight: 600;
}

.ev-shell-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ev-space-9);
}

.ev-shell-footer__col h2 {
  margin: 0 0 var(--ev-space-4);
  color: #a9e88a;
  font-size: var(--ev-text-xs);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-shell-footer__col ul,
.ev-shell-footer__legal,
.ev-shell-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-shell-footer__col ul {
  display: grid;
  gap: var(--ev-space-2);
}

.ev-shell-footer__col a {
  color: #c7d0c2;
  font-size: var(--ev-text-sm);
  font-weight: 400;
  line-height: 1.35;
}

.ev-shell-footer__col a:hover,
.ev-shell-footer__col a:focus-visible,
.ev-shell-footer__legal a:hover,
.ev-shell-footer__legal a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--ev-shell-green);
  text-underline-offset: 4px;
  outline: none;
}

.ev-shell-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--ev-space-6);
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-shell-footer__legal,
.ev-shell-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ev-space-3-5) var(--ev-space-5);
}

.ev-shell-footer__legal a,
.ev-shell-footer__copy {
  color: #aeb9aa;
  font-size: var(--ev-text-13);
  font-weight: 400;
}

.ev-shell-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: var(--ev-space-2) var(--ev-space-3);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #f7fbf4;
  background: rgba(255, 255, 255, 0.06);
  font-size: var(--ev-text-xs);
  font-weight: 500;
}

@media (max-width: 1120px) {
  .ev-shell-header__inner {
    grid-template-columns: minmax(220px, auto) auto;
  }

  .ev-shell-nav {
    display: none;
  }

  .ev-shell-menu {
    display: inline-flex;
  }

  .ev-shell-drawer {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: grid-template-rows 180ms ease, border-color 180ms ease;
  }

  .ev-shell-header.is-open .ev-shell-drawer {
    grid-template-rows: 1fr;
    border-color: rgba(255, 255, 255, 0.10);
  }

  .ev-shell-drawer__inner {
    min-height: 0;
    overflow: hidden;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ev-space-2);
  }

  .ev-shell-header.is-open .ev-shell-drawer__inner {
    padding: var(--ev-space-4) 0 var(--ev-space-6);
  }

  .ev-shell-drawer .ev-shell-nav__link {
    justify-content: flex-start;
    min-height: 44px;
    padding: var(--ev-space-4);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 840px) {
  .ev-shell-header__inner {
    width: min(100% - 24px, 1240px);
    min-height: 68px;
    gap: var(--ev-space-3);
  }

  .ev-shell-brand__mark {
    width: 36px;
    height: 36px;
  }

  .ev-shell-brand__name {
    font-size: var(--ev-text-21);
  }

  .ev-shell-brand__tag {
    display: none;
  }

  .ev-shell-lang {
    display: none;
  }

  .ev-shell-drawer__inner {
    width: min(100% - 24px, 1240px);
    grid-template-columns: 1fr 1fr;
  }

  .ev-shell-footer__top,
  .ev-shell-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .ev-shell-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ev-shell-brand__name {
    font-size: var(--ev-text-19);
  }

  .ev-shell-drawer__inner,
  .ev-shell-footer__top,
  .ev-shell-footer__grid {
    grid-template-columns: 1fr;
  }

  .ev-shell-footer__inner {
    width: min(100% - 24px, 1240px);
  }

  .ev-shell-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* GSC/CWV */
[class*="elfsight-app-"],
[data-elfsight-app-lazy] {
  display: block;
  min-height: 420px;
  contain: layout paint;
}

iframe[src*="google.com/maps"] {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 10;
  border: 0;
}

[class*="__reviews"],
[class*="__review"] {
  contain: layout paint;
}

[class$="__hero-media"],
[class*="__hero-media "],
[class$="__game-media"],
[class*="__game-media "] {
  contain: layout paint;
}

[class$="__hero-media"] video,
[class*="__hero-media "] video,
[class$="__hero-media"] img,
[class*="__hero-media "] img,
[class$="__game-media"] video,
[class*="__game-media "] video,
[class$="__game-media"] img,
[class*="__game-media "] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 620px) {
  [class*="elfsight-app-"],
  [data-elfsight-app-lazy] {
    min-height: 360px;
  }

  iframe[src*="google.com/maps"] {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }
}

/* City shell styles extracted from city page inline CSS. */
html {
  scroll-behavior: smooth;
}

body.ev-page {
  margin: 0;
  background: #f4efe7;
  color: #171717;
  font-family: var(--ev-font-sans);
}

body.ev-page img,
body.ev-page video,
body.ev-page iframe {
  max-width: 100%;
}

body.ev-page a {
  color: inherit;
}

/* Shared static header extracted from city pages. */
.ev-header-home {
      --evh-bg: rgba(11, 15, 12, 0.94);
      --evh-panel: rgba(255, 255, 255, 0.06);
      --evh-text: #f7f7f2;
      --evh-muted: #c3cabf;
      --evh-line: rgba(255, 255, 255, 0.14);
      --evh-green: #50a605;
      --evh-green-hover: #67be3f;
      position: sticky;
      top: 0;
      z-index: 50;
      background: var(--evh-bg);
      color: var(--evh-text);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--evh-line);
    }

    .ev-header-home,
    .ev-header-home * {
      box-sizing: border-box;
    }

    .ev-header-home a {
      color: inherit;
      text-decoration: none;
    }

    .evh-wrap {
      width: min(1180px, calc(100% - 32px));
      min-height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 12px 0;
    }

    .evh-brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      min-width: 0;
      font-weight: 950;
      line-height: 1;
      letter-spacing: 0;
    }

    .evh-brand img {
      display: block;
      width: 40px;
      height: 40px;
      object-fit: contain;
      border-radius: 8px;
    }

    .evh-brand span {
      font-size: clamp(20px, 2.2vw, 28px);
      white-space: nowrap;
    }

    .evh-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      min-width: 0;
    }

    .evh-links,
    .evh-lang {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .evh-link,
    .evh-lang a,
    .evh-lang span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 14px;
      border: 1px solid transparent;
      border-radius: 12px;
      color: var(--evh-muted);
      font-size: 14px;
      font-weight: 850;
      line-height: 1;
      white-space: nowrap;
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
    }

    .evh-link:hover,
    .evh-link:focus-visible,
    .evh-lang a:hover,
    .evh-lang a:focus-visible {
      border-color: var(--evh-line);
      background: var(--evh-panel);
      color: #fff;
      transform: translateY(-1px);
      outline: none;
    }

    .evh-link[aria-current="page"] {
      border-color: rgba(80, 166, 5, 0.72);
      background: rgba(80, 166, 5, 0.22);
      color: #fff;
      box-shadow: inset 0 0 0 1px rgba(103, 190, 63, 0.16);
    }

    .evh-link--primary {
      border-color: var(--evh-green);
      background: var(--evh-green);
      color: #fff;
    }

    .evh-link--primary:hover,
    .evh-link--primary:focus-visible {
      border-color: var(--evh-green-hover);
      background: var(--evh-green-hover);
      color: #fff;
    }

    .evh-lang {
      padding-left: 10px;
      border-left: 1px solid var(--evh-line);
    }

    .evh-lang a,
    .evh-lang span {
      min-width: 42px;
      padding-inline: 10px;
      font-size: 13px;
      letter-spacing: 0.04em;
    }

    .evh-lang a[aria-current="page"],
    .evh-lang span[aria-current="page"] {
      border-color: rgba(80, 166, 5, 0.55);
      background: rgba(80, 166, 5, 0.16);
      color: #fff;
    }

    .evh-lang a[aria-current="page"] {
      pointer-events: none;
      cursor: default;
    }

    .evh-lang span {
      cursor: default;
    }

    @media (max-width: 820px) {
      .evh-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
      }

      .evh-nav {
        width: 100%;
        justify-content: space-between;
      }

      .evh-links {
        flex-wrap: wrap;
      }
    }

    @media (max-width: 560px) {
      .evh-wrap {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: min(100% - 24px, 1180px);
        min-height: 58px;
        gap: 12px;
      }

      .evh-brand img {
        width: 34px;
        height: 34px;
      }

      .evh-brand span {
        font-size: 20px;
      }

      .evh-nav {
        align-items: center;
        flex-direction: row;
        gap: 8px;
        width: auto;
      }

      .evh-links {
        display: none;
      }

      .evh-link {
        width: auto;
      }

      .evh-lang {
        justify-content: flex-end;
        padding-left: 0;
        border-left: 0;
        gap: 6px;
      }

      .evh-lang a,
      .evh-lang span {
        min-width: 44px;
        min-height: 44px;
        padding-inline: 9px;
      }
    }

/* Shared static footer extracted from city pages. */
.ev-footer-home {
      --evf-bg: #0b0f0c;
      --evf-panel: #121712;
      --evf-text: #f7f7f2;
      --evf-muted: #b9c0b6;
      --evf-line: rgba(255, 255, 255, 0.12);
      --evf-green: #50a605;
      background: var(--evf-bg);
      color: var(--evf-text);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .ev-footer-home,
    .ev-footer-home * {
      box-sizing: border-box;
    }

    .ev-footer-home a {
      color: inherit;
      text-decoration: none;
    }

    .ev-footer-home a:hover {
      color: #fff;
      text-decoration: underline;
      text-decoration-color: var(--evf-green);
      text-underline-offset: 4px;
    }

    .ev-footer-home a:focus-visible {
      outline: 2px solid var(--evf-green);
      outline-offset: 4px;
      border-radius: 6px;
    }

    .evfh-wrap {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 26px 0 28px;
    }

    .evfh-top {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 3.1fr);
      gap: 30px;
      align-items: start;
      padding-bottom: 22px;
      border-bottom: 1px solid var(--evf-line);
    }

    .evfh-brand {
      display: grid;
      gap: 10px;
    }

    .evfh-brand strong {
      display: block;
      color: #fff;
      font-size: clamp(24px, 3vw, 34px);
      font-weight: 650;
      line-height: 1;
      letter-spacing: 0;
    }

    .evfh-brand span {
      max-width: 260px;
      color: var(--evf-muted);
      font-size: 14px;
      font-weight: 400;
      line-height: 1.45;
    }

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

    .evfh-col h3 {
      margin: 0 0 11px;
      color: #9adb7a;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .evfh-col ul {
      display: grid;
      gap: 7px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .evfh-col a {
      color: var(--evf-muted);
      font-size: 15px;
      font-weight: 400;
      line-height: 1.35;
    }

    .evfh-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 14px;
      padding-top: 18px;
    }

    .evfh-social,
    .evfh-legal,
    .evfh-pay {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .evfh-social a,
    .evfh-pay span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 11px;
      border: 1px solid var(--evf-line);
      border-radius: 999px;
      background: var(--evf-panel);
      color: var(--evf-text);
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
    }

    .evfh-legal a {
      color: var(--evf-muted);
      font-size: 13px;
      font-weight: 400;
    }

    @media (max-width: 900px) {
      .evfh-top {
        grid-template-columns: 1fr;
      }

      .evfh-brand span {
        max-width: 520px;
      }

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

    @media (max-width: 560px) {
      .evfh-wrap {
        width: min(100% - 24px, 1180px);
        padding: 24px 0 28px;
      }

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

      .evfh-bottom {
        flex-direction: column;
      }

      .evfh-col a,
      .evfh-legal a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
      }

      .evfh-social a {
        min-height: 44px;
      }
    }

/* Source: assets/visitor-journey-20260913.css */
/* Shared visitor decisions: static HTML, common buttons, no extra booking system. */
.ev-journey { max-width:1160px; margin:0 auto; padding:clamp(28px,5vw,64px) 24px; color:#172018; }
.ev-journey-intro { max-width:850px; margin-bottom:28px; }
.ev-journey-booking-intro { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:32px; align-items:center; }
.ev-journey-booking-intro .ev-journey-intro { margin-bottom:0; }
.ev-journey-booking-video { margin:0; min-width:0; }
.ev-journey-booking-video video { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:12px; background:#0b100c; }
.ev-journey-booking-video figcaption { margin-top:8px; color:#50574e; font-size:13px; line-height:1.4; }
.ev-journey--booking #escape-room-locations { scroll-margin-top:96px; }
.ev-journey h1 { font:650 clamp(32px,4.2vw,52px)/1.12 Inter,system-ui,sans-serif; letter-spacing:-.025em; margin:8px 0 16px; }
.ev-journey h2,.ev-journey-vouchers h2 { font:650 clamp(25px,3vw,34px)/1.2 Inter,system-ui,sans-serif; margin:0 0 16px; }
.ev-journey p,.ev-journey-vouchers p { font-size:16px; line-height:1.55; margin:0 0 14px; }
.ev-journey .ev-journey-kicker,.ev-journey-vouchers .ev-journey-kicker { font-size:13px; font-weight:650; letter-spacing:.04em; color:#3f602a; margin-bottom:10px; }
.ev-journey-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:24px; }
.ev-journey-card { display:flex; flex-direction:column; min-width:0; padding:24px; border:1px solid #d0d5c9; border-radius:12px; background:#fffdf8; }
.ev-journey-card h2,.ev-journey-card h3 { font:650 24px/1.2 Inter,system-ui,sans-serif; color:#172018; margin:0 0 12px; }
.ev-journey-card p { color:#424b40; }
.ev-journey-card .ev-journey-card__meta { font-size:14px; }
.ev-journey-actions { margin-top:auto; padding-top:8px; display:flex; flex-wrap:wrap; align-items:center; gap:14px; }
.ev-journey-link { color:#32621c; text-decoration:underline; text-underline-offset:3px; font-weight:600; font-size:15px; }
.ev-journey .ev-journey-note { font-size:14px; margin:22px 0 0; color:#50574e; }
.ev-journey-alternative { padding:24px 0 0; margin-top:30px; border-top:1px solid #d0d5c9; }
.ev-journey-alternative h2 { font-size:23px; }
.ev-journey-section { margin-top:48px; scroll-margin-top:96px; }
.ev-journey-grid--two .ev-journey-card > .ev-btn { margin-top:auto; align-self:flex-start; }
.ev-journey--business #vor-ort { scroll-margin-top:96px; }
.ev-journey--business h1 { font-size:clamp(30px,3.6vw,42px); font-weight:500; }
.ev-journey--business .ev-journey-grid { align-items:start; }
.ev-journey--business .ev-journey-card h2 { font-size:23px; font-weight:500; }
.ev-journey--business .ev-journey-link { font-weight:500; }
.ev-journey-business-cities { display:flex; flex-wrap:wrap; gap:0 20px; margin:0; }
.ev-journey-business-city { display:inline-flex; min-width:0; }
.ev-journey-business-city .ev-journey-link { display:inline-flex; align-items:center; min-height:40px; font-weight:400; }
.ev-journey--business .ev-journey-card .ev-journey-note { margin-top:12px; }
.ev-business-tools,.ev-business-faq { padding-top:24px; }
.ev-business-tools .ev-journey-intro { margin-bottom:20px; }
.ev-business-tools h2,.ev-business-faq h2 { font-size:clamp(25px,3vw,30px); font-weight:500; }
.ev-business-tools__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 40px; }
.ev-business-tool { border-top:1px solid #d0d5c9; padding-top:16px; min-width:0; }
.ev-business-tool h3 { margin:0 0 6px; font-size:18px; line-height:1.4; }
.ev-business-tool h3 a { font-size:inherit; font-weight:500; }
.ev-business-tool p { margin:0; color:#50574e; }
.ev-journey .ev-business-tools__more { display:flex; flex-wrap:wrap; gap:12px 24px; margin-top:24px; }
.ev-business-tools__more a { font-weight:400; }
#cyber-training,#training-kosten,#cyber-tools,#beispiel { scroll-margin-top:96px; }
@media(max-width:640px) { .ev-business-tools__grid { grid-template-columns:minmax(0,1fr); gap:20px; } }
#cyber-training { scroll-margin-top:76px; }
.ev-cyber-team .ev-journey-training-title { color:#fff; font:650 clamp(32px,4vw,54px)/1.1 Inter,system-ui,sans-serif; letter-spacing:-.025em; }
.ev-journey-vouchers { color:#172018; }
.ev-journey-voucher-facts { margin-top:24px; padding:24px; border:1px solid #d0d5c9; border-radius:12px; background:#edf2e7; }
.ev-journey-voucher-facts h3 { font:650 21px/1.25 Inter,system-ui,sans-serif; margin:0 0 12px; }
.ev-journey-voucher-facts h3:not(:first-child) { margin-top:24px; }
.ev-journey-checklist { border-top:1px solid #d0d5c9; margin-top:24px; padding-top:24px; }
.ev-journey-checklist h3 { font-size:22px; font-weight:650; }
.ev-journey-checklist li { font-size:16px; line-height:1.55; margin:10px 0; }
.ev-prototype-mission-card__body { display:flex; flex-direction:column; }
.ev-prototype-mission-card__body .ev-btn { margin-top:auto; }
.ev-prototype-mission-card__body .ev-home-room-fit { font-size:15px; line-height:1.5; }
.ev-prototype-mission-card__body .ev-home-room-places { font-size:14px; line-height:1.4; font-weight:600; color:#3c6128; margin-bottom:20px; }
@media(max-width:760px) {
 .ev-journey-booking-intro { grid-template-columns:minmax(0,1fr); gap:24px; }
}
@media(max-width:640px) {
 .ev-journey { padding:28px 16px; }
 .ev-journey-grid { grid-template-columns:minmax(0,1fr); gap:16px; }
 .ev-journey-card { padding:20px; }
 .ev-journey-actions { align-items:stretch; flex-direction:column; }
 .ev-journey-section { margin-top:32px; }
 .ev-journey-voucher-facts { padding:20px; }
}

/* Source: assets/booking-cinema-20260913.css */
/* Full-width film, light editorial type and an unobstructed booking path. */
.ev-booking__hero {
  background:#080b09;
  color:#fffaf1;
  border-bottom:1px solid #263022;
}
.ev-booking-cinema__inner {
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  max-width:1600px;
  margin:0 auto;
}
.ev-booking-cinema__inner::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#030604a6,transparent 80%),linear-gradient(0deg,#030604b8,transparent 72%);
  mask-image:linear-gradient(#000 calc(100% - 120px),transparent calc(100% - 64px));
  pointer-events:none;
}
.ev-booking-cinema__copy {
  grid-area:1/1;
  align-self:end;
  position:relative;
  z-index:2;
  min-width:0;
  padding:clamp(24px,4vw,64px);
  padding-bottom:clamp(84px,7vw,112px);
  pointer-events:none;
}
.ev-booking-cinema__eyebrow {
  margin:0 0 18px;
  color:#d1e1ba;
  font:600 .875rem/1.5 var(--ev-font-sans);
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ev-booking__hero h1 {
  max-width:22ch;
  margin:0;
  color:#fffaf1;
  font:400 clamp(2.5rem,4.8vw,5rem)/1.09 var(--ev-font-serif);
  letter-spacing:-.025em;
  text-wrap:balance;
  text-shadow:0 2px 20px #0009;
}
.ev-booking-cinema__booking {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px 40px;
  max-width:1600px;
  margin:0 auto;
  padding:28px clamp(24px,4vw,64px) 36px;
}
.ev-booking-cinema__booking > div { min-width:0; }
.ev-booking-cinema__booking > .ev-btn { flex-shrink:0; }
.ev-booking-cinema__booking .ev-btn:focus-visible {
  outline:2px solid #fffaf1;
  outline-offset:5px;
}
.ev-booking-cinema__lead {
  max-width:60ch;
  margin:0;
  color:#d2d3c9;
  font:400 1.0625rem/1.65 var(--ev-font-sans);
}
.ev-page .ev-booking__hero .ev-btn {
  max-width:100%;
  min-height:48px;
  font-weight:600;
  line-height:1.4;
  white-space:normal;
}
.ev-booking-cinema__cities {
  margin:10px 0 0;
  color:#b2b9ac;
  font:400 .875rem/1.6 var(--ev-font-sans);
}
.ev-booking-cinema__film { grid-area:1/1; align-self:center; position:relative; aspect-ratio:16/9; min-width:0; margin:0; }
.ev-booking-cinema__film img,
.ev-booking-cinema__film video {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  background:#030403;
  border-radius:0;
}
.ev-booking-cinema__film picture { display:block; }
.ev-booking-cinema__film video { position:absolute; inset:0; height:100%; opacity:0; }
.ev-booking-cinema__film video.is-playing { opacity:1; }
.ev-journey--booking .ev-journey-intro { margin-bottom:24px; }
.ev-journey--booking .ev-journey-intro h2 { font-weight:500; }
@media(max-width:1000px) {
  .ev-booking-cinema__booking { flex-wrap:wrap; }
}
@media(max-width:700px) {
  /* Preserve the complete film and native controls on small screens. */
  .ev-booking-cinema__inner { display:block; }
  .ev-booking-cinema__inner::after { display:none; }
  .ev-booking-cinema__copy { padding:28px 20px 0; }
  .ev-booking__hero h1 { font-size:clamp(2rem,7vw,3rem); text-shadow:none; }
  .ev-booking-cinema__eyebrow { margin-bottom:14px; }
  .ev-booking-cinema__booking { padding:20px 20px 30px; gap:22px; }
  .ev-booking-cinema__lead { max-width:40ch; }
}
