/*
Theme Name: Macao Sauna Child
Theme URI: https://test.macaosaunaguide.com/
Description: Test-site child theme for Macao Sauna Guide UI on ListingHive and HivePress.
Author: Macao Sauna Guide
Template: listinghive
Version: 0.1.0
Text Domain: macao-sauna-child
*/

:root {
  --msg-bg: #050505;
  --msg-bg-soft: #0d0b08;
  --msg-panel: rgba(16, 13, 9, 0.92);
  --msg-panel-strong: #11100d;
  --msg-line: rgba(225, 179, 74, 0.28);
  --msg-line-soft: rgba(255, 232, 184, 0.12);
  --msg-gold: #e8bd55;
  --msg-gold-bright: #ffd76d;
  --msg-text: #fff6e6;
  --msg-muted: #c9b894;
  --msg-dim: #8f8062;
  --msg-max: 1180px;
}

body:not(.wp-admin) .hp-menu__item--listing-submit,
body:not(.wp-admin) .hp-menu__item--user-login,
body:not(.wp-admin) a[href*="submit-listing"],
body:not(.wp-admin) a[href*="#user_login_modal"],
body:not(.wp-admin) .hp-listing__action--report,
body:not(.wp-admin) .hp-listing__action--claim,
body:not(.wp-admin) .hp-listing__actions--secondary,
body:not(.wp-admin) .hp-listing__vendor,
body:not(.wp-admin) .hp-widget--vendor,
body:not(.wp-admin) .hp-widget--listing-vendor,
body:not(.wp-admin) .hp-widget--listing-claim,
body:not(.wp-admin) .hp-listing__created-date {
  display: none !important;
}

body.msg7b-custom-page {
  margin: 0;
  background: var(--msg-bg);
  color: var(--msg-text);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.msg7b-custom-page *,
body.msg7b-custom-page *::before,
body.msg7b-custom-page *::after {
  box-sizing: border-box;
}

body.msg7b-custom-page .site-header,
body.msg7b-custom-page .header-navbar,
body.msg7b-custom-page .hp-template--site-header,
body.msg7b-custom-page .site-footer {
  display: none !important;
}

body.msg7b-custom-page a {
  color: inherit;
  text-decoration: none;
}

body.msg7b-custom-page img {
  max-width: 100%;
  height: auto;
}

.msg7b-page {
  min-height: 100vh;
  --msg-gradient-bg: linear-gradient(135deg, #050505 0%, #15100a 46%, #080807 100%);
  background:
    linear-gradient(rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.94)),
    var(--msg-site-bg-image, var(--msg-gradient-bg));
  background-size: cover;
  background-position: var(--msg-bg-position, center center);
  background-attachment: fixed;
}

.msg7b-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, var(--msg-bg-overlay-opacity, 0.55)), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, var(--msg-bg-overlay-opacity, 0.55))),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), #050505 88%);
  z-index: 0;
}

.msg7b-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--msg-line-soft);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(16px);
}

.admin-bar .msg7b-topbar {
  top: 32px;
}

.msg7b-nav {
  width: min(var(--msg-max), calc(100% - 32px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.msg7b-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 950;
  color: var(--msg-text);
  white-space: nowrap;
}

.msg7b-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.msg7b-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 760;
  color: #e7d6b7;
}

.msg7b-menu a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #e7d6b7;
}

.msg7b-menu a:hover,
.msg7b-brand:hover {
  color: var(--msg-gold-bright);
}

.msg7b-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.msg7b-langs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.msg7b-lang,
.msg7b-book {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
  white-space: nowrap;
}

.msg7b-lang {
  padding: 0 12px;
  border: 1px solid rgba(232, 189, 85, 0.5);
  color: #f5e5bf;
  font-size: 13px;
}

.msg7b-book {
  padding: 0 22px;
  background: linear-gradient(135deg, #f3cc66, #d49a29);
  color: #0a0806;
  box-shadow: 0 10px 28px rgba(209, 151, 42, 0.25);
}

.msg7b-main {
  position: relative;
  z-index: 1;
  width: min(var(--msg-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.msg7b-hero {
  min-height: 470px;
  position: relative;
  border: 1px solid var(--msg-line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0.32) 100%),
    var(--msg-hero-image, var(--msg-hero-fallback-image, var(--msg-site-bg-image, var(--msg-gradient-bg))));
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.5);
}

.msg7b-carousel {
  display: block;
}

.msg7b-slides {
  position: relative;
  min-height: 470px;
}

.msg7b-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0.32) 100%),
    var(--msg-slide-image, var(--msg-hero-fallback-image, var(--msg-site-bg-image, var(--msg-gradient-bg))));
  background-size: cover;
  background-position: center;
}

