.msc-page {
  --msc-bg: #0f1116;
  --msc-ink: #142033;
  --msc-muted-ink: rgba(20, 32, 51, 0.62);
  --msc-white: #ffffff;
  --msc-paper: #f7f8fb;
  --msc-blue: #3d95ed;
  --msc-blue-2: #174675;
  --msc-blue-3: #e9f3ff;
  --msc-line: rgba(20, 32, 51, 0.11);
  --msc-dark-line: rgba(255, 255, 255, 0.13);
  --msc-shadow: 0 22px 70px rgba(18, 35, 60, 0.18);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  overflow-y: visible;
  color: var(--msc-ink);
  background: var(--msc-paper);
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.msc-landing-active {
  margin: 0 !important;
  padding-top: 0 !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  background: #0f1116 !important;
  --wp--style--root--padding-top: 0 !important;
}

html:has(body.msc-landing-active) {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-gutter: stable;
}

body.msc-landing-active .wp-site-blocks,
body.msc-landing-active main,
body.msc-landing-active article:has(.msc-page),
body.msc-landing-active .site,
body.msc-landing-active .site-main,
body.msc-landing-active #page,
body.msc-landing-active #content,
body.msc-landing-active .site-content,
body.msc-landing-active .site-container,
body.msc-landing-active .container,
body.msc-landing-active .wrap,
body.msc-landing-active .content-area,
body.msc-landing-active .entry-content,
body.msc-landing-active .wp-block-post-content,
body.msc-landing-active .is-layout-constrained,
body.msc-landing-active .is-layout-flow,
body.msc-landing-active .wp-block-group,
body.msc-landing-active .wp-block-group__inner-container,
body.msc-landing-active .msc-theme-breakout {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.msc-landing-active .wp-site-blocks > *,
body.msc-landing-active main > *,
body.msc-landing-active .entry-content > *,
body.msc-landing-active .wp-block-post-content > * {
  margin-block-start: 0 !important;
}

body.msc-landing-active .entry-title,
body.msc-landing-active .wp-block-post-title,
body.msc-landing-active .page-title,
body.msc-landing-active header.wp-block-template-part,
body.msc-landing-active footer.wp-block-template-part,
body.msc-landing-active .site-header,
body.msc-landing-active .site-footer {
  display: none !important;
}

body.msc-landing-active .msc-page,
.msc-page {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  min-width: 320px;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
}

body.msc-landing-active .msc-page {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.msc-landing-active .msc-hero {
  overflow: hidden !important;
}

body:has(.msc-page) .entry-title,
body:has(.msc-page) .wp-block-post-title,
body:has(.msc-page) .page-title {
  display: none;
}

body:has(.msc-page) .entry-content,
body:has(.msc-page) .wp-block-post-content {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.msc-page,
.msc-page * {
  box-sizing: border-box;
}

.msc-page a {
  color: inherit;
}

.msc-page img {
  max-width: 100%;
}

.msc-hero-copy,
.msc-mailing-copy,
.msc-photo-stack,
.msc-map-copy,
.msc-slots-copy,
.msc-slot-board-wrap,
.msc-faq-section > *,
.msc-about > *,
.msc-question > * {
  min-width: 0;
}

.msc-page h1,
.msc-page h2,
.msc-page h3,
.msc-page p {
  margin-top: 0;
}

.msc-page h1,
.msc-page h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.msc-page h1 {
  max-width: 710px;
  margin-bottom: 20px;
  color: var(--msc-white);
  font-size: clamp(48px, 7.6vw, 92px);
  line-height: 1.08;
  font-weight: 700;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.msc-page h2 span {
  color: var(--msc-blue);
}

.msc-page h1 span {
  display: inline-block;
  color: var(--msc-blue);
  transform: translateY(-0.06em);
}

.msc-page h2 {
  margin-bottom: 18px;
  color: var(--msc-ink);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.98;
  font-weight: 700;
}

.msc-page h3 {
  margin-bottom: 9px;
  color: var(--msc-ink);
  font-size: 18px;
  line-height: 1.22;
}

.msc-page p {
  color: var(--msc-muted-ink);
  line-height: 1.72;
}

.msc-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px clamp(18px, 5vw, 76px);
  color: var(--msc-white);
}

.msc-brand {
  color: var(--msc-white);
  text-decoration: none;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.msc-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  font-weight: 800;
}

.msc-nav a,
.msc-nav-cta {
  text-decoration: none;
}

.msc-nav-cta {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(141, 199, 255, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #58adff, #2d86e9);
  color: var(--msc-white);
  font-size: 15px;
  font-weight: 900;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(45, 134, 233, 0.36);
}

.msc-hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  justify-content: start;
  gap: clamp(26px, 5vw, 68px);
  padding: 110px clamp(20px, 6vw, 92px) 82px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.24), rgba(5, 6, 10, 0.14) 45%, rgba(5, 6, 10, 0.02) 72%),
    var(--msc-hero-bg, url("site/ChatGPT_Image_Apr_2__2026__11_59_39_AM-CfFX6bE7.png"));
  background-position: center right;
  background-size: cover;
}

.msc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(0deg, rgba(15, 17, 22, 0.18), transparent);
}

.msc-hero-copy {
  position: relative;
  z-index: 2;
}

.msc-page .msc-hero-lede {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.msc-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.msc-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.msc-primary {
  color: var(--msc-white);
  background: linear-gradient(135deg, #59adff, #2d86e9);
  box-shadow: 0 14px 34px rgba(61, 149, 237, 0.36);
}

.msc-wide {
  width: 100%;
}

.msc-mailing-section,
.msc-section,
.msc-reserve-strip {
  padding: clamp(72px, 8vw, 120px) clamp(20px, 6vw, 92px);
}

.msc-mailing-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.74fr);
  align-items: center;
  gap: clamp(32px, 6vw, 74px);
  background: var(--msc-paper);
}

.msc-mailing-section p {
  max-width: 600px;
  font-size: 17px;
}

.msc-photo-stack {
  width: min(100%, 560px);
  max-width: 560px;
  justify-self: end;
}

.msc-photo-main,
.msc-photo-pair img {
  display: block;
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: var(--msc-shadow);
}

.msc-photo-main {
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.msc-photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.msc-photo-pair img {
  aspect-ratio: 1 / 1;
  align-self: start;
}

.msc-stats-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 48px clamp(20px, 6vw, 92px);
  overflow: hidden;
  background: var(--msc-blue-2);
}

.msc-stats-band div {
  padding: 6px 14px;
  text-align: center;
}

.msc-stats-band strong {
  display: block;
  color: #6db7ff;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.04;
}

.msc-stats-band span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.msc-map-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.78fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: center;
  background: var(--msc-bg);
}

