@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond.ttf") format("truetype");
  font-weight: 300 700;
  font-display: block;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/SourceSans3.ttf") format("truetype");
  font-weight: 200 900;
  font-display: block;
}
:root {
  --paper: #faf9f7;
  --ink: #171717;
  --grey: #696762;
  --bronze: #90724f;
  --scale: 1;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  background: #171717;
  color: var(--ink);
  font-family: "Source Sans 3", sans-serif;
}
body {
  overflow-x: hidden;
}
.slide {
  width: 1600px;
  height: 900px;
  position: relative;
  overflow: hidden;
  background: var(--paper);
  break-after: page;
  isolation: isolate;
}
h1 {
  font:
    400 83px/1.01 "Cormorant Garamond",
    serif;
  letter-spacing: -1.2px;
  margin: 0;
}
h2 {
  font:
    400 47px/1.07 "Cormorant Garamond",
    serif;
  margin: 0;
}
p {
  font-size: 29px;
  line-height: 1.38;
  margin: 0;
}
header {
  position: absolute;
  left: 90px;
  top: 75px;
  z-index: 2;
}
header > p {
  margin-top: 28px;
  color: var(--grey);
}
footer {
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: var(--grey);
  z-index: 5;
}
.muted {
  color: var(--grey);
  font-size: 23px;
}
.small-note {
  color: var(--grey);
  font-size: 21px;
  line-height: 1.3;
}
.cover-copy {
  position: absolute;
  inset: 0 auto 0 0;
  width: 800px;
}
.brand {
  position: absolute;
  left: 590px;
  top: 43px;
  width: 170px;
  height: auto;
}
.cover h1 {
  position: absolute;
  left: 90px;
  top: 283px;
  font-size: 88px;
  line-height: 1.08;
  margin: 0;
  white-space: nowrap;
}
.cover time {
  position: absolute;
  left: 90px;
  bottom: 111px;
  font-size: 23px;
  color: var(--grey);
}
.programme header {
  width: 790px;
}
.schedule {
  position: absolute;
  left: 90px;
  top: 370px;
  width: 670px;
}
.dates {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.dates > div {
  position: relative;
  padding: 10px 15px;
  width: 31%;
}
.dates b {
  font: 52px "Cormorant Garamond";
  display: block;
}
.dates span {
  font-size: 21px;
  display: block;
  white-space: nowrap;
}
.dates em {
  font: 18px "Source Sans 3";
  display: block;
  margin-top: 8px;
}
.dates .changed {
  background: #171717;
  color: white;
}
.booking header {
  width: 770px;
}
.booking-example {
  position: absolute;
  left: 90px;
  top: 382px;
  width: 680px;
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 20px 0;
  border-top: 1px solid #d6d0c6;
}
.booking-example h2 {
  font-size: 64px;
  margin-top: 8px;
}
.reservation-line {
  border-left: 1px solid #d6d0c6;
  padding-left: 30px;
}
.reservation-line span {
  display: block;
  font-size: 23px;
}
.reservation-line strong {
  display: block;
  font-size: 27px;
  font-weight: 400;
  margin: 8px 0;
}
.steps {
  position: absolute;
  left: 90px;
  top: 551px;
  width: 670px;
  display: grid;
  gap: 18px;
}
.steps > div {
  border-top: 1px solid #c7bdb0;
  padding-top: 13px;
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 22px;
  align-items: baseline;
}
.steps b {
  font: 34px "Cormorant Garamond";
}
.steps p {
  font-size: 24px;
  margin: 0;
}
.reports header {
  width: 810px;
}
.report-details, .payment-options {
  position: absolute;
  top: 270px;
  left: 90px;
  width: 705px;
}
.report-details > div, .payment-options > div {
  border-top: 1px solid #c7bdb0;
  padding: 20px 0 24px;
}
.report-details h2, .payment-options h2 {
  font-size: 37px;
  margin-bottom: 10px;
}
.report-details p, .payment-options p {
  font-size: 25px;
  line-height: 1.35;
}
.payment-options { width: 680px; }
.payment-note {
  position: absolute;
  left: 90px;
  top: 752px;
  font-size: 21px;
  max-width: 440px;
  color: var(--grey);
}
.app-figure a { display: block; cursor: zoom-in; }
.ticket-example {
  position: absolute;
  left: 562px;
  top: 687px;
  width: 106px;
  margin: 0;
}
.ticket-example a { display: block; cursor: zoom-in; }
.ticket-example img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 9px 24px #17171730;
}
.ticket-example figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.2;
}
.ticket-example a:focus-visible {
  outline: 3px solid var(--bronze);
  outline-offset: 5px;
}
.app-figure a:focus-visible {
  outline: 3px solid var(--bronze);
  outline-offset: 5px;
}
.report-choices {
  position: absolute;
  left: 90px;
  top: 704px;
  width: 710px;
  padding-top: 18px;
  border-top: 1px solid #c7bdb0;
}
.report-choices h2 {
  font-size: 34px;
  margin-bottom: 12px;
}
.report-choices p {
  font-size: 24px;
}
.messages header {
  width: 825px;
}
.messages h1 {
  font-size: 68px;
}
.message-grid {
  position: absolute;
  left: 90px;
  top: 335px;
  width: 710px;
  display: grid;
  gap: 18px;
}
.message-grid article {
  border-top: 1px solid #c7bdb0;
  padding-top: 14px;
  position: relative;
  height: 137px;
}
.message-kind {
  font-size: 21px;
  color: var(--grey);
}
.message-grid h2 {
  font-size: 34px;
  margin-top: 10px;
  width: 330px;
}
.message-grid p {
  position: absolute;
  left: 355px;
  top: 48px;
  font-size: 22px;
  line-height: 1.35;
}
.message-how {
  position: absolute;
  left: 355px;
  bottom: 0;
  font-size: 18px;
  color: var(--grey);
}
.scanner header {
  width: 735px;
}
.scan-features {
  position: absolute;
  left: 355px;
  top: 336px;
  width: 410px;
}
.scan-features > div {
  margin-bottom: 18px;
  border-top: 1px solid #c7bdb0;
  padding-top: 12px;
}
.scan-features h2 {
  font-size: 32px;
  margin-bottom: 7px;
}
.scan-features p {
  font-size: 22px;
  line-height: 1.35;
}
.scan-features .platforms {
  margin-top: 15px;
  color: var(--grey);
  font-size: 22px;
}
.app-figure {
  position: absolute;
  left: 90px;
  top: 337px;
  width: 210px;
  margin: 0;
}
.app-crop {
  position: relative;
  height: 355px;
  width: 210px;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #081347;
}
.app-crop img {
  position: absolute;
  width: 349.65px;
  max-width: none;
  left: -71.925px;
  top: -110.25px;
}
.app-figure figcaption {
  font-size: 17px;
  line-height: 1.35;
  margin-top: 15px;
  color: var(--grey);
}
.embed header {
  left: 90px;
  top: 75px;
  width: 750px;
}
.embed h1 {
  font-size: 77px;
}
.embed header > p {
  font-size: 27px;
}
.embed-flow {
  position: absolute;
  left: 90px;
  width: 680px;
  top: 390px;
}
.embed-flow p {
  font-size: 27px;
  margin: 35px 0;
}
.embed-flow span {
  display: block;
  font: 40px "Cormorant Garamond";
  margin-bottom: 9px;
}
.embed-limit {
  position: absolute;
  left: 90px;
  width: 700px;
  top: 710px;
  font-size: 24px;
  color: var(--grey);
}
.closing header {
  top: 108px;
  width: 765px;
}
.closing h1 {
  font-size: 96px;
}
.readiness {
  position: absolute;
  left: 90px;
  top: 710px;
  width: 730px;
  border-top: 1px solid #c7bdb0;
  padding-top: 18px;
}
.readiness p {
  display: flex;
  gap: 20px;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 11px;
  color: var(--grey);
}
.closing footer {
  right: 735px;
}