.msg7b-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.msg7b-slide-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.msg7b-slide-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.msg7b-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: clamp(28px, 6vw, 72px);
}

.msg7b-kicker {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 8px 18px;
  border: 1px solid rgba(232, 189, 85, 0.42);
  border-radius: 999px;
  color: var(--msg-gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.msg7b-hero h1,
.msg7b-hero h2,
.msg7b-page-title h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: 0;
}

.msg7b-hero p,
.msg7b-page-title p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #eadcc0;
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.7;
}

.msg7b-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.msg7b-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(232, 189, 85, 0.45);
  color: #f5e5bf;
  font-weight: 900;
}

.msg7b-btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f4ce6d, #cf8e24);
  color: #080705;
}

.msg7b-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(232, 189, 85, 0.42);
  border-radius: 50%;
  background: rgba(8, 7, 5, 0.72);
  color: var(--msg-gold-bright);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.msg7b-carousel-prev {
  left: 18px;
}

.msg7b-carousel-next {
  right: 18px;
}

.msg7b-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.msg7b-carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 232, 184, 0.56);
  border-radius: 50%;
  background: rgba(255, 232, 184, 0.2);
  cursor: pointer;
}

.msg7b-carousel-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--msg-gold-bright);
  border-color: var(--msg-gold-bright);
}

.msg7b-section {
  margin-top: 46px;
}

.msg7b-section-head {
  margin-bottom: 18px;
}

.msg7b-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
}

.msg7b-section-head p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--msg-muted);
  line-height: 1.75;
  font-size: 16px;
}

.msg7b-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.msg7b-card,
.msg7b-guide,
.msg7b-panel,
.msg7b-info-card,
.msg7b-faq details {
  border: 1px solid var(--msg-line-soft);
  border-radius: 8px;
  background: rgba(13, 11, 8, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.msg7b-card {
  overflow: hidden;
}

.msg7b-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #15110c;
}

.msg7b-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.msg7b-card-body {
  padding: 20px;
}

.msg7b-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.msg7b-card-meta,
.msg7b-card-copy {
  margin-top: 9px;
  color: var(--msg-muted);
  line-height: 1.65;
  font-size: 14px;
}

.msg7b-price {
  margin-top: 14px;
  color: var(--msg-gold-bright);
  font-size: 17px;
  font-weight: 950;
}

.msg7b-tags {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.msg7b-tag {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  border: 1px solid rgba(232, 189, 85, 0.24);
  background: rgba(232, 189, 85, 0.08);
  color: #e7c76f;
  font-size: 12px;
  font-weight: 800;
}

.msg7b-card-link {
  margin-top: 18px;
  width: 100%;
}

.msg7b-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.msg7b-guide {
  min-height: 230px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.88)),
    var(--msg-card-image, none);
  background-size: cover;
  background-position: center;
}

.msg7b-guide h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.msg7b-guide p {
  margin: 9px 0 16px;
  color: #e6d7ba;
  line-height: 1.65;
}

.msg7b-panel {
  padding: clamp(22px, 4vw, 34px);
}

.msg7b-panel-row {
  display: grid;
  grid-template-columns: 1.3fr auto;
  align-items: center;
  gap: 22px;
}

.msg7b-faq {
  display: grid;
  gap: 10px;
}

.msg7b-faq details {
  padding: 17px 20px;
}

.msg7b-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.msg7b-faq p {
  margin: 11px 0 0;
  color: var(--msg-muted);
  line-height: 1.75;
}

.msg7b-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--msg-line-soft);
  background: rgba(5, 5, 5, 0.9);
}

.msg7b-footer-inner {
  width: min(var(--msg-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--msg-muted);
}

.msg7b-footer-copy {
  max-width: 690px;
}

.msg7b-footer-copy strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}

.msg7b-footer-copy p {
  margin: 0 0 10px;
  color: var(--msg-muted);
  line-height: 1.75;
}

.msg7b-footer-tg {
  color: var(--msg-gold-bright);
  font-weight: 850;
}

