.mr-tour {
  --mr-navy: #071923;
  --mr-blue: #0e2e42;
  --mr-ink: #10212b;
  --mr-slate: #52636c;
  --mr-paper: #ffffff;
  --mr-cream: #f7f4ec;
  --mr-gold: #dcb454;
  --mr-gold-deep: #a9791d;
  --mr-cyan: #19a8da;
  --mr-line: rgba(16, 33, 43, 0.15);
  background: #fbfaf6;
  color: var(--mr-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow: clip;
}

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

.mr-tour img {
  display: block;
  max-width: 100%;
}

.mr-tour h1,
.mr-tour h2,
.mr-tour h3 {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: none;
}

.mr-tour h2 {
  font-size: clamp(38px, 4.3vw, 64px);
}

.mr-tour h3 {
  font-size: 28px;
}

.mr-tour p {
  margin: 0 0 1.15em;
}

.mr-tour a {
  color: inherit;
  text-decoration: none;
}

.mr-tour button,
.mr-tour input,
.mr-tour select,
.mr-tour textarea {
  font: inherit;
}

.mr-tour .section-shell {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.mr-tour .eyebrow {
  margin: 0 0 18px;
  color: var(--mr-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mr-tour .eyebrow.dark {
  color: var(--mr-gold-deep);
}

.mr-tour .section-heading {
  max-width: 820px;
  margin: 0 auto 58px;
}

.mr-tour .section-heading.centered {
  text-align: center;
}

.mr-tour .section-heading > p:last-child {
  margin: 24px auto 0;
  color: inherit;
  opacity: 0.72;
}

.mr-button {
  min-height: 51px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mr-button:hover,
.mr-button:focus-visible {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 13px 30px rgba(7, 25, 35, 0.18);
}

.mr-button-gold {
  background: var(--mr-gold);
  color: var(--mr-navy);
}

.mr-button-navy {
  background: var(--mr-navy);
  color: #fff;
}

.mr-button-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.mr-tour-hero {
  min-height: 850px;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--mr-navy);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.mr-tour-hero-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  filter: saturate(0.92) contrast(1.04);
  transform: scaleX(-1);
}

.mr-tour-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 17, 23, 0.82) 0%, rgba(4, 17, 23, 0.64) 44%, rgba(4, 17, 23, 0.06) 78%),
    linear-gradient(0deg, rgba(4, 17, 23, 0.56), transparent 44%);
}

.mr-tour-hero-copy {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
  padding: 105px 48% 145px 0;
}

.mr-tour-hero h1 {
  color: #fff;
  font-size: clamp(57px, 5.7vw, 90px);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.25);
}

.mr-tour-hero h1 em {
  color: var(--mr-gold);
  font-weight: 400;
}

.mr-tour-hero-lead {
  margin-top: 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.45;
}

.mr-tour-hero-lead + p {
  color: rgba(255, 255, 255, 0.8);
}