.cover-brands {
  position: absolute;
  inset: 0 0 auto 0;
  height: 110px;
}
.theatre-brand {
  position: absolute;
  left: 90px;
  top: 0;
  width: 110px;
  height: 56px;
  object-fit: cover;
  object-position: top;
}
.balance footer {
  right: 925px;
}
.balance-art {
  position: absolute;
  inset: 0;
  width: 1600px;
  height: 900px;
  object-fit: cover;
}
.balance-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #faf9f7 0%, #faf9f7f5 38%, #faf9f700 62%);
}
.balance header {
  width: 900px;
}
.balance h1 {
  font-size: 77px;
}
.balance-journey {
  position: absolute;
  left: 90px;
  top: 363px;
  width: 565px;
}
.balance-journey > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #c7bdb0;
  gap: 20px;
}
.balance-journey span {
  font-size: 28px;
}
.balance-journey b {
  font: 52px "Cormorant Garamond";
  white-space: nowrap;
}
.balance-journey strong {
  font: 34px "Cormorant Garamond";
  white-space: nowrap;
}
.balance-note {
  position: absolute;
  left: 90px;
  bottom: 100px;
  font-size: 22px;
  color: #696762;
}
.transfer header {
  width: 800px;
}
.transfer-steps {
  position: absolute;
  left: 90px;
  top: 350px;
  width: 660px;
}
.transfer-steps p {
  font-size: 30px;
  line-height: 1.35;
  padding: 22px 0;
  border-bottom: 1px solid #d6d0c6;
}
.transfer-caption {
  position: absolute;
  left: 90px;
  width: 700px;
  top: 679px;
  font-size: 26px;
}
.transfer-note {
  position: absolute;
  left: 90px;
  bottom: 100px;
  width: 720px;
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey);
}
.resale header {
  width: 860px;
}
.resale-journey {
  position: absolute;
  left: 90px;
  top: 371px;
  width: 700px;
}
.resale-journey h2 {
  font-size: 36px;
  margin-bottom: 24px;
}
.resale-journey > div {
  margin: 18px 0;
}
.resale-journey span {
  font-size: 22px;
  color: #696762;
}
.resale-journey p {
  font-size: 25px;
  margin-top: 4px;
}
.resale-note {
  position: absolute;
  left: 90px;
  width: 700px;
  bottom: 97px;
  font-size: 20px;
  color: var(--grey);
}

.scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.scene img {
  position: absolute;
  left: 300px;
  top: -34px;
  width: 1450px;
  height: 967px;
  object-fit: cover;
}

.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #faf9f7 0%,
    #faf9f7 43%,
    #faf9f7ee 49%,
    #faf9f700 69%
  );
}

.illustrated > :not(.scene) {
  z-index: 1;
}

.illustrated footer {
  right: 835px;
}

.programme header > p {
  font-size: 27px;
}

.seating-example {
  position: absolute;
  left: 90px;
  top: 534px;
  width: 655px;
  margin: 0;
}

.seating-example img {
  display: block;
  width: 655px;
  height: auto;
  border: 1px solid #ded9d1;
}

.seating-example figcaption {
  font-size: 18px;
  margin-top: 9px;
  color: var(--grey);
}

.seating-example a:focus-visible {
  outline: 3px solid var(--bronze);
  outline-offset: 4px;
  display: block;
}

.reports h1 {
  font-size: 77px;
}

.example-page {
  background: var(--paper);
  height: 100vh;
  height: 100dvh;
  padding: clamp(10px, 2vmin, 32px);
  overflow: hidden;
}

.example-page main {
  height: 100%;
  max-width: 1500px;
  min-width: 0;
  margin: auto;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  gap: clamp(6px, 1.2vmin, 14px);
}

.example-page h1 {
  font-size: clamp(22px, 4vmin, 48px);
  margin: 0;
}

.example-page p,
.example-page a {
  font-size: clamp(12px, 2vmin, 20px);
  line-height: 1.25;
  margin: 0;
  color: var(--ink);
}

.example-page a { justify-self: start; }

.example-media {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  container-type: size;
}

.example-media > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  display: block;
}

.scanner-example .app-crop {
  width: min(100cqw, 59.15493cqh);
  height: auto;
  aspect-ratio: 210 / 355;
  margin: 0;
}

.scanner-example .app-crop img {
  width: 166.5%;
  height: auto;
  left: -34.25%;
  top: -31.05634%;
}

.scanner h1 {
  font-size: 100px;
}

.scanner .scene img {
  inset: 0;
  width: 1600px;
  height: 900px;
  object-fit: cover;
}