.msg7b-footer-side {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.msg7b-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.msg7b-social {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 189, 85, 0.34);
  border-radius: 50%;
  background: rgba(232, 189, 85, 0.08);
  color: #f5e5bf;
  font-size: 12px;
  font-weight: 950;
}

.msg7b-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.msg7b-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.msg7b-footer-links a {
  color: #e7d6b7;
}

.msg7b-page-title {
  padding: 52px 0 22px;
}

.msg7b-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 22px;
  align-items: start;
}

.msg7b-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.msg7b-gallery a,
.msg7b-gallery div {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--msg-line-soft);
  background: #15110c;
}

.msg7b-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.msg7b-copy {
  margin-top: 22px;
  color: #eadcc0;
  line-height: 1.85;
  font-size: 16px;
}

.msg7b-info-grid {
  display: grid;
  gap: 12px;
}

.msg7b-info-card {
  padding: 18px;
}

.msg7b-info-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--msg-gold-bright);
  font-size: 13px;
}

.msg7b-info-card span,
.msg7b-info-card div {
  color: #fff6e6;
  line-height: 1.65;
}

.msg7b-note {
  color: var(--msg-muted);
  line-height: 1.75;
}

.msg7b-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

@media (max-width: 980px) {
  .msg7b-nav {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .msg7b-menu {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 2px;
  }

  .msg7b-grid,
  .msg7b-guide-grid,
  .msg7b-listing-layout {
    grid-template-columns: 1fr;
  }

  .msg7b-panel-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .admin-bar .msg7b-topbar {
    top: 46px;
  }

  .msg7b-page {
    background-attachment: scroll;
    background-image:
      linear-gradient(rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.94)),
      var(--msg-mobile-bg-image, var(--msg-site-bg-image, var(--msg-gradient-bg)));
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .msg7b-main,
  .msg7b-nav,
  .msg7b-footer-inner {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .msg7b-brand {
    font-size: 16px;
  }

  .msg7b-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .msg7b-langs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .msg7b-lang,
  .msg7b-book {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 12px;
  }

  .msg7b-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    font-size: 12px;
    font-weight: 850;
  }

  .msg7b-menu a {
    min-width: 0;
    min-height: 34px;
    justify-content: center;
    border: 1px solid rgba(232, 189, 85, 0.18);
    border-radius: 999px;
    padding: 0 6px;
    text-align: center;
  }

  .msg7b-hero {
    min-height: 460px;
  }

  .msg7b-slides {
    min-height: 460px;
  }

  .msg7b-slide {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.64) 100%),
      var(--msg-slide-mobile-image, var(--msg-slide-image, var(--msg-hero-fallback-image, var(--msg-mobile-bg-image, var(--msg-site-bg-image, var(--msg-gradient-bg))))));
  }

  .msg7b-hero-inner {
    padding: 34px 20px 58px;
  }

  .msg7b-hero h1,
  .msg7b-hero h2,
  .msg7b-page-title h1 {
    font-size: 36px;
  }

  .msg7b-hero p,
  .msg7b-page-title p {
    font-size: 16px;
  }

  .msg7b-buttons,
  .msg7b-related {
    flex-direction: column;
  }

  .msg7b-btn {
    width: 100%;
  }

  .msg7b-carousel-arrow {
    top: auto;
    bottom: 16px;
    width: 36px;
    height: 36px;
    font-size: 26px;
    transform: none;
  }

  .msg7b-carousel-prev {
    left: 16px;
  }

  .msg7b-carousel-next {
    right: 16px;
  }

  .msg7b-carousel-dots {
    bottom: 28px;
  }

  .msg7b-card h3 {
    font-size: 22px;
  }

  .msg7b-footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .msg7b-footer-side {
    justify-items: start;
  }

  .msg7b-socials,
  .msg7b-footer-links {
    margin-top: 14px;
    justify-content: flex-start;
  }
}

/* 7D visual refresh: original black-gold Macau directory UI. */
body.msg7b-custom-page {
  min-height: 100%;
  background: #030303;
  overflow-x: hidden;
  overflow-y: auto;
}

.msg7b-page {
  min-height: 100svh;
  height: auto !important;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 189, 85, 0.16), transparent 34rem),
    linear-gradient(rgba(3, 3, 3, 0.68), rgba(3, 3, 3, 0.96)),
    var(--msg-site-bg-image, var(--msg-gradient-bg));
  background-size: cover;
  background-position: var(--msg-bg-position, center center);
  background-attachment: fixed;
}

