*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #33302A;
  background-color: #F7F2EA;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: #A63A46;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.stage-script {
  background-color: #26231F;
}

.proscenium {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.wing-frame {
  background-color: #F7F2EA;
  position: relative;
  border-left: 1px solid #6E5A44;
  border-right: 1px solid #6E5A44;
}

.pillar-left,
.pillar-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  background-color: #6E5A44;
  z-index: 3;
}

.pillar-left {
  left: 0;
}

.pillar-right {
  right: 0;
}

.rosette-vertical {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C9A24B;
}

.rosette-v-a,
.rosette-v-b,
.rosette-v-c,
.rosette-v-d,
.rosette-v-e,
.rosette-v-f {
  left: 6px;
}

.rosette-v-a { top: 340px; }
.rosette-v-b { top: 680px; }
.rosette-v-c { top: 1020px; }
.rosette-v-d { top: 1360px; }
.rosette-v-e { top: 1700px; }
.rosette-v-f { top: 2040px; }

.rosette-vr-a,
.rosette-vr-b,
.rosette-vr-c,
.rosette-vr-d,
.rosette-vr-e,
.rosette-vr-f {
  right: 6px;
}

.rosette-vr-a { top: 340px; }
.rosette-vr-b { top: 680px; }
.rosette-vr-c { top: 1020px; }
.rosette-vr-d { top: 1360px; }
.rosette-vr-e { top: 1700px; }
.rosette-vr-f { top: 2040px; }

.proscenium-shell {
  position: relative;
  z-index: 2;
}

.header-hdr {
  position: relative;
  z-index: 2;
  max-width: 1236px;
  margin: 0 auto;
}

.header-lintel {
  height: 12px;
  background-color: #26231F;
  border-bottom: 3px solid #C9A24B;
}

.header-pillars-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 46px;
  background-color: #FBF8F0;
  border-bottom: 1px solid #6E5A44;
}

.company-seal-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.seal-mark {
  width: 40px;
  height: 40px;
  background-color: #A63A46;
  color: #FBF8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
}

.seal-word {
  font-weight: bold;
  letter-spacing: 3px;
  color: #6E5A44;
  font-size: 15px;
}

.header-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.header-links a {
  color: #33302A;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

.header-links a:hover {
  border-bottom-color: #C9A24B;
  text-decoration: none;
}

.knot-cta {
  position: relative;
  background-color: #A63A46;
  color: #F7F2EA;
  border: 2px solid #A63A46;
  border-radius: 30px;
  padding: 8px 26px 8px 20px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

.knot-cta::before,
.knot-cta::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C9A24B;
}

.knot-cta::before {
  right: 8px;
}

.knot-cta::after {
  right: 5px;
}

.knot-cta:hover {
  background-color: #26231F;
  border-color: #26231F;
  text-decoration: none;
}

.act {
  padding: 54px 52px 54px 52px;
  position: relative;
}

.act-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #A63A46;
  font-weight: bold;
  border: 1px solid #C9A24B;
  padding: 4px 12px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.act-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.act-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.25;
  color: #A63A46;
  font-weight: bold;
  margin: 0 0 16px 0;
}

.opening-title {
  font-size: 40px;
  line-height: 1.15;
  color: #A63A46;
  font-weight: bold;
  margin: 30px 0 18px 0;
  max-width: 620px;
}

.opening-sub {
  color: #6E5A44;
  font-size: 18px;
  max-width: 620px;
  margin: 0 0 14px 0;
}

.opening-standfirst {
  max-width: 620px;
  color: #33302A;
  margin: 0 0 12px 0;
}

.property-hint {
  max-width: 620px;
  color: #6E5A44;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #C9A24B;
  display: inline-block;
}

.curtain-valance {
  position: relative;
  height: 120px;
  margin-bottom: 10px;
}

.curtainval-a {
  position: absolute;
  width: 33%;
  height: 110px;
  left: 2%;
  top: 0;
  background-color: #A63A46;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  border-bottom: 4px solid #C9A24B;
}

.curtainval-b {
  position: absolute;
  width: 36%;
  height: 120px;
  left: 32%;
  top: 0;
  background-color: #C24A4A;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  border-bottom: 4px solid #C9A24B;
}

.curtainval-c {
  position: absolute;
  width: 33%;
  height: 110px;
  right: 2%;
  top: 0;
  background-color: #A63A46;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  border-bottom: 4px solid #C9A24B;
}

.stage-section {
  background-color: #F7F2EA;
}

.cream-section {
  background-color: #FBF8F0;
}

.company-prose {
  max-width: 62ch;
  color: #33302A;
}

.company-prose p {
  margin: 0 0 14px 0;
}

.service-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.costume-card {
  flex: 1 1 260px;
  max-width: 310px;
  background-color: #FBF8F0;
  border: 2px solid #C9A24B;
  padding: 22px 18px 18px 18px;
  position: relative;
}

.costume-card .knot-top {
  position: absolute;
  left: 14px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #A63A46;
}

.costume-card .knot-top::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 3px;
  width: 6px;
  height: 8px;
  border-radius: 50%;
  background-color: #A63A46;
}

.costume-card .knot-top::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 3px;
  width: 6px;
  height: 8px;
  border-radius: 50%;
  background-color: #A63A46;
}

.costume-card-icon {
  border: 2px solid #C9A24B;
  background-color: #F7F2EA;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #A63A46;
  background-color: #F7F2EA;
}

.costume-card h3 {
  font-size: 17px;
  margin: 0 0 6px 0;
  color: #A63A46;
}

.costume-card h3 a {
  color: #A63A46;
}

.costume-card p {
  font-size: 15px;
  margin: 0;
  color: #33302A;
}