.msc-map-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(61, 149, 237, 0.7);
  border-radius: 14px;
  background: #101113;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

#msc-map {
  width: 100%;
  height: clamp(360px, 38vw, 510px);
  background: #11151d;
}

.msc-map-badge {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 500;
  transform: translateX(-50%);
  min-width: 210px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(109, 183, 255, 0.42);
  border-radius: 14px;
  background: rgba(23, 70, 117, 0.9);
  color: #ffffff;
  text-align: left;
  backdrop-filter: blur(10px);
}

.msc-map-badge span {
  grid-row: span 2;
  color: var(--msc-blue);
  font-size: 22px;
  font-weight: 900;
}

.msc-map-badge strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.05;
}

.msc-map-badge small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.leaflet-control-attribution {
  display: none !important;
}

.msc-map-marker {
  display: grid;
  place-items: center;
}

.msc-map-marker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: var(--msc-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.msc-map-copy h2 {
  color: var(--msc-white);
}

.msc-map-copy p {
  color: rgba(186, 211, 239, 0.68);
  font-size: 18px;
}

.msc-slots-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.6fr) minmax(520px, 1fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
  background: var(--msc-bg);
}

.msc-slots-copy {
  text-align: center;
}

.msc-slots-copy h2 {
  color: #cfe0ff;
  font-size: clamp(44px, 6.7vw, 88px);
  line-height: 0.92;
}

