:root {
  --bowl: #24262B;
  --ivory: #F2EEE2;
  --maple: #C89A5B;
  --garnet: #93374D;
  --rail: #6E747C;
  --navy: #313640;
  --marquee: #FBF9F0;
  --tunnel: #191B1F;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #24262B;
  color: #F2EEE2;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.text-constrain {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* =====================================================================
   TURNSTILE NAVIGATION
   ===================================================================== */

.turnstile {
  position: sticky;
  top: 0;
  z-index: 900;
}

.bannerbar {
  background-color: #191B1F;
  height: 20px;
  overflow: hidden;
}

.pennantline {
  position: relative;
  height: 20px;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 80px,
    #313640 80px,
    #313640 82px
  );
}

.pennantline:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #C89A5B;
}

.pennant {
  position: absolute;
  top: 2px;
  width: 22px;
  height: 12px;
  background-color: #93374D;
  -webkit-clip-path: polygon(0 0, 78% 0, 100% 58%, 100% 58%, 78% 100%, 0 100%);
  clip-path: polygon(0 0, 78% 0, 100% 58%, 78% 100%, 0 100%);
}

.pennant.is-one { left: 40px; }
.pennant.is-two { left: 200px; }
.pennant.is-three { left: 360px; }
.pennant.is-four { left: 520px; }
.pennant.is-five { left: 680px; }

.turnbar {
  background-color: #24262B;
  border-top: 2px solid #6E747C;
}

.turninner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}

.brandblock {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}

.turnglyph {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #191B1F;
  border: 2px solid #93374D;
  position: relative;
  flex: 0 0 44px;
}

.turnglyph:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 4px;
  width: 2px;
  height: 34px;
  background-color: #C89A5B;
  transform: rotate(0deg);
}

.turnglyph:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 4px;
  width: 2px;
  height: 34px;
  background-color: #C89A5B;
  transform: rotate(60deg);
}

.arm-wheel {
  position: absolute;
  left: 20px;
  top: 4px;
  width: 2px;
  height: 34px;
  background-color: #C89A5B;
  transform: rotate(-60deg);
}

.arm-dot {
  position: absolute;
  left: 19px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F2EEE2;
}

.brandname {
  color: #F2EEE2;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
}

.brandname .mk {
  color: #C89A5B;
}

.subline {
  color: #93374D;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
}

.turn-actions {
  display: flex;
  align-items: stretch;
  gap: 6px;
}

.seattab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background-color: #313640;
  color: #F2EEE2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-width: 64px;
}

.seattab:after {
  content: "";
  width: 14px;
  height: 4px;
  margin-top: 6px;
  background-color: #93374D;
  border-radius: 2px;
}

.seattab:hover {
  background-color: #C89A5B;
  color: #191B1F;
}

.seattab.is-shows {
  background-color: #93374D;
  color: #FBF9F0;
}

.seattab.is-shows:hover {
  background-color: #C89A5B;
  color: #191B1F;
}

.turn-toggle {
  display: none;
}

.toggle-disc {
  display: none;
}

.feature-only {
  display: block;
}

/* =====================================================================
   SHOW-NIGHT HERO
   ===================================================================== */

.shownight {
  position: relative;
}

.spotstage {
  background-color: #24262B;
  text-align: center;
  padding: 72px 24px 20px;
  position: relative;
  overflow: hidden;
}

.scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 50% -20%, #3a3d45 0%, #24262B 60%, #191B1F 100%);
}

.heroinner {
  position: relative;
  z-index: 1;
}

.overline {
  color: #C89A5B;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 14px;
}

.overline:before {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #C89A5B;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.overline:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #C89A5B;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.heroinner h1 {
  color: #F2EEE2;
  font-size: clamp(38px, 7vw, 78px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0 0 18px;
  max-width: 980px;
  margin: 0 auto 18px;
}

.heroinner h1 .hl {
  color: #C89A5B;
}

.lead {
  font-size: 19px;
  color: #E8E4d8;
  max-width: 720px;
  margin: 0 auto;
}

/* Bowl band built in CSS: three tiers of garnet blocks */
.bowlband {
  position: relative;
  height: 150px;
  background-color: #24262B;
  overflow: hidden;
}

.bowltiers {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 128px;
}

.graderack {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26px;
  background-color: #191B1F;
}

.graderack:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #191B1F;
}