.wardrobe {
  background-color: #FBF8F0;
}

.raiil-head {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.costume-rail {
  position: relative;
  max-width: 1020px;
  margin: 30px auto 0 auto;
  padding: 30px 10px 20px 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.rail-rod {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #6E5A44;
  border-radius: 4px;
}

.costume-figure {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding-top: 20px;
}

.hanger {
  width: 26px;
  height: 12px;
  margin: 0 auto 6px auto;
  background-color: #6E5A44;
  border-radius: 12px 12px 0 0;
}

.hanger-hook {
  width: 4px;
  height: 14px;
  margin: 0 auto;
  background-color: #6E5A44;
  border-radius: 2px;
}

.coat {
  width: 62px;
  height: 130px;
  margin: 0 auto;
  border-radius: 34px 34px 6px 6px;
  position: relative;
}

.coat-one {
  background-color: #A63A46;
}

.coat-two {
  background-color: #6E5A44;
}

.coat-three {
  background-color: #C9A24B;
  border: 2px solid #6E5A44;
}

.coat-four {
  background-color: #A63A46;
}

.coat-five {
  background-color: #6E5A44;
}

.coat-six {
  background-color: #C9A24B;
  border: 2px solid #6E5A44;
}

.coat::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #C9A24B;
}

.collection-rail-copy {
  max-width: 1020px;
  margin: 10px auto 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.collection-item {
  flex: 1 1 30%;
  text-align: center;
}

.collection-item h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #A63A46;
}

.collection-item p {
  font-size: 14px;
  margin: 0;
  color: #33302A;
}

.performance-prose {
  max-width: 62ch;
}

.performance-prose p {
  margin: 0 0 14px 0;
}

.pulled-crimson {
  color: #A63A46;
  font-weight: bold;
  font-size: 18px;
  border-left: 4px solid #A63A46;
  padding-left: 14px;
  margin: 18px 0;
}

.box-office {
  background-color: #FBF8F0;
}

.ledger-form {
  max-width: 760px;
  margin: 0 auto;
  background-color: #F7F2EA;
  border: 1px solid #6E5A44;
  padding: 26px 24px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
}

.form-field {
  flex: 1 1 250px;
}

.form-field label {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6E5A44;
  margin-bottom: 4px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #6E5A44;
  border-radius: 0;
  background-color: #FBF8F0;
  color: #33302A;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
}

.form-field textarea {
  min-height: 120px;
}

.form-send {
  background-color: #A63A46;
  color: #F7F2EA;
  border: 2px solid #A63A46;
  border-radius: 30px;
  padding: 9px 30px;
  font-size: 16px;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
}

.form-send:hover {
  background-color: #26231F;
  border-color: #26231F;
}

.form-note {
  font-size: 13px;
  color: #6E5A44;
  margin-top: 10px;
}

.colophon {
  max-width: 620px;
  margin: 30px auto 0 auto;
  text-align: center;
  border-top: 1px solid #C9A24B;
  padding-top: 22px;
}

.colophon h3 {
  color: #A63A46;
  margin: 0 0 8px 0;
  font-size: 17px;
}

.colophon p {
  margin: 3px 0;
  font-size: 15px;
  color: #33302A;
}

.go-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #A63A46;
  color: #F7F2EA;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #C9A24B;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.go-top:hover {
  background-color: #26231F;
}

.playbill-base {
  position: relative;
  background-color: #26231F;
  color: #F7F2EA;
  padding: 34px 24px 30px 24px;
  z-index: 1;
}

.playbill-base .braid-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #C9A24B;
}

.playbill-links {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.playbill-links a {
  color: #F7F2EA;
  text-decoration: none;
}

.playbill-links a:hover {
  color: #C9A24B;
  text-decoration: underline;
}

.playbill-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.playbill-text p {
  margin: 3px 0;
  font-size: 14px;
  color: #FBF8F0;
}

.playbill-text .copy-line {
  color: #C9A24B;
  font-size: 13px;
}

.pillarL {
  left: 0;
}

.pillarR {
  right: 0;
}

@media (max-width: 900px) {
  .pillar-left,
  .pillar-right {
    width: 12px;
  }

  .pillar-left .rosette-vertical,
  .pillar-right .rosette-vertical {
    display: none;
  }

  .header-pillars-row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 16px;
  }

  .header-links {
    gap: 16px;
  }

  .act .act-inner {
    padding: 0;
  }

  .act {
    padding: 40px 24px 40px 24px;
  }

  .opening-title {
    font-size: 32px;
  }

  .costume-rail {
    flex-wrap: wrap;
    justify-content: center;
  }

  .costume-figure {
    flex: 1 1 30%;
  }

  .collection-item {
    flex: 1 1 100%;
  }
}

@media (max-width: 540px) {
  .company-seal-block {
    margin-bottom: 6px;
  }

  .header-links {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .opening-title {
    font-size: 27px;
  }

  .playbill-links {
    gap: 14px;
  }
}

.collection-link-row {
  margin-top: 28px;
}

.collection-link-row p {
  color: #6E5A44;
  margin: 0;
}

.raiil-head p {
  color: #33302A;
  margin: 8px 0 0 0;
}

.service-act {
  clear: both;
}

.cluster-services {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
}

.faq-note {
  background-color: #FBF8F0;
  border: 1px solid #6E5A44;
  padding: 20px 20px 18px 20px;
  margin: 0 0 20px 0;
}

.faq-note h3 {
  color: #A63A46;
  font-size: 17px;
  margin: 0 0 6px 0;
}

.faq-note p {
  margin: 0;
  color: #33302A;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].not-seen {
  opacity: 0;
}