.mr-tour-hero-actions {
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.mr-tour-hero-actions > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.mr-tour-hero-facts {
  display: flex;
  gap: 30px;
  margin-top: 31px;
}

.mr-tour-hero-facts span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.mr-tour-hero-facts b {
  display: block;
  color: #fff;
  font-size: 11px;
}

.mr-tour-hero-prices {
  display: flex;
  gap: 10px;
  margin-top: 19px;
}

.mr-tour-hero-prices span {
  min-width: 88px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 4px 8px;
  background: rgba(4, 17, 23, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(6px);
}

.mr-tour-hero-prices i {
  grid-column: 1 / 3;
  color: rgba(255, 255, 255, 0.73);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mr-tour-hero-prices del {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.mr-tour-hero-prices b {
  color: var(--mr-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.mr-tour-offer-badge {
  position: absolute;
  z-index: 4;
  top: 76px;
  right: 6vw;
  width: 174px;
  height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mr-gold);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  color: var(--mr-navy);
  text-align: center;
  transform: rotate(5deg);
}

.mr-tour-offer-badge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.9;
}

.mr-tour-offer-badge span {
  margin-top: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
}

.mr-tour-offer-badge small {
  margin-top: 7px;
  padding-top: 7px;
  display: block;
  border-top: 1px solid rgba(7, 25, 35, 0.3);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.mr-tour-availability {
  min-height: 66px;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(4, 17, 23, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-tour-availability i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ad0a8;
  box-shadow: 0 0 0 6px rgba(122, 208, 168, 0.12);
}

.mr-tour-availability strong {
  color: var(--mr-gold);
}

.mr-why-vote {
  padding: 135px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
}

.mr-voter-graphic {
  min-height: 500px;
  position: relative;
  background: var(--mr-navy);
  box-shadow: 25px 25px 0 rgba(220, 180, 84, 0.2);
  isolation: isolate;
  overflow: hidden;
}

.mr-voter-graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 25, 35, 0.06), rgba(7, 25, 35, 0.33));
}

.mr-voter-graphic img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.mr-why-vote > div:last-child > p:not(.eyebrow):not(.mr-tour-pull) {
  color: var(--mr-slate);
}

.mr-tour-pull {
  margin: 28px 0;
  padding-left: 23px;
  border-left: 2px solid var(--mr-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.45;
}

.mr-how-tour-works {
  padding: 125px 0;
  background: var(--mr-blue);
  color: #fff;
  text-align: center;
}

.mr-how-tour-works h2 {
  margin-bottom: 60px;
}

.mr-tour-steps {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  gap: 1px;
  text-align: left;
}

.mr-tour-step {
  min-height: 315px;
  position: relative;
  background: var(--mr-blue);
  isolation: isolate;
  overflow: hidden;
}

.mr-tour-step > img {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  width: 100%;
  height: 32%;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.72) contrast(1.06);
}

.mr-tour-step::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 25, 35, 0.12) 0 22%, var(--mr-blue) 46%);
}

.mr-tour-step-content {
  padding: 27px 31px 32px;
}

.mr-tour-step b {
  display: block;
  color: var(--mr-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.mr-tour-step h3 {
  margin: 52px 0 15px;
  color: #fff;
  font-size: 27px;
}

.mr-tour-step p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
}

.mr-bruce-message {
  padding: 145px 0;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 8vw;
}

.mr-video-coming {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.mr-video-coming::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 17, 23, 0.87), transparent 55%);
}

.mr-video-coming img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.mr-play-symbol {
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding-left: 6px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(4, 17, 23, 0.35);
  color: #fff;
  font-size: 22px;
  transform: translate(-50%, -50%);
}

.mr-video-coming > span {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 34px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.3;
}

.mr-video-coming > span b {
  color: var(--mr-gold);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mr-bruce-message > div:last-child > p:not(.eyebrow):not(.mr-signed) {
  color: var(--mr-slate);
}

.mr-signed {
  color: var(--mr-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
}

.mr-tour-experience {
  padding: 130px 0;
  background: var(--mr-navy);
  color: #fff;
}

.mr-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mr-experience-card {
  min-height: 315px;
  position: relative;
  background: #0b2431;
  isolation: isolate;
  overflow: hidden;
}

.mr-experience-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.27;
  filter: grayscale(0.15) saturate(0.65) contrast(1.05);
}

.mr-experience-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(145deg, rgba(7, 25, 35, 0.5), rgba(7, 25, 35, 0.94) 80%);
}

.mr-experience-card-content {
  padding: 37px;
}

.mr-experience-card span {
  color: var(--mr-gold);
  font-size: 16px;
  letter-spacing: 0.14em;
}

.mr-experience-card h3 {
  margin: 48px 0 18px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.02em;
}

.mr-experience-card p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
}

.mr-speaker-section {
  padding: 145px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
}

.mr-speaker-image {
  position: relative;
}

.mr-speaker-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.82);
}

