:root {
  --mr-ink: #0b1f33;
  --mr-navy: #071b32;
  --mr-navy-2: #0d2a46;
  --mr-gold: #c9973b;
  --mr-gold-light: #e8c36f;
  --mr-teal: #2f7774;
  --mr-sky: #eef6f7;
  --mr-ivory: #fbf8f1;
  --mr-white: #ffffff;
  --mr-slate: #526474;
  --mr-line: #dfe7ea;
  --mr-shadow: 0 24px 65px rgba(11, 31, 51, .10);
  --mr-radius: 22px;
  --mr-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --mr-sans: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.mr-worldclass-site {
  margin: 0;
  background: var(--mr-white);
  color: var(--mr-ink);
  font-family: var(--mr-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.mr-worldclass-site .elementor { overflow: clip; }
.mr-worldclass-site .elementor-widget-text-editor,
.mr-worldclass-site .elementor-widget-heading,
.mr-worldclass-site .elementor-widget-button { margin-bottom: 0; }
.mr-section {
  position: relative;
  width: 100%;
  padding: clamp(72px, 9vw, 132px) max(24px, calc((100vw - 1240px) / 2));
  gap: clamp(28px, 4vw, 64px);
  background: var(--mr-white);
}
.mr-section-white { background: var(--mr-white); }
.mr-section-sky { background: var(--mr-sky); }
.mr-section-ivory { background: var(--mr-ivory); }
.mr-section-navy {
  color: var(--mr-white);
  background:
    radial-gradient(circle at 85% 0%, rgba(201, 151, 59, .16), transparent 33%),
    radial-gradient(circle at 10% 100%, rgba(47, 119, 116, .18), transparent 35%),
    var(--mr-navy);
}
.mr-section-navy a { color: inherit; }
.mr-kicker p,
p.mr-kicker {
  margin: 0 0 12px;
  color: var(--mr-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.mr-kicker-gold p,
p.mr-kicker-gold { color: var(--mr-gold-light); }
.mr-display .elementor-heading-title,
.mr-display {
  max-width: 850px;
  margin: 0;
  color: var(--mr-ink);
  font-family: var(--mr-serif);
  font-size: clamp(49px, 6.8vw, 96px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}
.mr-light .elementor-heading-title,
.mr-light { color: var(--mr-white) !important; }
.mr-section-title .elementor-heading-title,
.mr-section-title {
  max-width: 920px;
  margin: 0;
  color: var(--mr-ink);
  font-family: var(--mr-serif);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
  text-wrap: balance;
}
.mr-statement .elementor-heading-title,
.mr-statement {
  max-width: 1050px;
  margin: 0;
  color: var(--mr-white);
  font-family: var(--mr-serif);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.05;
  text-wrap: balance;
}
.mr-card-title .elementor-heading-title,
.mr-card-title {
  margin: 0;
  color: var(--mr-ink);
  font-family: var(--mr-serif);
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.mr-lead,
.mr-lead p,
.mr-prose,
.mr-prose p,
.mr-prose li {
  color: var(--mr-slate);
  font-family: var(--mr-sans);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}
.mr-lead { max-width: 760px; }
.mr-lead p { margin: 0 0 1em; }
.mr-lead p:last-child { margin-bottom: 0; }
.mr-lead-light,
.mr-lead-light p { color: rgba(255, 255, 255, .80); }
.mr-prose p { margin: 0 0 1.15em; }
.mr-prose p:last-child { margin-bottom: 0; }
.mr-prose ul { margin: 0; padding-left: 1.2em; }
.mr-prose li { margin: .45em 0; }
.mr-prose strong { color: var(--mr-ink); }
.mr-prose blockquote,
blockquote {
  margin: 32px 0;
  padding: 10px 0 10px 28px;
  border-left: 3px solid var(--mr-gold);
  color: var(--mr-ink);
  font-family: var(--mr-serif);
  font-size: clamp(24px, 2.3vw, 34px);
  font-style: italic;
  line-height: 1.35;
}
.mr-prose-large p { font-size: clamp(18px, 1.55vw, 22px); }
.mr-center { align-items: center !important; text-align: center; }
.mr-center .mr-lead,
.mr-center.mr-lead { margin-inline: auto; }
.mr-section-intro { max-width: 850px; gap: 16px; }
.mr-section-intro.mr-center { margin-inline: auto; }

.mr-button-row {
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
.mr-button-row.mr-center { justify-content: center !important; }
.mr-button .elementor-button,
.mr-worldclass-site .elementor-button.mr-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid var(--mr-navy);
  border-radius: 999px;
  background: var(--mr-navy);
  color: var(--mr-white);
  font-family: var(--mr-sans);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.mr-button .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(7, 27, 50, .18);
}
.mr-button-secondary .elementor-button {
  border-color: var(--mr-line);
  background: transparent;
  color: var(--mr-ink);
}
.mr-button-gold .elementor-button {
  border-color: var(--mr-gold);
  background: var(--mr-gold);
  color: var(--mr-navy);
}
.mr-button-link .elementor-button {
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(11, 31, 51, .28);
  border-radius: 0;
  background: transparent;
  color: var(--mr-ink);
}

.mr-hero {
  min-height: min(860px, 92vh);
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  background:
    radial-gradient(circle at 82% 15%, rgba(47, 119, 116, .10), transparent 30%),
    linear-gradient(135deg, var(--mr-white), #f5faf9 62%, var(--mr-ivory));
}
.mr-hero-copy {
  width: 58%;
  max-width: 730px;
  gap: 22px;
  z-index: 2;
}
.mr-hero-media {
  width: 38%;
  max-width: 470px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.mr-portrait img {
  display: block;
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.94) contrast(1.02);
}
.mr-portrait-clean img { border-radius: 0 0 220px 220px; }
.mr-floating-proof {
  position: absolute !important;
  right: -10px;
  bottom: 32px;
  width: auto !important;
  min-width: 178px;
  padding: 18px 22px;
  border: 1px solid rgba(201, 151, 59, .32);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--mr-shadow);
  backdrop-filter: blur(18px);
}
.mr-floating-proof p {
  margin: 0;
  color: var(--mr-slate);
  font-size: 13px;
  line-height: 1.35;
}
.mr-floating-proof strong {
  color: var(--mr-ink);
  font-family: var(--mr-serif);
  font-size: 24px;
}

.mr-site-header {
  position: relative;
  z-index: 999;
  min-height: 86px;
  padding: 12px clamp(22px, 4vw, 64px) !important;
  border-bottom: 1px solid rgba(11, 31, 51, .08);
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 8px 35px rgba(11, 31, 51, .05);
  backdrop-filter: blur(16px);
}
.mr-site-header .mr-elementor-header,
.mr-elementor-header {
  min-height: 72px !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--mr-ink) !important;
  box-shadow: none !important;
}
.mr-site-header .mr-elementor-header > .e-con-inner,
.mr-elementor-header > .e-con-inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
.mr-site-header .elementor-nav-menu--main .elementor-item,
.mr-elementor-header .elementor-nav-menu--main .elementor-item {
  color: var(--mr-ink) !important;
}
.mr-site-header .mr-signature-logo img,
.mr-signature-logo img {
  width: min(230px, 36vw);
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}
.mr-site-header nav a,
.mr-site-header .menu-item a {
  color: var(--mr-ink) !important;
  font-family: var(--mr-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .025em;
}
.mr-site-footer {
  padding: 70px max(24px, calc((100vw - 1240px) / 2)) !important;
  background: var(--mr-navy) !important;
  color: rgba(255,255,255,.76);
}
.mr-site-footer a,
.mr-site-footer p,
.mr-site-footer .elementor-heading-title { color: inherit !important; }

.mr-logo-grid {
  display: grid !important;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 26px;
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
  background: var(--mr-white);
  box-shadow: 0 18px 50px rgba(11, 31, 51, .06);
}
.mr-logo-cell {
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.mr-logo-image img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
  transition: filter .25s ease, opacity .25s ease;
}
.mr-logo-cell:hover .mr-logo-image img { filter: none; opacity: 1; }

.mr-manifesto { min-height: 640px; justify-content: center; }
.mr-manifesto .mr-statement { max-width: 1100px; }
.mr-split {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(36px, 6vw, 88px) !important;
}
.mr-split-copy,
.mr-split-media { width: 50%; gap: 20px; }
.mr-photo img {
  display: block;
  width: 100%;
  min-height: 320px;
  max-height: 590px;
  border-radius: var(--mr-radius);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--mr-shadow);
}
.mr-photo-tall img { aspect-ratio: 4 / 5; }
.mr-photo-square img { aspect-ratio: 1 / 1; }
.mr-photo-cinematic img { aspect-ratio: 16 / 10; }

.mr-card-grid {
  display: grid !important;
  width: 100%;
  gap: 18px;
}
.mr-card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mr-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mr-card {
  min-height: 100%;
  gap: 14px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 46px rgba(11, 31, 51, .06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.mr-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 151, 59, .48);
  box-shadow: var(--mr-shadow);
}
.mr-card-eyebrow p {
  margin: 0;
  color: var(--mr-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.mr-card-copy p {
  margin: 0;
  color: var(--mr-slate);
  font-size: 16px;
  line-height: 1.65;
}
.mr-stat-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mr-final-cta { min-height: 520px; align-items: center; justify-content: center; }
.mr-final-cta .mr-statement { color: var(--mr-ink); }
.mr-section-navy.mr-final-cta .mr-statement { color: var(--mr-white); }

.mr-tour-feature {
  min-height: 680px;
  flex-direction: row !important;
  align-items: center !important;
  gap: clamp(36px, 6vw, 88px) !important;
  background: var(--mr-navy);
  color: var(--mr-white);
}
.mr-tour-copy { width: 45%; gap: 20px; }
.mr-tour-media { width: 55%; }
.mr-tour-art img {
  width: 100%;
  border-radius: var(--mr-radius);
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
}

.mr-tour-hero {
  min-height: min(880px, 94vh);
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(34px, 5vw, 76px) !important;
}
.mr-tour-hero-copy { width: 50%; max-width: 670px; gap: 20px; z-index: 2; }
.mr-tour-hero-media { width: 50%; max-width: 640px; position: relative; }
.mr-tour-hero-art img {
  width: 100%;
  border: 1px solid rgba(232,195,111,.30);
  border-radius: 26px;
  box-shadow: 0 32px 84px rgba(0,0,0,.42);
}
.mr-offer-badge {
  position: absolute !important;
  right: -22px;
  top: -22px;
  width: 148px !important;
  height: 148px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 2px solid #f2d284;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #f4d98f, #c08b2e 70%);
  box-shadow: 0 20px 55px rgba(0,0,0,.34);
  text-align: center;
  transform: rotate(5deg);
}
.mr-offer-badge p {
  margin: 0;
  color: var(--mr-navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.25;
}
.mr-offer-badge strong {
  font-family: var(--mr-serif);
  font-size: 32px;
  letter-spacing: -.03em;
}
.mr-price-ribbon {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  width: 100%;
}
.mr-mini-price {
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}
.mr-mini-price p {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  gap: 7px;
  margin: 0;
}
.mr-mini-price span { color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.mr-mini-price del { color: rgba(255,255,255,.52); font-size: 13px; text-decoration-thickness: 2px; }
.mr-mini-price strong { color: var(--mr-gold-light); font-size: 22px; }
.mr-fineprint p { font-size: 12px; line-height: 1.5; }
.mr-ticket-card { position: relative; }
.mr-ticket-featured {
  border: 2px solid var(--mr-gold);
  transform: translateY(-10px);
  box-shadow: 0 28px 68px rgba(11,31,51,.15);
}
.mr-ticket-featured:hover { transform: translateY(-15px); }
.mr-price {
  display: grid;
  gap: 3px;
  margin: 10px 0 20px !important;
}
.mr-price del {
  color: #7d8790;
  font-size: 34px;
  font-weight: 700;
  text-decoration-color: #b34b4b;
  text-decoration-thickness: 4px;
}
.mr-price strong {
  color: var(--mr-ink);
  font-family: var(--mr-serif);
  font-size: 68px;
  letter-spacing: -.045em;
  line-height: 1;
}
.mr-price span {
  color: var(--mr-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.mr-how-grid .mr-card-eyebrow p {
  color: var(--mr-gold);
  font-family: var(--mr-serif);
  font-size: 54px;
  letter-spacing: -.04em;
}
.mr-form-section { align-items: center; }
.mr-form-intro { max-width: 840px; align-items: center; text-align: center; gap: 18px; }
.mr-native-form-widget { width: 100%; max-width: 1040px; }

.mr-tour-vote-form {
  width: 100%;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 34px 90px rgba(0,0,0,.30);
}
.mr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.mr-tour-vote-form label {
  display: grid;
  gap: 8px;
  color: var(--mr-ink);
  font-family: var(--mr-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .015em;
}
.mr-tour-vote-form label > span,
.mr-tour-vote-form label em { color: #a24545; }
.mr-tour-vote-form small { color: #7b8791; font-weight: 500; }
.mr-tour-vote-form input,
.mr-tour-vote-form select,
.mr-tour-vote-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid #cbd7dc;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--mr-ink);
  font: 500 16px/1.4 var(--mr-sans);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.mr-tour-vote-form textarea { min-height: 112px; resize: vertical; }
.mr-tour-vote-form input:focus,
.mr-tour-vote-form select:focus,
.mr-tour-vote-form textarea:focus {
  border-color: var(--mr-teal);
  box-shadow: 0 0 0 4px rgba(47,119,116,.12);
}
.mr-form-full { margin-top: 18px; }
.mr-checkbox {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  margin-top: 18px;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5;
}
.mr-checkbox input { width: 18px; min-height: 18px; margin-top: 2px; }
.mr-checkbox span { color: var(--mr-slate) !important; }
.mr-form-note {
  margin: 20px 0;
  color: #6b7782;
  font-size: 12px;
  line-height: 1.55;
}
.mr-form-note a { color: var(--mr-teal); text-decoration: underline; }
.mr-form-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--mr-gold);
  color: var(--mr-navy);
  cursor: pointer;
  font-family: var(--mr-sans);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mr-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.mr-form-success,
.mr-form-error {
  margin: 0 0 22px;
  padding: clamp(24px,4vw,42px);
  border-radius: 20px;
  background: #f4fbf8;
  color: var(--mr-ink);
}
.mr-form-error { background: #fff1f0; color: #8a2f2f; }
.mr-form-success h3 {
  margin: 0 0 10px;
  font-family: var(--mr-serif);
  font-size: clamp(32px,4vw,50px);
  line-height: 1.05;
}
.mr-form-kicker { color: var(--mr-teal); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.mr-checkout-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.mr-checkout-grid a {
  display: grid;
  gap: 5px;
  padding: 20px;
  border-radius: 14px;
  background: var(--mr-navy);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.mr-checkout-grid span { font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.mr-checkout-grid del { color: rgba(255,255,255,.6); font-size: 18px; text-decoration-thickness: 3px; }
.mr-checkout-grid strong { color: var(--mr-gold-light); font-family: var(--mr-serif); font-size: 36px; }
.mr-mobile-sticky { display: none; }

@media (max-width: 1024px) {
  .mr-section { padding-inline: 34px; }
  .mr-logo-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .mr-card-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mr-card-grid-3,
  .mr-stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mr-hero { min-height: auto; }
  .mr-tour-hero { min-height: auto; }
}

@media (max-width: 767px) {
  .mr-section { padding: 68px 20px; gap: 32px; }
  .mr-site-header { min-height: 72px; padding: 8px 16px !important; }
  .mr-site-header .mr-signature-logo img { width: 168px; max-height: 42px; }
  .mr-display .elementor-heading-title,
  .mr-display { font-size: clamp(46px, 13.5vw, 64px); }
  .mr-section-title .elementor-heading-title,
  .mr-section-title { font-size: clamp(38px, 10vw, 52px); }
  .mr-statement .elementor-heading-title,
  .mr-statement { font-size: clamp(38px, 10vw, 52px); }
  .mr-hero,
  .mr-split,
  .mr-tour-feature,
  .mr-tour-hero {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .mr-hero-copy,
  .mr-hero-media,
  .mr-split-copy,
  .mr-split-media,
  .mr-tour-copy,
  .mr-tour-media,
  .mr-tour-hero-copy,
  .mr-tour-hero-media { width: 100%; max-width: none; }
  .mr-hero { padding-top: 72px; }
  .mr-hero-media { order: 2; }
  .mr-portrait img { max-height: 520px; }
  .mr-floating-proof { right: 8px; bottom: 10px; }
  .mr-logo-grid { grid-template-columns: repeat(3, minmax(0,1fr)); padding: 14px; }
  .mr-logo-cell { min-height: 56px; padding: 8px; }
  .mr-card-grid-3,
  .mr-card-grid-4,
  .mr-stat-grid,
  .mr-form-grid,
  .mr-checkout-grid { grid-template-columns: 1fr; }
  .mr-card { padding: 28px; }
  .mr-ticket-featured { transform: none; }
  .mr-ticket-featured:hover { transform: translateY(-5px); }
  .mr-price-ribbon { grid-template-columns: 1fr; }
  .mr-mini-price p { grid-template-columns: 1fr auto auto; }
  .mr-tour-hero-media { margin-top: 12px; }
  .mr-offer-badge {
    right: -6px;
    top: -20px;
    width: 126px !important;
    height: 126px;
  }
  .mr-tour-vote-form { padding: 22px 18px; }
  .mr-mobile-sticky {
    display: block;
    position: fixed !important;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 9999;
  }
  .mr-mobile-sticky .elementor-button {
    width: 100%;
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