.msg7b-page::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78) 72%, #030303 100%),
    linear-gradient(90deg, rgba(0, 0, 0, var(--msg-bg-overlay-opacity, 0.55)), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, var(--msg-bg-overlay-opacity, 0.55)));
}

.msg7b-topbar {
  background: rgba(3, 3, 3, 0.9);
  border-bottom-color: rgba(232, 189, 85, 0.16);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.msg7b-topbar::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 189, 85, 0.5), transparent);
}

.msg7b-nav {
  min-height: 78px;
  width: min(1240px, calc(100% - 48px));
  gap: 22px;
}

.msg7b-brand {
  font-size: 18px;
  color: #ffe4a0;
  text-shadow: 0 0 22px rgba(232, 189, 85, 0.18);
}

.msg7b-brand img {
  width: 38px;
  height: 38px;
}

.msg7b-menu {
  justify-content: center;
  gap: clamp(12px, 1.4vw, 22px);
  font-size: 13px;
  color: #f4e2b9;
}

.msg7b-menu a {
  position: relative;
  min-height: 44px;
}

.msg7b-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, #f1c85d, transparent);
  transition: transform 180ms ease;
}

.msg7b-menu a:hover::after {
  transform: scaleX(1);
}

.msg7b-actions {
  gap: 12px;
}

.msg7b-lang {
  min-width: 43px;
  min-height: 42px;
  background: rgba(232, 189, 85, 0.05);
}

.msg7b-book,
.msg7b-btn-primary {
  background: linear-gradient(135deg, #ffe38a 0%, #e8b643 42%, #b87316 100%);
  box-shadow: 0 14px 34px rgba(209, 151, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.msg7b-mobile-nav {
  display: none;
}

.msg7b-main {
  width: min(1200px, calc(100% - 48px));
  padding: 26px 0 86px;
}

.msg7b-home .msg7b-hero {
  width: min(100vw, 1440px);
  min-height: clamp(650px, calc(100svh - 118px), 820px);
  margin-left: calc(50% - min(50vw, 720px));
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.msg7b-home .msg7b-slides {
  min-height: clamp(650px, calc(100svh - 118px), 820px);
}

.msg7b-hero,
.msg7b-slide {
  background-position: center center;
}

.msg7b-hero::after,
.msg7b-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 22%, rgba(232, 189, 85, 0.14), transparent 20rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(3, 3, 3, 0.9) 92%);
  z-index: 1;
}

.msg7b-slide.is-active {
  z-index: 2;
}

.msg7b-home .msg7b-slide {
  justify-content: center;
  text-align: center;
}

.msg7b-home .msg7b-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(96px, 10vw, 150px) 24px 92px;
}

.msg7b-kicker {
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.36);
  box-shadow: inset 0 0 0 1px rgba(255, 240, 190, 0.06);
}

.msg7b-listing-page .msg7b-kicker,
.msg7b-venues .msg7b-kicker {
  margin-left: 0;
  margin-right: 0;
}

.msg7b-home .msg7b-hero h1,
.msg7b-home .msg7b-hero h2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(46px, 6.6vw, 86px);
  text-shadow: 0 6px 32px rgba(0, 0, 0, 0.62);
}

.msg7b-home .msg7b-hero p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #f7e7c2;
}

.msg7b-home .msg7b-buttons {
  justify-content: center;
}