.gradeline {
  position: absolute;
  top: -4px;
  height: 4px;
  background-color: #6E747C;
  left: 0;
  right: 0;
}

.gradeline.as-lower { top: -4px; }
.gradeline.as-upper { bottom: -4px; }
.gradeline.done { display: none; }

/* seat block tiers */
.seatbanded {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 20px;
  height: 34px;
  background-color: #93374D;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}

.seatbanded.b2 {
  left: 8%;
  right: 8%;
  bottom: 56px;
  height: 30px;
  z-index: 0;
}

.seatbanded.b3 {
  left: 2%;
  right: 2%;
  bottom: 90px;
  height: 26px;
  z-index: 0;
}

.seatbanded:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 2px;
  background-color: #191B1F;
}

.seat-block {
  background-color: #93374D;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
}

.boxwindow {
  position: absolute;
  left: 3%;
  bottom: 6px;
  z-index: 3;
  width: 150px;
  height: 96px;
  background-color: #313640;
  border-top: 2px solid #C89A5B;
  border-radius: 6px 6px 0 0;
}

.boxwindow .maplecount {
  height: 10px;
  background-color: #C89A5B;
  margin: 2px 6px;
  border-radius: 2px;
}

.boxseat {
  background-color: #191B1F;
  margin: 4px 6px;
  height: 14px;
  border-radius: 3px;
}

.ticketrail {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 8px;
  background-color: #6E747C;
}

.stub {
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 52px;
  background-color: #FBF9F0;
  border-radius: 4px;
}

.stub.one { left: 6px; }
.stub.two { left: 40px; }

.stub:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  right: 3px;
  height: 3px;
  background-color: #C89A5B;
}

.stub:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 22px;
  right: 7px;
  height: 18px;
  background-color: #24262B;
  border-radius: 2px;
}

.tunnelgate {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 46%;
  height: 128px;
  background-color: #191B1F;
  box-shadow: inset 0 0 0 12px #191B1F;
}

.bannerrail {
  position: absolute;
  left: -24px;
  top: 12px;
  background-color: #C89A5B;
  color: #191B1F;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 13px;
  padding: 6px 16px;
  transform: rotate(-6deg);
  text-transform: uppercase;
}

.gatearrow {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #6E747C;
  font-size: 11px;
  letter-spacing: 2px;
}

.kickstrip {
  background-color: #191B1F;
}

.kickinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 20px 0;
  color: #F2EEE2;
}

.statbox {
  text-align: center;
  padding: 0 34px;
}

.statnum {
  color: #FBF9F0;
  font-size: 30px;
  font-weight: 800;
}

.statnum .maplebig {
  color: #C89A5B;
}

.statlabel {
  color: #6E747C;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2px;
}

.statdivider {
  width: 1px;
  height: 42px;
  background-color: #C89A5B;
}

@media (max-width: 760px) {
  .turninner {
    flex-wrap: wrap;
  }
  .turn-toggle {
    display: flex;
    align-items: center;
  }
  .toggle-disc {
    display: block;
    width: 40px;
    height: 34px;
    border-radius: 6px;
    background-color: #C89A5B;
    color: #191B1F;
    border: none;
    font-size: 18px;
    cursor: pointer;
  }
  .turn-actions {
    display: none;
    flex-direction: column;
    width: 100%;
    padding-bottom: 12px;
  }
  .turn-actions.is-open {
    display: flex;
  }
  .seattab {
    border-radius: 8px;
    width: 100%;
    padding: 14px 0;
  }
  .seattab:after {
    display: none;
  }
  .kickinner {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .statdivider {
    height: 26px;
  }
  .statbox {
    padding: 0 16px;
  }
  .bowlband .boxwindow {
    width: 110px;
  }
  .bowlband .pennant.is-three,
  .bowlband .pennant.is-four,
  .bowlband .pennant.is-five {
    display: none;
  }
}

/* =====================================================================
   STATEMENT BAND
   ===================================================================== */

.statementband {
  background-color: #93374D;
}

.statementinner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 46px 0;
  flex-wrap: wrap;
}

.statement-figure {
  font-size: clamp(70px, 10vw, 130px);
  font-weight: 900;
  color: #FBF9F0;
  line-height: 1;
  flex: 0 0 auto;
}

.statement-figure small {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #191B1F;
}

.statement-copy {
  flex: 1 1 300px;
}

.statement-copy h2 {
  margin: 0 0 8px;
  color: #FBF9F0;
  font-size: 28px;
}