.msc-slots-copy p {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(186, 211, 239, 0.68);
  font-size: 20px;
}

.msc-mini-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 26px 0;
}

.msc-mini-stats span {
  min-width: 132px;
  padding: 15px 18px;
  border: 1px solid rgba(61, 149, 237, 0.32);
  border-radius: 12px;
  background: rgba(16, 27, 42, 0.8);
  color: rgba(186, 211, 239, 0.7);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.msc-mini-stats strong {
  display: block;
  color: var(--msc-blue);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.msc-slot-board-wrap {
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(61, 149, 237, 0.74);
  border-radius: 12px;
  background: rgba(12, 15, 19, 0.98);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.msc-board-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--msc-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.msc-board-kicker span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--msc-blue);
  box-shadow: 0 0 18px rgba(61, 149, 237, 0.9);
}

.msc-side-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  max-width: 230px;
  margin: 0 auto 14px;
  padding: 5px;
  border: 1px solid rgba(109, 183, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.msc-side-button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.msc-side-button.msc-active {
  color: #ffffff;
  background: var(--msc-blue);
}

.msc-slot-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.msc-slot {
  min-width: 0;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: #0b0c0e;
  text-align: center;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.msc-slot > * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.msc-open {
  cursor: pointer;
}

.msc-open:hover,
.msc-open:focus {
  border-color: rgba(61, 149, 237, 0.55);
  box-shadow: 0 12px 26px rgba(61, 149, 237, 0.16);
  outline: none;
  transform: translateY(-2px);
}

.msc-slot.msc-double {
  grid-column: span 2;
}

.msc-slot.msc-double-choice {
  border-color: rgba(61, 149, 237, 0.55);
}

.msc-slot-title-strip {
  grid-column: 1 / -1;
  min-width: 0;
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

.msc-slot-title-strip strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
}

.msc-slot-title-strip span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
}

.msc-selected {
  border-color: var(--msc-blue);
  box-shadow: 0 0 0 3px rgba(61, 149, 237, 0.22), 0 16px 34px rgba(61, 149, 237, 0.16);
}

.msc-slot small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 18px;
  font-weight: 900;
}

.msc-slot strong {
  display: block;
  align-self: center;
  padding: 4px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--msc-blue);
  font-size: 13px;
  line-height: 1.16;
}

.msc-slot em {
  display: block;
  margin-top: 14px;
  color: var(--msc-blue);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.msc-slot span {
  display: inline-flex;
  align-self: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.msc-open span {
  color: #ffffff;
  background: var(--msc-blue);
  overflow-wrap: normal;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
}

.msc-sold {
  border-color: rgba(0, 200, 117, 0.72);
  background: #10251a;
  opacity: 1;
  box-shadow: inset 0 0 0 2px rgba(0, 200, 117, 0.18), 0 14px 34px rgba(0, 0, 0, 0.22);
}

.msc-sold strong {
  display: block;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #00c875;
  background: transparent;
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 3.7vw, 52px);
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: normal;
  text-align: center;
  text-transform: uppercase;
  transform: none;
  white-space: nowrap;
  word-break: keep-all;
}

.msc-sold span {
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

.msc-slot p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.36;
}

.msc-slot-help,
.msc-selected-slot-note {
  margin: 12px 0 0;
  color: rgba(186, 211, 239, 0.66);
  font-size: 13px;
  text-align: center;
}

.msc-reserve-strip {
  padding-top: 0;
  background: var(--msc-paper);
}

.msc-reserve-form {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--msc-shadow);
}

.msc-reserve-form label,
.msc-question-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--msc-ink);
  font-weight: 900;
}

.msc-size-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.msc-size-cards legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--msc-ink);
  font-weight: 900;
}

.msc-size-cards label {
  margin: 0;
}