.msg7b-btn {
  min-height: 50px;
  padding: 0 24px;
  border-color: rgba(232, 189, 85, 0.5);
  background-color: rgba(0, 0, 0, 0.26);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.msg7b-btn:hover,
.msg7b-card:hover .msg7b-card-link {
  transform: translateY(-1px);
  border-color: rgba(255, 224, 133, 0.72);
}

.msg7b-carousel-arrow {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(232, 189, 85, 0.5);
  backdrop-filter: blur(12px);
}

.msg7b-carousel-prev {
  left: max(18px, calc((100vw - 1200px) / 2));
}

.msg7b-carousel-next {
  right: max(18px, calc((100vw - 1200px) / 2));
}

.msg7b-carousel-dots {
  bottom: 34px;
}

.msg7b-carousel-dots button {
  width: 8px;
  height: 8px;
  border-color: rgba(255, 232, 184, 0.34);
}

.msg7b-carousel-dots button.is-active {
  width: 32px;
}

.msg7b-section {
  margin-top: 76px;
}

.msg7b-section-head {
  margin-bottom: 26px;
  text-align: center;
}

.msg7b-section-head h2 {
  font-size: clamp(30px, 4.4vw, 48px);
}

.msg7b-section-head p {
  margin-left: auto;
  margin-right: auto;
  color: #cdbb93;
}

.msg7b-grid {
  gap: 22px;
}

.msg7b-card,
.msg7b-guide,
.msg7b-panel,
.msg7b-info-card,
.msg7b-faq details {
  border-color: rgba(232, 189, 85, 0.16);
  background: linear-gradient(180deg, rgba(18, 15, 10, 0.92), rgba(8, 7, 5, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.msg7b-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 180ms ease, border-color 180ms ease;
}

.msg7b-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 189, 85, 0.36);
}

.msg7b-card-media {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 40%, rgba(232, 189, 85, 0.18), transparent 14rem),
    #111;
}

.msg7b-card-media img {
  transition: transform 420ms ease, filter 420ms ease;
}

.msg7b-card:hover .msg7b-card-media img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.msg7b-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px;
}

.msg7b-card h3 {
  color: #ffe4a0;
  font-size: 25px;
}

.msg7b-card-meta {
  color: #dac99f;
}

.msg7b-price {
  color: #ffdd77;
  font-size: 18px;
}

.msg7b-tags {
  gap: 7px;
}

.msg7b-tag {
  border-color: rgba(232, 189, 85, 0.24);
  background: rgba(232, 189, 85, 0.1);
  color: #f3ce70;
}

.msg7b-card-copy {
  margin-bottom: 18px;
}

.msg7b-card-link {
  margin-top: auto;
}

.msg7b-guide-grid {
  gap: 22px;
}

.msg7b-guide {
  min-height: 300px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(3, 3, 3, 0.9)),
    var(--msg-card-image, none);
  background-size: cover;
  background-position: center;
}

.msg7b-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(232, 189, 85, 0.12), transparent 42%);
}

.msg7b-guide > div {
  position: relative;
  z-index: 1;
}

.msg7b-guide h3 {
  color: #fff4d8;
  font-size: 27px;
}

.msg7b-panel {
  padding: clamp(28px, 4.4vw, 48px);
}

.msg7b-panel-row {
  gap: 30px;
}

.msg7b-faq {
  max-width: 980px;
  margin: 0 auto;
}

.msg7b-faq details {
  padding: 19px 22px;
}

.msg7b-footer {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.88), #030303),
    radial-gradient(circle at 20% 0%, rgba(232, 189, 85, 0.08), transparent 28rem);
}

.msg7b-footer-inner {
  width: min(1200px, calc(100% - 48px));
  padding: 34px 0;
}

.msg7b-social {
  border-radius: 8px;
}

.msg7b-page-title {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(232, 189, 85, 0.12);
}

.msg7b-page-title h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.msg7b-venues .msg7b-section-head {
  text-align: left;
}

.msg7b-listing-page .msg7b-hero {
  min-height: 560px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  width: min(100vw, 1440px);
  margin-left: calc(50% - min(50vw, 720px));
}

.msg7b-listing-page .msg7b-hero-inner {
  max-width: 980px;
  padding: clamp(72px, 8vw, 116px) 24px;
}

.msg7b-listing-page .msg7b-hero h1 {
  max-width: 900px;
  font-size: clamp(44px, 6vw, 80px);
}

.msg7b-listing-layout {
  gap: 28px;
}

.msg7b-gallery {
  gap: 14px;
}

.msg7b-gallery a,
.msg7b-gallery div {
  aspect-ratio: 4 / 3;
  border-color: rgba(232, 189, 85, 0.18);
}

.msg7b-copy {
  padding: 22px;
  border: 1px solid rgba(232, 189, 85, 0.12);
  border-radius: 8px;
  background: rgba(8, 7, 5, 0.72);
}

.msg7b-info-grid {
  gap: 14px;
}

.msg7b-info-card {
  padding: 20px;
}

.msg7b-info-card strong {
  color: #ffdc76;
  font-size: 14px;
}