.mr-speaker-image span {
  position: absolute;
  bottom: 30px;
  left: -25px;
  padding: 17px 22px;
  background: var(--mr-gold);
  color: var(--mr-navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.mr-speaker-copy > p:not(.eyebrow) {
  color: var(--mr-slate);
}

.mr-speaker-copy em {
  color: #0a789b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.mr-ticket-section {
  padding: 135px 0;
  background: var(--mr-cream);
}

.mr-ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.mr-ticket-card {
  position: relative;
  padding: 42px 34px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--mr-line);
}

.mr-ticket-card.vip {
  border: 2px solid var(--mr-gold);
  box-shadow: 0 25px 65px rgba(7, 25, 35, 0.12);
  transform: translateY(-12px);
}

.mr-ticket-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 13px;
  background: var(--mr-gold);
  color: var(--mr-navy);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.mr-ticket-card.platinum .mr-ticket-badge {
  background: var(--mr-navy);
  color: var(--mr-gold);
}

.mr-ticket-label {
  margin: 0;
  color: #087a9f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mr-ticket-card h3 {
  margin: 18px 0 12px;
  font-size: 30px;
}

.mr-ticket-note {
  min-height: 68px;
  color: var(--mr-slate);
  font-size: 13px;
}

.mr-ticket-price {
  margin: 22px 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 3px 13px;
  border-top: 1px solid var(--mr-line);
  border-bottom: 1px solid var(--mr-line);
}

.mr-ticket-price del {
  color: var(--mr-slate);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  text-decoration-color: var(--mr-gold-deep);
  text-decoration-thickness: 2px;
}

.mr-ticket-price strong {
  grid-row: 1 / 3;
  grid-column: 2;
  justify-self: end;
  color: var(--mr-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
}

.mr-ticket-price span {
  font-size: 7px;
  letter-spacing: 0.14em;
}

.mr-ticket-price b {
  grid-column: 1 / 3;
  margin-top: 9px;
  color: #087a9f;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.mr-upgrade-note {
  padding: 10px;
  background: #f7f0dc;
  color: var(--mr-gold-deep);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.mr-ticket-card ul {
  margin: 6px 0 30px;
  padding: 0;
  list-style: none;
}

.mr-ticket-card li {
  position: relative;
  padding: 8px 0 8px 21px;
  border-bottom: 1px solid rgba(16, 33, 43, 0.08);
  color: var(--mr-slate);
  font-size: 13px;
  line-height: 1.4;
}

.mr-ticket-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #087a9f;
  font-weight: 800;
}

.mr-ticket-card .mr-button {
  margin-top: auto;
}

.mr-platinum-disclaimer {
  max-width: 850px;
  margin: 35px auto 0;
  color: var(--mr-slate);
  font-size: 11px;
  text-align: center;
}

.mr-city-demand {
  padding: 145px 0;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 8vw;
}

.mr-city-demand > div:first-child > p:not(.eyebrow) {
  color: var(--mr-slate);
}

.mr-city-tags {
  margin: 28px 0 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mr-city-tags span {
  padding: 10px 13px;
  background: #fff;
  border: 1px solid var(--mr-line);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.mr-city-guarantee {
  padding: 55px;
  background: var(--mr-blue);
  box-shadow: 25px 25px 0 var(--mr-gold);
  color: #fff;
}

.mr-city-guarantee > span {
  color: var(--mr-gold);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.mr-city-guarantee > strong {
  margin: 14px 0 25px;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.15;
}

.mr-city-guarantee p,
.mr-city-guarantee li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.mr-city-guarantee ul {
  padding-left: 20px;
}

.mr-city-guarantee small {
  color: var(--mr-gold);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.mr-campaign-art {
  padding: 115px 0;
  background: #fff;
}

.mr-campaign-art-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.mr-campaign-art-card {
  position: relative;
  overflow: hidden;
  background: var(--mr-navy);
  box-shadow: 0 24px 60px rgba(7, 25, 35, 0.14);
}

.mr-campaign-art-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 500ms ease;
}

.mr-campaign-art-card:hover img {
  transform: scale(1.025);
}

.mr-campaign-art-card a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.mr-vote-form-section {
  position: relative;
  padding: 130px 0;
  background: var(--mr-navy);
  isolation: isolate;
}

.mr-vote-form-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}

.mr-vote-form-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 25, 35, 0.97), rgba(7, 25, 35, 0.84)), rgba(7, 25, 35, 0.7);
}

.mr-vote-form-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
}

.mr-vote-form-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 7vw;
}

.mr-vote-form-intro {
  position: sticky;
  top: 125px;
  color: #fff;
}