.msc-size-cards input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.msc-size-cards span {
  display: grid;
  gap: 3px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(20, 32, 51, 0.13);
  border-radius: 14px;
  background: #f9fbff;
  cursor: pointer;
}

.msc-size-cards strong {
  color: var(--msc-ink);
}

.msc-size-cards em {
  color: var(--msc-blue);
  font-style: normal;
  font-size: 24px;
  font-weight: 900;
}

.msc-size-cards small {
  color: var(--msc-muted-ink);
}

.msc-size-cards input:checked + span {
  border-color: var(--msc-blue);
  box-shadow: 0 0 0 3px rgba(61, 149, 237, 0.18);
}

.msc-size-cards .msc-disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}

.msc-reserve-form select,
.msc-question-form input,
.msc-question-form textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  margin-bottom: 15px;
  padding: 0 14px;
  border: 1px solid rgba(20, 32, 51, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: var(--msc-ink);
  font: inherit;
}

.msc-question-form textarea {
  padding-top: 12px;
}

.msc-form-note {
  margin: 12px 0 0;
  color: var(--msc-muted-ink);
  font-size: 13px;
  text-align: center;
}

#how-it-works,
.msc-testimonials,
.msc-faq-section,
.msc-about,
.msc-question {
  background: #ffffff;
}

#how-it-works h2,
.msc-testimonials h2 {
  text-align: center;
}

.msc-steps,
.msc-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.msc-steps article,
.msc-testimonial-grid article {
  padding: 24px;
  border: 1px solid var(--msc-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(20, 32, 51, 0.06);
}

.msc-steps span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 12px;
  color: var(--msc-blue);
  background: var(--msc-blue-3);
  font-weight: 900;
}

.msc-testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.msc-testimonial-grid article {
  min-height: 220px;
}

.msc-stars {
  margin-bottom: 14px;
  color: #f5b942;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 2px;
}

.msc-testimonial-grid strong,
.msc-testimonial-grid span {
  display: block;
}

.msc-testimonial-grid strong {
  color: var(--msc-ink);
}

.msc-testimonial-grid span {
  color: var(--msc-blue);
  font-size: 13px;
}

.msc-faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 70px);
}

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

.msc-faq-section summary {
  padding: 18px 0;
  color: var(--msc-ink);
  font-weight: 900;
  cursor: pointer;
}

.msc-faq-section details p {
  max-width: 760px;
  margin-bottom: 20px;
}

.msc-about,
.msc-question {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: center;
}

.msc-headshot {
  display: block;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  object-fit: cover;
  object-position: center bottom;
  box-shadow: var(--msc-shadow);
}

.msc-question ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--msc-muted-ink);
}

.msc-question-form {
  padding: 28px;
  border: 1px solid rgba(20, 32, 51, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--msc-shadow);
}

.msc-countdown-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: start;
  padding: 52px clamp(20px, 6vw, 92px) 64px;
  background: var(--msc-blue-2);
}

.msc-countdown-footer h2 {
  margin-bottom: 8px;
  color: var(--msc-white);
  font-size: clamp(30px, 4vw, 44px);
}

.msc-countdown-footer p {
  color: rgba(255, 255, 255, 0.66);
}

.msc-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.msc-countdown span {
  display: grid;
  min-height: 86px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.msc-countdown strong {
  color: var(--msc-white);
  font-size: 30px;
}

.msc-countdown small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  text-transform: uppercase;
}

.msc-footer-cols {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.msc-footer-cols strong {
  display: block;
  margin-bottom: 8px;
  color: var(--msc-blue);
}

.leaflet-container {
  font: inherit;
}

.msc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.msc-reveal.msc-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .msc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 940px) {
  .msc-header {
    grid-template-columns: 1fr auto;
  }

  .msc-nav {
    display: none;
  }

  .msc-hero,
  .msc-mailing-section,
  .msc-map-section,
  .msc-slots-section,
  .msc-faq-section,
  .msc-about,
  .msc-question,
  .msc-countdown-footer {
    grid-template-columns: 1fr;
  }

  .msc-hero {
    min-height: 640px;
  }

  .msc-photo-stack,
  .msc-headshot {
    justify-self: center;
  }

  .msc-stats-band,
  .msc-steps,
  .msc-testimonial-grid,
  .msc-footer-cols {
    grid-template-columns: 1fr;
  }

  .msc-map-copy,
  .msc-slots-copy,
  .msc-mailing-copy,
  #how-it-works h2,
  .msc-testimonials h2 {
    text-align: center;
  }

  .msc-mini-stats {
    justify-content: center;
  }

  .msc-map-copy {
    order: -1;
  }
}

