@font-face {
  font-family: 'Nunito';
  src: url('https://variablestage.com/assets/nunito-light-webfont.woff2') format('woff2'),
       url('https://variablestage.com/assets/nunito-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('https://variablestage.com/assets/nunito-lightitalic-webfont.woff2') format('woff2'),
       url('https://variablestage.com/assets/nunito-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url('https://variablestage.com/assets/nunito-semibold-webfont.woff2') format('woff2'),
       url('https://variablestage.com/assets/nunito-semibold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  background: #000;
  color: #fff;
}

body {
  font: 1rem/1.5 Nunito, sans-serif;
  min-height: 100vh;
}

.l-1\/6 {
  left: 16.667%;
}

.text-inherit {
  color: inherit;
}

.h-75screen {
  height: 75vh;
}

ul,
ol {
  list-style: none;
}

header svg {
  display: block;
  width: 33%;
  height: auto;
}

@media (min-width: 600px) {
  header svg {
    width: 20%;
  }
}

header,
.attraction-header,
article,
footer > div {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

.attraction-header figure {
  margin-top: 2rem;
}

header,
footer > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 600px) {
  header,
  .attraction-header,
  article,
  footer > div {
    width: 66%;
  }

  .attraction-header {
    display: flex;
    margin-top: -4rem;
    margin-bottom: 0;
    gap: 2rem;
  }

  .attraction-header h1 {
    position: absolute;
    right: 120vw;
    white-space: nowrap;
  }

  .attraction-header > * {
    flex: 0 0 calc(50% - 1rem);
  }

  .attraction-header div {
    margin-top: 4rem;
    padding-right: 2rem;
  }

  .attraction-header figure {
    margin-top: 0;
  }
}

.posters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.posters > * {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  text-decoration: none;
  border: 0;
  padding: 0;
}

.posters img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  .posters {
    gap: 6rem;
    padding: 2rem;
  }

  .posters > * {
    width: 20vw;
  }
}

.intro {
  font-size: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
  padding: 0 1rem 2rem;
  position: relative;
  z-index: 12;
}

.intro svg {
  display: block;
  height: auto;
  width: calc(100% + 4rem);
  margin: 0 -2rem 2rem;
  position: relative;
  z-index: 5;
}

.intro p {
  margin: 0;
}

@media (min-width: 600px) {
  .intro {
    padding: 0;
  }

  .intro svg {
    width: 100%;
    margin: 0 0 2rem;
  }
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h2 {
  font-size: 1rem;
  line-height: 1.4rem;
}

p, form {
  margin-bottom: 1rem;
}

a {
  color: #d38106;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

article p,
article h2 {
  margin: 2rem 0;
}

figure,
iframe {
  display: block;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: 1rem;
}

figure img,
figure video {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  height: auto;
  aspect-ratio: 16/9;
}

figcaption {
  font-size: 1rem;
  line-height: 1.2rem;
  opacity: 0.8;
  margin: .5rem 1rem 1.5rem;
}

article h2 {
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 40rem) {
  figure,
  iframe,
  article p,
  article h2 {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  figure,
  iframe {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  figcaption {
    margin-left: 0;
    margin-right: 0;
  }
}

.more {
  text-align: center;
  margin: 2rem 0 3.5rem;
}

.more a {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 600px) {
  .more {
    margin: 0 0 5rem;
  }
}

footer {
  padding: 2rem 0;
  background: #77777733;
}

@media (min-width: 600px) {
  footer {
    margin-top: 2rem;
  }
}

label, input, button {
  font: inherit;
  display: block;
}

label {
  display: block;
  line-height: 1rem;
  padding: 0.75rem 0 0.25rem;
  cursor: pointer;
}

input {
  width: 100%;
  color: inherit;
  background: hsla(0, 100%, 100%, 0.7);
  border-radius: 0;
  border: 1px solid #DDDDDD;
  background: #fff;
  padding: 0 0.5rem;
  line-height: 1rem;
  height: 2rem;
  width: 100%;
}

input:focus {
  outline: 0;
  background: hsla(0, 100%, 100%, 0.95);
}

button {
  display: table;
  margin: 0 auto;
  padding: 0 1rem;
  cursor: pointer;
  line-height: 2rem;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background: rgba(52, 52, 52, .3);
  border: 0;
  color: #fff;
  background-color: #d38106;
  border-radius: 5px;
}

input {
  color: #111;
}

button {
  width: 100%;
  margin-top: .5rem;
}

input[tabindex="-1"] {
  position: absolute;
  left: -100vw;
}

@media (min-width: 480px) {
  form {
    display: flex;
  }

  label {
    position: absolute;
    left: -100vw;
  }

  input {
    flex: 1 1 auto;
    width: 50%;
    min-width: 0;
  }

  button {
    width: auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-top: 0;
  }
}