.mr-vote-form-intro h2 {
  color: #fff;
  font-size: 56px;
}

.mr-vote-form-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.mr-mini-prices {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mr-mini-prices span {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.mr-mini-prices del {
  color: rgba(255, 255, 255, 0.44);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.mr-mini-prices b {
  color: var(--mr-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.mr-tour-vote-form {
  padding: 48px;
  background: var(--mr-cream);
  color: var(--mr-ink);
  scroll-margin-top: 110px;
}

.mr-vote-form-head {
  margin-bottom: 35px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.mr-vote-form-head h2 {
  font-size: 43px;
}

.mr-inline-availability {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mr-slate);
  font-size: 11px;
}

.mr-inline-availability i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42aa78;
}

.mr-inline-availability strong {
  color: #087a9f;
}

.mr-form-progress {
  margin: 0 0 38px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
}

.mr-form-progress > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a9296;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mr-form-progress b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #aeb4b6;
  border-radius: 50%;
}

.mr-form-progress > span.active {
  color: #087a9f;
}

.mr-form-progress > span.active b {
  background: #087a9f;
  border-color: #087a9f;
  color: #fff;
}

.mr-form-progress i {
  height: 1px;
  margin: 0 10px;
  background: rgba(16, 33, 43, 0.2);
}

.mr-form-step {
  display: none;
}

.mr-form-step.active {
  display: block;
}

.mr-form-step > h3 {
  margin-bottom: 30px;
}

.mr-tour-vote-form label,
.mr-choice-field legend {
  color: var(--mr-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-tour-vote-form label {
  margin: 0 0 19px;
  display: block;
}

.mr-tour-vote-form label small,
.mr-choice-field legend small {
  margin-left: 7px;
  color: var(--mr-slate);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.mr-tour-vote-form input:not([type="radio"]):not([type="checkbox"]),
.mr-tour-vote-form select,
.mr-tour-vote-form textarea {
  width: 100%;
  min-height: 51px;
  margin-top: 7px;
  padding: 13px 14px;
  display: block;
  background: #fff;
  border: 1px solid rgba(16, 33, 43, 0.22);
  border-radius: 0;
  box-shadow: none;
  color: var(--mr-ink);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.mr-tour-vote-form textarea {
  min-height: 120px;
  resize: vertical;
}

.mr-tour-vote-form input:focus,
.mr-tour-vote-form select:focus,
.mr-tour-vote-form textarea:focus {
  outline: 3px solid rgba(25, 168, 218, 0.22);
  border-color: var(--mr-cyan);
}

.mr-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mr-choice-field {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.mr-choice-field legend {
  width: 100%;
  margin-bottom: 10px;
}

.mr-choice-field > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mr-choice-field label {
  margin: 0;
}

.mr-choice-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mr-choice-field span {
  min-height: 49px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 33, 43, 0.2);
  color: var(--mr-slate);
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.mr-choice-field input:checked + span {
  background: #e8f5f8;
  border-color: #087a9f;
  box-shadow: inset 3px 0 0 #087a9f;
  color: #087a9f;
}

.mr-choice-field input:focus-visible + span {
  outline: 3px solid rgba(25, 168, 218, 0.28);
  outline-offset: 2px;
}

.mr-check-field {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
}

.mr-check-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.mr-check-field b {
  color: #087a9f;
}

.mr-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.mr-form-controls {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mr-form-controls button {
  cursor: pointer;
}

.mr-text-link {
  padding: 4px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: #087a9f;
  font-size: 11px;
  font-weight: 700;
}

.mr-form-error {
  padding: 13px 15px;
  background: #fff0ee;
  border-left: 3px solid #be4334;
  color: #7d2c22;
  font-size: 12px;
}

.mr-form-privacy {
  margin: 23px 0 0;
  color: var(--mr-slate);
  font-size: 10px;
  text-align: center;
}

.mr-form-privacy a {
  text-decoration: underline;
}

.mr-vote-result {
  padding: 50px;
  background: var(--mr-blue);
  color: #fff;
  scroll-margin-top: 115px;
}

.mr-result-kicker {
  color: var(--mr-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.mr-vote-result h2 {
  margin: 22px 0;
  color: #fff;
  font-size: 52px;
}

.mr-vote-result > p {
  color: rgba(255, 255, 255, 0.7);
}

.mr-result-prices {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mr-result-prices span {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  background: #0b2635;
}

.mr-result-prices b {
  grid-column: 1 / 3;
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.mr-result-prices del {
  color: rgba(255, 255, 255, 0.43);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.mr-result-prices strong {
  color: var(--mr-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
}

.mr-result-ticket-buttons {
  display: grid;
  gap: 9px;
}

.mr-result-ticket-link {
  width: 100%;
  min-height: 57px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--mr-gold);
  border: 1px solid var(--mr-gold);
  color: var(--mr-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mr-result-ticket-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.mr-result-small {
  margin-top: 20px !important;
  font-size: 10px !important;
}

.mr-result-actions {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mr-result-actions .mr-text-link {
  color: #fff;
}

.mr-tour-faq {
  padding: 145px 0;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
}

.mr-faq-intro > p:not(.eyebrow) {
  color: var(--mr-slate);
}

.mr-faq-list {
  border-top: 1px solid var(--mr-line);
}

.mr-faq-list details {
  border-bottom: 1px solid var(--mr-line);
}

.mr-faq-list summary {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.25;
  list-style: none;
}

.mr-faq-list summary::-webkit-details-marker {
  display: none;
}

.mr-faq-list summary span {
  color: #087a9f;
  transition: transform 160ms ease;
}

.mr-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.mr-faq-list p {
  margin: 0 0 25px;
  color: var(--mr-slate);
  font-size: 14px;
}

.mr-tour-final {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--mr-navy);
  color: #fff;
  isolation: isolate;
}

.mr-tour-final > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

.mr-tour-final::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 23, 0.98), rgba(4, 17, 23, 0.87) 48%, rgba(4, 17, 23, 0.08) 80%);
}

.mr-tour-final article {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
  padding-right: 50%;
}

.mr-tour-final article > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.mr-tour-final-prices {
  margin: 28px 0;
  display: flex;
  gap: 28px;
}

.mr-tour-final-prices span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 5px 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.mr-tour-final-prices del {
  color: rgba(255, 255, 255, 0.46);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.mr-tour-final-prices b {
  color: var(--mr-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.mr-tour-final article > small {
  margin-top: 13px;
  display: block;
  color: rgba(255, 255, 255, 0.52);
}

.mr-mobile-sticky-vote {
  display: none;
}

@media (max-width: 1080px) {
  .mr-tour-hero-copy {
    padding-right: 40%;
  }

  .mr-tour-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .mr-ticket-grid {
    grid-template-columns: 1fr;
  }

  .mr-ticket-card.vip {
    order: -1;
    transform: none;
  }

  .mr-ticket-note {
    min-height: 0;
  }

  .mr-vote-form-shell {
    gap: 5vw;
  }

  .mr-tour-vote-form {
    padding: 36px;
  }

  .mr-vote-form-head {
    display: block;
  }

  .mr-inline-availability {
    margin-top: 18px;
  }
}

@media (max-width: 760px) {
  .mr-tour {
    padding-bottom: 66px;
  }

  .mr-tour .section-shell,
  .mr-tour-hero-copy,
  .mr-tour-final article {
    width: calc(100% - 40px);
  }

  .mr-tour h2 {
    font-size: 42px;
  }

  .mr-tour-hero {
    min-height: auto;
    display: block;
  }

  .mr-tour-hero-image {
    height: 330px;
    position: relative;
    object-position: 65% center;
  }

  .mr-tour-hero-shade {
    height: 330px;
    background: linear-gradient(0deg, var(--mr-navy) 0%, rgba(7, 25, 35, 0.82) 48%, rgba(7, 25, 35, 0.08));
  }

  .mr-tour-hero-copy {
    padding: 38px 0 100px;
  }

  .mr-tour-hero h1 {
    font-size: 48px;
  }

  .mr-tour-hero-lead {
    font-size: 21px;
  }

  .mr-tour-hero-facts {
    flex-wrap: wrap;
    gap: 16px;
  }

  .mr-tour-hero-prices {
    gap: 6px;
  }

  .mr-tour-hero-prices span {
    min-width: 0;
    padding: 9px 7px;
    flex: 1;
  }

  .mr-tour-hero-prices b {
    font-size: 20px;
  }

  .mr-tour-offer-badge {
    width: 120px;
    height: 120px;
    top: 229px;
    right: 18px;
  }

  .mr-tour-offer-badge strong {
    font-size: 36px;
  }

  .mr-tour-offer-badge span {
    font-size: 6px;
  }

  .mr-tour-offer-badge small {
    margin-top: 4px;
    padding-top: 4px;
    font-size: 5px;
  }

  .mr-tour-availability {
    min-height: 58px;
    padding: 15px 20px;
    font-size: 9px;
  }

  .mr-why-vote,
  .mr-bruce-message,
  .mr-speaker-section,
  .mr-city-demand,
  .mr-tour-faq {
    padding: 85px 0;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mr-voter-graphic,
  .mr-voter-graphic img {
    min-height: 370px;
  }

  .mr-voter-graphic {
    order: 2;
    box-shadow: 12px 12px 0 rgba(220, 180, 84, 0.2);
  }

  .mr-how-tour-works,
  .mr-tour-experience,
  .mr-ticket-section,
  .mr-vote-form-section,
  .mr-campaign-art {
    padding: 85px 0;
  }

  .mr-tour-steps,
  .mr-experience-grid,
  .mr-campaign-art-grid {
    grid-template-columns: 1fr;
  }

  .mr-tour-step {
    min-height: 286px;
  }

  .mr-tour-step h3 {
    margin-top: 43px;
  }

  .mr-experience-card {
    min-height: 270px;
  }

  .mr-experience-card-content {
    padding: 28px;
  }

  .mr-experience-card h3 {
    margin-top: 27px;
  }

  .mr-video-coming,
  .mr-video-coming img {
    min-height: 380px;
    height: 380px;
  }

  .mr-play-symbol {
    width: 70px;
    height: 70px;
  }

  .mr-speaker-image img {
    min-height: 420px;
  }

  .mr-speaker-image span {
    left: 0;
  }

  .mr-ticket-card {
    padding: 38px 25px;
  }

  .mr-city-guarantee {
    padding: 38px 28px;
    box-shadow: 12px 12px 0 var(--mr-gold);
  }

  .mr-vote-form-shell {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mr-vote-form-intro {
    position: static;
  }

  .mr-vote-form-intro h2 {
    font-size: 43px;
  }

  .mr-tour-vote-form {
    margin-inline: -4px;
    padding: 28px 20px;
  }

  .mr-vote-form-head h2 {
    font-size: 35px;
  }

  .mr-form-progress > span {
    font-size: 0;
  }

  .mr-form-progress b {
    font-size: 9px;
  }

  .mr-choice-field > div,
  .mr-form-row,
  .mr-result-prices {
    grid-template-columns: 1fr;
  }

  .mr-form-controls {
    align-items: stretch;
  }

  .mr-form-controls .mr-button {
    flex: 1;
    width: auto;
    font-size: 9px;
  }

  .mr-vote-result {
    padding: 35px 22px;
  }

  .mr-vote-result h2 {
    font-size: 39px;
  }

  .mr-result-prices span {
    grid-template-columns: 1fr auto;
  }

  .mr-result-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .mr-tour-final {
    min-height: 680px;
    align-items: flex-end;
  }

  .mr-tour-final > img {
    object-position: 66% center;
  }

  .mr-tour-final::after {
    background: linear-gradient(0deg, rgba(4, 17, 23, 0.98), rgba(4, 17, 23, 0.84) 62%, rgba(4, 17, 23, 0.1));
  }

  .mr-tour-final article {
    padding: 0 0 50px;
  }

  .mr-tour-final-prices {
    gap: 16px;
  }

  .mr-mobile-sticky-vote {
    min-height: 66px;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--mr-gold);
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.2);
    color: var(--mr-navy);
  }

  .mr-mobile-sticky-vote span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
  }

  .mr-mobile-sticky-vote b {
    font-size: 8px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
}