@media (max-width: 1120px) {
  .msg7b-nav {
    width: min(100% - 32px, 980px);
    gap: 14px;
  }

  .msg7b-menu {
    gap: 11px;
    font-size: 12px;
  }

  .msg7b-book {
    padding: 0 16px;
  }
}

@media (max-width: 980px) {
  .msg7b-nav {
    width: calc(100% - 32px);
    min-height: 70px;
  }

  .msg7b-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msg7b-guide-grid,
  .msg7b-listing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body.msg7b-custom-page {
    height: auto !important;
    overflow-y: auto;
  }

  .msg7b-page {
    width: 100%;
    max-width: 100%;
    min-height: 100svh;
    height: auto !important;
    overflow-x: clip;
    overflow-y: visible;
    background-attachment: scroll;
    background-image:
      radial-gradient(circle at 50% 0%, rgba(232, 189, 85, 0.14), transparent 20rem),
      linear-gradient(rgba(3, 3, 3, 0.72), rgba(3, 3, 3, 0.96)),
      var(--msg-mobile-bg-image, var(--msg-site-bg-image, var(--msg-gradient-bg)));
  }

  .msg7b-topbar {
    position: sticky;
  }

  .msg7b-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
    padding: 12px 0;
  }

  .msg7b-brand {
    min-width: 0;
    font-size: 16px;
  }

  .msg7b-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .msg7b-menu {
    display: none;
  }

  .msg7b-mobile-nav {
    position: relative;
    display: block;
    justify-self: end;
  }

  .msg7b-mobile-nav summary {
    min-width: 72px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(232, 189, 85, 0.44);
    border-radius: 999px;
    color: #ffe4a0;
    font-size: 13px;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
  }

  .msg7b-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .msg7b-mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 60;
    width: min(270px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid rgba(232, 189, 85, 0.22);
    border-radius: 8px;
    background: rgba(6, 5, 4, 0.98);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
  }

  .msg7b-mobile-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 7px;
    color: #f4e2b9;
    font-weight: 850;
  }

  .msg7b-mobile-menu a + a {
    border-top: 1px solid rgba(232, 189, 85, 0.1);
  }

  .msg7b-actions {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .msg7b-book {
    order: -1;
    min-height: 46px;
  }

  .msg7b-langs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .msg7b-lang {
    min-height: 40px;
    padding: 0 8px;
  }

  .msg7b-main {
    width: calc(100% - 32px);
    padding: 16px 0 64px;
  }

  .msg7b-home .msg7b-hero,
  .msg7b-home .msg7b-slides {
    min-height: clamp(580px, calc(100svh - 210px), 680px);
  }

  .msg7b-home .msg7b-hero-inner {
    padding: 58px 20px 82px;
  }

  .msg7b-home .msg7b-hero h1,
  .msg7b-home .msg7b-hero h2,
  .msg7b-page-title h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .msg7b-hero p,
  .msg7b-page-title p {
    font-size: 16px;
    line-height: 1.68;
  }

  .msg7b-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .msg7b-btn {
    width: 100%;
    min-height: 50px;
  }

  .msg7b-carousel-arrow {
    top: auto;
    bottom: 22px;
    width: 40px;
    height: 40px;
    transform: none;
  }

  .msg7b-carousel-prev {
    left: 18px;
  }

  .msg7b-carousel-next {
    right: 18px;
  }

  .msg7b-carousel-dots {
    bottom: 34px;
  }

  .msg7b-section {
    margin-top: 54px;
  }

  .msg7b-section-head {
    text-align: left;
  }

  .msg7b-section-head h2 {
    font-size: 31px;
  }

  .msg7b-grid,
  .msg7b-guide-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .msg7b-card-body {
    padding: 20px;
  }

  .msg7b-card-media {
    aspect-ratio: 16 / 11;
  }

  .msg7b-guide {
    min-height: 270px;
  }

  .msg7b-panel-row,
  .msg7b-footer-inner {
    grid-template-columns: 1fr;
  }

  .msg7b-page-title {
    min-height: 260px;
    padding: 36px 0 20px;
  }

  .msg7b-listing-page .msg7b-hero {
    min-height: 500px;
  }

  .msg7b-listing-page .msg7b-hero-inner {
    padding: 58px 20px 70px;
  }

  .msg7b-gallery {
    grid-template-columns: 1fr;
  }

  .msg7b-footer-inner {
    width: calc(100% - 32px);
    justify-items: start;
  }
}