.scanner .scene::after {
  background: linear-gradient(90deg, #faf9f7 0%, #faf9f7ee 43%, #faf9f700 64%);
}

.cover-copy > p {
  position: absolute;
  left: 90px;
  top: 528px;
  font-size: 31px;
  margin: 0;
}

.cover .scene img,
.closing .scene img {
  inset: 0;
  width: 1600px;
  height: 900px;
  object-fit: cover;
}

.cover .scene::after,
.closing .scene::after {
  background: linear-gradient(90deg, #faf9f7 0%, #faf9f7ee 41%, #faf9f700 63%);
}

.closing header > p {
  font-size: 31px;
  margin-top: 37px;
}

.closing-demo {
  position: absolute;
  left: 90px;
  top: 510px;
  color: var(--ink);
  font: 43px "Cormorant Garamond";
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}

.closing-demo span {
  display: inline-block;
  margin-left: 27px;
  font: 33px "Source Sans 3";
  color: var(--bronze);
}

.closing-demo:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 15px;
}

.readiness b {
  min-width: 95px;
  font-weight: 600;
  color: var(--ink);
}

.controls {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  width: max-content;
  max-width: calc(100vw - 16px);
  padding: 5px 7px;
  background: #222d;
  color: white;
  border: 1px solid #ffffff30;
  border-radius: 8px;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.18s;
}
.controls:hover,
.controls:focus-within,
body.show-controls .controls {
  opacity: 1;
}
.controls button {
  background: transparent;
  color: inherit;
  border: 0;
  cursor: pointer;
  min-width: 42px;
  height: 35px;
  font: 21px "Source Sans 3";
  border-radius: 4px;
}
.controls button:hover {
  background: #ffffff25;
}
.controls button:disabled {
  opacity: 0.28;
  cursor: default;
}
.controls span {
  min-width: 62px;
  text-align: center;
  font-size: 16px;
}
.controls a {
  color: white;
  font-size: 17px;
  padding: 6px 12px;
  text-underline-offset: 4px;
}
.controls a:focus-visible {
  outline: 2px solid #d6bc94;
  outline-offset: 1px;
}
.controls button:focus-visible {
  outline: 2px solid #d6bc94;
  outline-offset: 1px;
}
dialog {
  max-width: 580px;
  padding: 35px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--bronze);
  border-radius: 4px;
  font-size: 19px;
  line-height: 1.6;
}
dialog::backdrop {
  background: #0009;
}
dialog h2 {
  font: 38px "Cormorant Garamond";
  margin: 0 0 15px;
}
dialog button {
  font: inherit;
  background: var(--ink);
  color: white;
  border: 0;
  padding: 8px 25px;
  cursor: pointer;
}
.image-viewer {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: clamp(10px, 2vmin, 32px);
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.image-viewer[open] {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: clamp(6px, 1.2vmin, 14px);
}
.image-viewer h2 {
  font-size: clamp(22px, 4vmin, 48px);
  margin: 0;
}
.image-viewer p,
.image-viewer button {
  font-size: clamp(12px, 2vmin, 20px);
  line-height: 1.25;
  margin: 0;
}
.image-viewer button {
  padding: 8px 12px;
}
.image-viewer button:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 3px;
}
.noscript {
  padding: 20px;
  color: white;
}
html.enhanced,
html.enhanced body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.enhanced main {
  position: fixed;
  inset: 0;
}
.enhanced .stage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1600px;
  height: 900px;
  transform: translate(-50%, -50%) scale(var(--scale));
}
.enhanced .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease;
}
.enhanced .slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.enhanced .controls {
  display: flex;
}
@media (prefers-reduced-motion: reduce) {
  .enhanced .slide,
  .controls {
    transition: none;
  }
}
@page {
  size: 16in 9in;
  margin: 0;
}
@media print {
  html,
  body,
  html.enhanced,
  html.enhanced body {
    width: auto;
    height: auto;
    overflow: visible;
    background: var(--paper);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .enhanced main,
  main {
    position: static;
    display: block;
  }
  .enhanced .stage,
  .stage {
    position: static;
    left: auto;
    top: auto;
    width: 1536px;
    height: auto;
    transform: none;
  }
  .enhanced .slide,
  .slide {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 1600px;
    height: 900px;
    zoom: 0.96;
    transition: none !important;
    break-inside: avoid;
    break-after: page;
  }
  .slide:last-child {
    break-after: auto;
  }
  .controls,
  dialog,
  .noscript {
    display: none !important;
  }
}