.statement-copy p {
  margin: 0;
  color: #F6EEF0;
  max-width: 560px;
}

/* =====================================================================
   SHOW LEDGER (ticket-rail rows)
   ===================================================================== */

.guidesection {
  padding: 64px 0 8px;
  scroll-margin-top: 120px;
}

.sectionhead {
  text-align: center;
  margin-bottom: 40px;
}

.sectionhead .eyebrow {
  color: #93374D;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.sectionhead h2 {
  color: #F2EEE2;
  font-size: clamp(26px, 4vw, 40px);
  margin: 6px 0 0;
}

.sectionhead .lederule {
  width: 90px;
  height: 4px;
  background-color: #C89A5B;
  margin: 16px auto 0;
}

.rowbanded {
  background-color: #24262B;
}

.ledger-kicker {
  background-color: #24262B;
}

.ledger-inner {
  padding: 20px 0 44px;
}

.ledger-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ledger-row {
  display: flex;
  margin: 16px 0;
}

.ledger-row.is-in {
  /* indented on the second beat */
}

.ledger-row .seatstrip {
  flex: 0 0 auto;
  background-color: #24262B;
}

.ledger-row:nth-child(odd) .ledger-panel {
  flex-direction: row;
}

.ledger-row:nth-child(even) .ledger-panel {
  flex-direction: row-reverse;
}

.ledger-panel {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #313640;
  border-radius: 10px;
  overflow: hidden;
  color: #F2EEE2;
}

.ledger-panel.is-gap {
  margin-left: 44px;
  width: auto;
  min-width: 0;
}

.stubcol {
  background-color: #313640;
  width: 136px;
  flex: 0 0 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-image: repeating-linear-gradient(
    0deg,
    #373d49 0, #373d49 2px, #313640 2px, #313640 5px
  );
}

.stubcode {
  color: #C89A5B;
  font-family: "Courier New", monospace;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
}

.stubcode:before {
  content: "SEC-";
  color: #93374D;
}

.stubperf {
  width: 60px;
  height: 3px;
  background-color: #6E747C;
  margin: 10px 0;
  border-radius: 2px;
}

.nightchip {
  font-size: 11px;
  letter-spacing: 2px;
  color: #191B1F;
  background-color: #C89A5B;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.rowcopy {
  padding: 22px 30px;
  flex: 1 1 auto;
}

.rowcopy h3 {
  margin: 0 0 8px;
  color: #FBF9F0;
  font-size: 22px;
}

.rowcopy p {
  margin: 0 0 14px;
  color: #E4E0d4;
}

.linkpill {
  display: inline-block;
  color: #F2EEE2;
  background-color: #93374D;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.linkpill:hover {
  background-color: #C89A5B;
  color: #191B1F;
}

.ledger-mark {
  display: none;
}

/* =====================================================================
   DOORS-OPEN FLOW (concourse rail with moving stub)
   ===================================================================== */

.flowconcourse {
  background-color: #24262B;
}

.flowhead {
  text-align: center;
  padding-top: 30px;
}

.flowhead h2 {
  color: #F2EEE2;
  font-size: clamp(24px, 4vw, 36px);
  margin: 0 0 6px;
}

.flowhead .fsub {
  color: #93374D;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.trakwrap {
  position: relative;
  margin: 40px 0 6px;
}

.railbar {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #191B1F;
  border-top: 2px solid #6E747C;
  border-bottom: 2px solid #6E747C;
}

.railbar .returnlane {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 2px dashed #6E747C;
}

.railbar .returnlane span {
  position: absolute;
  right: 4px;
  top: 6px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #6E747C;
  text-transform: uppercase;
}

.doorline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 74px;
}

.doorstop {
  flex: 1 1 0;
  max-width: 200px;
  text-align: center;
  padding: 0 4px;
}

.stub-mark {
  display: inline-block;
  width: 26px;
  height: 46px;
  background-color: #FBF9F0;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.stub-mark.is-on {
  transform: translateY(-8px);
}

.stub-mark:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 8px;
  height: 3px;
  background-color: #93374D;
}

.stub-mark:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 12px;
  background-color: #24262B;
  border-radius: 2px;
}