@media (max-width: 560px) {
  .msc-page {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  .msc-header,
  .msc-hero,
  .msc-mailing-section,
  .msc-stats-band,
  .msc-section,
  .msc-reserve-strip,
  .msc-countdown-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: clip;
    overflow-y: visible;
  }

  .msc-hero {
    overflow: hidden !important;
  }

  .msc-header {
    padding: 18px;
  }

  .msc-nav-cta {
    display: none;
  }

  .msc-hero {
    min-height: 540px;
    padding: 90px 18px 42px;
    background:
      linear-gradient(90deg, rgba(5, 6, 10, 0.78), rgba(5, 6, 10, 0.6) 48%, rgba(5, 6, 10, 0.2) 100%),
      var(--msc-hero-bg, url("site/ChatGPT_Image_Apr_2__2026__11_59_39_AM-CfFX6bE7.png"));
    background-position: left center, left center;
    background-size: cover, cover;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
  }

  .msc-page h1 {
    max-width: 330px;
    font-size: 46px;
  }

  .msc-page h2 {
    max-width: min(312px, calc(100vw - 48px));
    margin-left: auto;
    margin-right: auto;
    font-size: 31px;
  }

  .msc-page p {
    max-width: min(312px, calc(100vw - 48px));
    margin-left: auto;
    margin-right: auto;
  }

  .msc-hero-lede {
    max-width: 320px;
    font-size: 16px;
  }

  .msc-button {
    min-height: 48px;
    padding: 13px 18px;
  }

  .msc-mailing-section,
  .msc-section,
  .msc-reserve-strip {
    padding-left: 18px;
    padding-right: 18px;
  }

  .msc-photo-stack,
  .msc-map-frame,
  .msc-slot-board-wrap,
  .msc-reserve-form,
  .msc-question-form {
    width: 100%;
    max-width: min(330px, calc(100vw - 48px));
    margin-left: auto;
    margin-right: auto;
  }

  .msc-stats-band {
    grid-template-columns: 1fr;
    padding: 48px 18px;
  }

  .msc-stats-band strong {
    font-size: 36px;
  }

  #msc-map {
    height: 340px;
  }

  .msc-slot-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .msc-slot-title-strip {
    grid-template-columns: 1fr auto;
    justify-items: center;
    gap: 4px;
    min-height: 28px;
    padding: 0 7px;
    border-width: 2px;
    border-radius: 999px;
  }

  .msc-slot-title-strip strong {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .msc-slot-title-strip span {
    font-size: 7px;
  }

  .msc-slot {
    min-height: 108px;
    padding: 7px 5px;
    border-radius: 5px;
  }

  .msc-slot small {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .msc-slot strong {
    padding: 3px 7px;
    font-size: 10px;
  }

  .msc-slot em {
    margin-top: 8px;
    font-size: 24px;
  }

  .msc-slot span {
    margin-top: 7px;
    padding: 4px 5px;
    font-size: 7px;
  }

  .msc-slot p {
    margin-top: 5px;
    font-size: 8px;
  }

  .msc-slot.msc-double {
    grid-column: span 2;
  }

  .msc-sold strong {
    font-size: clamp(13px, 4.2vw, 16px);
    line-height: 1;
    transform: none;
  }

  .msc-reserve-form,
  .msc-question-form {
    padding: 20px;
  }

  .msc-countdown {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .msc-countdown span {
    min-height: 72px;
  }

  .msc-countdown strong {
    font-size: 24px;
  }
}