.doorplate {
  margin-top: 12px;
  background-color: #93374D;
  color: #FBF9F0;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 4px;
  border-radius: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.doorplate .dnum {
  display: block;
  font-size: 12px;
  color: #C89A5B;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.doorcap {
  margin-top: 12px;
  color: #D6D2c6;
  font-size: 14px;
  padding: 0 6px;
  min-height: 46px;
}

.ongoingnote {
  text-align: center;
  color: #6E747C;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 0 0;
  border-top: 1px dashed #6E747C;
  display: inline;
}

@media (max-width: 720px) {
  .doorstop {
    flex: 0 1 20%;
  }
  .doorcap {
    display: none;
  }
  .flowinner .railbar .returnlane {
    display: none;
  }
  .ledger-panel {
    flex-direction: column;
  }
  .ledger-row:nth-child(even) .ledger-panel {
    flex-direction: column;
  }
  .ledger-panel.is-gap {
    margin-left: 0;
  }
  .stubcol {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 16px;
  }
  .stubcol .nightchip {
    order: -1;
  }
}

.flowinner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px 20px;
}

/* =====================================================================
   ACCENT STRIP
   ===================================================================== */

.seasonstrip {
  background-color: #C89A5B;
  color: #191B1F;
}

.seasonstripinner {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 30px 0;
  flex-wrap: wrap;
}

.stampmark {
  border: 2px dashed #7a4f22;
  border-radius: 8px;
  padding: 10px 18px;
  color: #191B1F;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-2deg);
}

.stampmark span {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
}

.seasonstrip p {
  flex: 1 1 320px;
  margin: 0;
  font-weight: 600;
  color: #191B1F;
  font-size: 17px;
}

.btn-dark {
  background-color: #191B1F;
  color: #FBF9F0;
  padding: 13px 26px;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid #191B1F;
  display: inline-block;
}

.btn-dark:hover {
  background-color: #93374D;
  border-color: #93374D;
  color: #FBF9F0;
}

/* =====================================================================
   CONCOURSE-RAIL FOOTER
   ===================================================================== */

.concoursefooter {
  background-color: #191B1F;
}

.railrun {
  height: 18px;
  background-color: #191B1F;
  border-top: 3px solid #6E747C;
  position: relative;
}

.railrun .maptrees {
  position: absolute;
  inset: 0;
}

.railrun .stop-post {
  position: absolute;
  top: 2px;
  width: 6px;
  height: 14px;
  background-color: #C89A5B;
}

.railrun .kickplate {
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 0;
  right: 0;
  background-color: #93374D;
}

.footerpanels {
  display: flex;
  gap: 40px;
  padding: 44px 0 30px;
  flex-wrap: wrap;
}

.fcol {
  flex: 1 1 200px;
}

.fcol h4 {
  color: #C89A5B;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.fcol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fcol li {
  margin: 0 0 8px;
}

.fcol a {
  color: #EDE9dD;
}

.fcol a:hover {
  color: #C89A5B;
}

.fcol p {
  color: #EDE9dD;
  margin: 0 0 8px;
  font-size: 15px;
}

.plaque {
  background-color: #93374D;
  border-top: 2px solid #C89A5B;
  padding: 26px 0;
  position: relative;
  z-index: 1;
}

.plaque-inner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.plaque .stable {
  color: #FBF9F0;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 17px;
}

.plaque .firmline {
  color: #F6E7EB;
  font-size: 15px;
}

.plaque a {
  color: #FBF9F0;
  border-bottom: 1px dotted #C89A5B;
}

.copyrightline {
  background-color: #191B1F;
  color: #A9A79F;
  text-align: center;
  padding: 18px 24px;
  font-size: 13px;
}

.copyrightline span {
  color: #C89A5B;
}

/* =====================================================================
   SHARED REVEAL
   ===================================================================== */

.reveal {
  opacity: 1;
  transform: none;
}

.no-js-reveal .reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* =====================================================================
   INNER PAGES (services / contact share header + content)
   ===================================================================== */

.pagehero {
  background-color: #24262B;
  text-align: center;
  padding: 56px 24px 40px;
}

.pagehero h1 {
  color: #FBF9F0;
  font-size: clamp(30px, 5vw, 52px);
  margin: 0 0 10px;
}

.pagehero p.lede {
  color: #E8E4d8;
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
}

.crumbs {
  color: #C89A5B;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}

.contentwrap {
  background-color: #24262B;
}

.contentwrap .wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}

.twocol-procs {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.proscard {
  flex: 1 1 300px;
  background-color: #313640;
  border: 1px solid #6E747C;
  border-radius: 10px;
  padding: 26px;
}

.proscard h2 {
  color: #FBF9F0;
  margin-top: 0;
  font-size: 24px;
}

.proscard ul {
  color: #EDE9dD;
  padding-left: 20px;
}

.proscard li {
  margin: 10px 0;
}

.servicedetail {
  margin: 40px 0 0;
}

.servicedetail h2 {
  color: #F2EEE2;
  border-left: 6px solid #93374D;
  padding-left: 16px;
  font-size: 28px;
  margin-top: 8px;
}

.detail-graphic {
  background-color: #191B1F;
  border-radius: 12px;
  padding: 24px;
  margin: 20px 0;
}

.detail-graphic h3 {
  color: #C89A5B;
  margin: 0 0 10px;
}

.detail-graphic p {
  color: #E4E0d4;
  margin: 0;
}

.divider-orn {
  height: 2px;
  background-color: #6E747C;
  width: 60px;
  margin: 34px auto;
}

.section-tight {
  background-color: #24262B;
}

/* process flow list */
.procrap {
  background-color: #24262B;
}

.procsteps {

  list-style: none;
  margin: 0;
  padding: 0;
}

.procstep {
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px dashed #6E747C;
}

.procstep .pstep {
  flex: 0 0 60px;
  color: #C89A5B;
  font-weight: 800;
  font-size: 22px;
}

.procstep h3 {
  color: #FBF9F0;
  margin: 0;
}

.procstep p {
  color: #E4E0d4;
  margin: 2px 0 0;
  max-width: 720px;
}

/* CTA band */
.ctaband {
  background-color: #93374D;
}

.ctainner {
  text-align: center;
  padding: 54px 24px;
}

.ctainner h2 {
  color: #FBF9F0;
  font-size: clamp(26px, 4vw, 40px);
  margin: 0 0 10px;
}

.ctainner p {
  color: #F6E7EB;
  max-width: 640px;
  margin: 0 auto 22px;
}

.btn-cta {
  background-color: #C89A5B;
  color: #191B1F;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
}

.btn-cta:hover {
  background-color: #FBF9F0;
  color: #93374D;
}

/* =====================================================================
   CONTACT FORM
   ===================================================================== */

.contactlayout {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.formpanel {
  flex: 1 1 460px;
  background-color: #313640;
  border-radius: 12px;
  padding: 30px;
}

.booking-form label {
  display: block;
  color: #C89A5B;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0 6px;
  font-weight: 700;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #191B1F;
  border: 1px solid #6E747C;
  color: #F2EEE2;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
}

.booking-form textarea {
  min-height: 150px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: #C89A5B;
}

.btn-submit {
  display: inline-block;
  margin-top: 20px;
  background-color: #93374D;
  color: #FBF9F0;
  border: none;
  padding: 13px 30px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #C89A5B;
  color: #191B1F;
}

.note-small {
  color: #A9A79F;
  font-size: 13px;
}

.sideinfo {
  flex: 1 1 300px;
}

.sideinfo h2 {
  color: #C89A5B;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 16px;
}

.firmcard {
  background-color: #313640;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 20px;
}

.firmcard p {
  margin: 0 0 8px;
  color: #E4E0d4;
}

.firmcard .kv {
  color: #C89A5B;
  font-weight: 700;
}

.smallhead {
  color: #FBF9F0;
  font-weight: 700;
  margin: 0 0 8px;
}

.hoursline {
  color: #E4E0d4;
}

.gv-hours {
  font-family: "Courier New", monospace;
  color: #C89A5B;
}

/* FAQ */
.faqlist {
  background-color: #313640;
  border-radius: 10px;
  padding: 22px;
}

.acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  color: #FBF9F0;
  text-align: left;
  font-size: 16px;
  padding: 14px 4px;
  border-bottom: 1px solid #6E747C;
  cursor: pointer;
  font-family: inherit;
}

.acc-head .ca {
  color: #C89A5B;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 24px;
  text-align: center;
}

.acc-body {
  padding: 4px 4px 14px;
  color: #E4E0d4;
  border-bottom: 1px dashed #6E747C;
}

/* hero bowl is decorative only behind text; all opaque */
.boxwindow,
.tunnelgate,
.seatbanded,
.graderack {
  pointer-events: none;
}

.skiplink {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: #93374D;
  color: #FBF9F0;
  padding: 10px 16px;
}

.skiplink:focus {
  left: 10px;
  top: 8px;
  position: absolute;
  z-index: 1200;
}
