/* Auto-extracted from assets/css/pages.css for Gutenberg page bundle */

.mjt-page .mjt-lead-text,
.mjt-page .mjt-section-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--mjt-color-text-muted);
}

.mjt-page-hero h1,
.mjt-page-hero .mjt-page-title {
  font-family: var(--mjt-font-display);
  font-size: clamp(2rem, 4.8vw, 3.15rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
}

.mjt-page-hero .mjt-page-lead {
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.65;
  max-width: 46ch;
  margin: 0;
  color: var(--mjt-color-text-muted);
}

.mjt-page-hero--premium {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(1.5rem, 3.5vw, 2.25rem);
  background: linear-gradient(180deg, var(--mjt-color-bg-alt) 0%, var(--mjt-color-bg) 100%);
  border-bottom: none;
}

.mjt-page-hero__frame {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: clamp(20px, 2.5vw, 28px);
  border: 1px solid color-mix(in srgb, var(--mjt-color-border) 80%, #fff);
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 162, 39, 0.08) 0%, transparent 42%),
    linear-gradient(145deg, var(--mjt-color-surface) 0%, color-mix(in srgb, var(--mjt-color-bg-alt) 55%, #fff) 100%);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.06);
}

.mjt-page-hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.mjt-page-hero__blob--a {
  width: clamp(140px, 22vw, 260px);
  height: clamp(140px, 22vw, 260px);
  top: -18%;
  right: -6%;
  background: rgba(143, 29, 29, 0.06);
}

.mjt-page-hero__blob--b {
  width: clamp(90px, 14vw, 180px);
  height: clamp(90px, 14vw, 180px);
  bottom: -20%;
  left: -4%;
  background: rgba(201, 162, 39, 0.08);
}

.mjt-page-hero__scribble {
  position: absolute;
  top: 12%;
  right: 28%;
  width: 64px;
  height: 64px;
  border: 1px dashed color-mix(in srgb, var(--mjt-color-accent) 25%, transparent);
  border-radius: 40% 60% 55% 45% / 48% 42% 58% 52%;
  opacity: 0.45;
  pointer-events: none;
}

.mjt-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
.mjt-page-hero--has-icon .mjt-page-hero__grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
  }
}

.mjt-page-hero--centered .mjt-page-hero__content {
  text-align: center;
}

.mjt-page-hero--centered .mjt-page-lead {
  margin-inline: auto;
}

.mjt-page-hero--centered .mjt-page-hero__chips {
  justify-content: center;
}

@media (min-width: 900px) {
.mjt-page-hero--centered.mjt-page-hero--has-icon .mjt-page-hero__content {
    text-align: left;
  }
.mjt-page-hero--centered.mjt-page-hero--has-icon .mjt-page-lead {
    margin-inline: 0;
  }
.mjt-page-hero--centered.mjt-page-hero--has-icon .mjt-page-hero__chips {
    justify-content: flex-start;
  }
}

.mjt-page-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.38rem 0.9rem 0.38rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mjt-color-accent);
  background: color-mix(in srgb, var(--mjt-color-accent) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--mjt-color-accent) 18%, var(--mjt-color-border));
  border-radius: var(--mjt-radius-full);
}

.mjt-page-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mjt-color-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mjt-color-accent) 18%, transparent);
}

.mjt-page-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.mjt-page-hero__chips li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--mjt-color-text);
  background: color-mix(in srgb, var(--mjt-color-bg-alt) 80%, #fff);
  border: 1px solid var(--mjt-color-border);
}

.mjt-page-hero__visual {
  display: flex;
  justify-content: center;
}

.mjt-page-hero__icon-ring {
  position: relative;
  width: clamp(108px, 14vw, 148px);
  height: clamp(108px, 14vw, 148px);
}

.mjt-page-hero__icon-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--mjt-color-accent) 35%, transparent);
  animation: mjt-hero-ring-spin 24s linear infinite;
}

.mjt-page-hero__icon-wrap {
  position: absolute;
  inset: 14%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--mjt-color-accent);
  background: color-mix(in srgb, var(--mjt-color-surface) 92%, #fff);
  border: 1px solid var(--mjt-color-border);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

.mjt-page-hero--dark .mjt-page-hero__frame {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 82% 18%, rgba(215, 184, 122, 0.14) 0%, transparent 40%),
    radial-gradient(circle at 12% 88%, rgba(122, 15, 24, 0.22) 0%, transparent 45%),
    linear-gradient(135deg, #1a1210 0%, #2d1818 48%, #3d1f1f 100%);
  box-shadow: 0 24px 60px rgba(17, 10, 10, 0.28);
}

.mjt-page-hero--dark .mjt-page-title,
.mjt-page-hero--dark h1 { color: #fff; }

.mjt-page-hero--dark .mjt-page-lead { color: rgba(255, 255, 255, 0.82); }

.mjt-page-hero--dark .mjt-page-hero__badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.mjt-page-hero--dark .mjt-page-hero__badge-dot {
  background: var(--mjt-color-gold, #d7b87a);
  box-shadow: 0 0 0 4px rgba(215, 184, 122, 0.2);
}

.mjt-page-hero--dark .mjt-page-hero__chips li {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.mjt-page-hero--dark .mjt-page-hero__icon-wrap {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.mjt-page-hero--dark .mjt-page-hero__scribble {
  border-color: rgba(255, 255, 255, 0.16);
}

.mjt-page-hero--accent .mjt-page-hero__frame {
  background:
    radial-gradient(circle at 90% 10%, rgba(143, 29, 29, 0.08) 0%, transparent 42%),
    linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--mjt-color-accent-soft) 65%, #fff) 100%);
}

.mjt-page-hero--warm .mjt-page-hero__frame {
  background:
    radial-gradient(circle at 88% 16%, rgba(215, 184, 122, 0.16) 0%, transparent 40%),
    linear-gradient(145deg, #fffaf6 0%, #f7efe6 100%);
}

.mjt-page-hero--light .mjt-page-hero__frame {
  background:
    radial-gradient(circle at 12% 20%, rgba(143, 29, 29, 0.05) 0%, transparent 38%),
    linear-gradient(145deg, #fff 0%, var(--mjt-color-bg-alt) 100%);
}

.mjt-page-hero--dark + .mjt-shape-wave { color: var(--mjt-color-bg); margin-top: -1px; }

.mjt-page-split {
  display: grid;
  gap: var(--mjt-space-xl);
  align-items: center;
}

@media (min-width: 900px) {
.mjt-page-split { grid-template-columns: 1fr 1fr; }
}

.mjt-page-split__media {
  border-radius: 28px 16px 32px 18px / 22px 34px 18px 28px;
  overflow: hidden;
  box-shadow: var(--mjt-shadow-lg);
  aspect-ratio: 4/3;
  background: var(--mjt-color-bg-alt);
}

.mjt-page-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mjt-contact__mini-faq .mjt-link-arrow {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mjt-color-accent);
  text-decoration: none;
}

.mjt-contact__mini-faq .mjt-link-arrow:hover { text-decoration: underline; }

.mjt-contact__form-wrap .mjt-form input:not([type="submit"]):not(.mjt-btn),
.mjt-contact__form-wrap .mjt-form textarea,
.mjt-contact__form-wrap .wpcf7-form input[type="text"],
.mjt-contact__form-wrap .wpcf7-form input[type="email"],
.mjt-contact__form-wrap .wpcf7-form input[type="tel"],
.mjt-contact__form-wrap .wpcf7-form textarea {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--mjt-color-border);
  border-radius: var(--mjt-radius-md);
  background: var(--mjt-color-input-bg, var(--mjt-color-cream));
  color: var(--mjt-color-text);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mjt-contact__form-wrap .mjt-form input:not([type="submit"]):not(.mjt-btn):focus,
.mjt-contact__form-wrap .mjt-form textarea:focus,
.mjt-contact__form-wrap .wpcf7-form input[type="text"]:focus,
.mjt-contact__form-wrap .wpcf7-form input[type="email"]:focus,
.mjt-contact__form-wrap .wpcf7-form input[type="tel"]:focus,
.mjt-contact__form-wrap .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--mjt-color-accent);
  box-shadow: 0 0 0 3px var(--mjt-color-accent-soft);
}

.mjt-contact__form-wrap .wpcf7-submit.mjt-btn,
.mjt-contact__form-wrap .mjt-form__actions .mjt-btn,
.mjt-contact__form-wrap input[type="submit"].mjt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 0.9rem 1.5rem;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 2px solid var(--mjt-color-accent);
  border-radius: var(--mjt-radius-full);
  background: var(--mjt-color-accent);
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: transform var(--mjt-transition), box-shadow var(--mjt-transition), background var(--mjt-transition-fast), border-color var(--mjt-transition-fast);
}

.mjt-contact__form-wrap .wpcf7-submit.mjt-btn:hover,
.mjt-contact__form-wrap .wpcf7-submit.mjt-btn:focus-visible,
.mjt-contact__form-wrap .mjt-form__actions .mjt-btn--primary:hover,
.mjt-contact__form-wrap .mjt-form__actions .mjt-btn--primary:focus-visible,
.mjt-contact__form-wrap input[type="submit"].mjt-btn:hover,
.mjt-contact__form-wrap input[type="submit"].mjt-btn:focus-visible {
  background: var(--mjt-color-accent-hover);
  border-color: var(--mjt-color-accent-hover);
  color: #fff;
  transform: translateY(var(--mjt-lift-hover));
  box-shadow: var(--mjt-shadow-button-hover);
}

.mjt-collections-immersive__intro {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.mjt-collections-page .mjt-collections-categories-grid {
  --mjt-collection-card-h: clamp(220px, 25vw, 320px);
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: var(--mjt-collection-card-h);
  align-items: stretch;
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card {
  position: relative;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  border: 1px solid color-mix(in srgb, var(--mjt-color-border) 76%, transparent);
  box-shadow: 0 14px 34px rgba(17, 17, 19, 0.08);
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card__image,
.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  transition: transform 0.55s ease;
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card:hover .mjt-category-card__image,
.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card:hover > img {
  transform: scale(1.06);
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.09) 0%, transparent 46%);
  opacity: 0.45;
  z-index: 1;
  pointer-events: none;
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 46px rgba(17, 17, 19, 0.14);
  border-color: color-mix(in srgb, var(--mjt-color-accent) 24%, var(--mjt-color-border));
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card__badge {
  backdrop-filter: blur(3px);
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card__overlay {
  min-height: 54%;
  padding: 1.05rem 1.1rem 1.1rem;
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card__desc {
  font-size: 0.79rem;
}

@media (min-width: 1200px) {
.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 1),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 6) {
    grid-column: span 6;
    grid-row: span 2;
  }
.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 2),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 3),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 4),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 5),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 7),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(8n + 8) {
    grid-column: span 4;
    grid-row: span 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
.mjt-collections-page .mjt-collections-categories-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: clamp(180px, 24vw, 240px);
  }
.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(5n + 1) {
    grid-column: span 6;
    grid-row: span 2;
  }
.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(5n + 2),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(5n + 3),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(5n + 4),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(5n + 5) {
    grid-column: span 3;
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
.mjt-collections-page .mjt-collections-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(170px, 38vw, 210px);
    gap: 0.75rem;
  }
.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(3n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }
.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(3n + 2),
  .mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card:nth-child(3n + 3) {
    grid-column: span 1;
    grid-row: span 1;
  }
.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card__overlay {
    min-height: 58%;
    padding: 0.9rem 0.9rem 1rem;
  }
}

[data-theme="dark"] .mjt-collections-page .mjt-collections-categories-grid .mjt-category-card {
  border-color: color-mix(in srgb, var(--mjt-color-border) 78%, transparent);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.mjt-collections-page .mjt-collections-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(0.7rem, 1.2vw, 1rem);
  align-items: stretch;
}

.mjt-collections-page .mjt-collections-categories-grid > .mjt-category-card {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.mjt-collections-page .mjt-collections-categories-grid .mjt-category-card__overlay {
  min-height: 52%;
  padding: 0.95rem 1rem 1rem;
}

@media (max-width: 1199px) {
.mjt-collections-page .mjt-collections-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (max-width: 899px) {
.mjt-collections-page .mjt-collections-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
.mjt-collections-page .mjt-collections-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

.mjt-collections-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
.mjt-collections-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
.mjt-collections-grid { grid-template-columns: repeat(3, 1fr); }
}

.mjt-collections-story .mjt-page-split { margin-bottom: 2rem; }

.mjt-collections-rooms {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
.mjt-collections-rooms { grid-template-columns: repeat(3, 1fr); }
}

.mjt-collections-room {
  position: relative;
  border-radius: 26px 14px 30px 16px / 20px 32px 18px 26px;
  overflow: hidden;
  min-height: 220px;
  box-shadow: var(--mjt-shadow-card);
  text-decoration: none;
  color: #fff;
}

.mjt-collections-room img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--mjt-float-x, 0), var(--mjt-float-y, 0), 0) scale(1);
  transition: transform .5s ease;
}

.mjt-collections-room::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,17,17,.6), rgba(17,17,17,.1));
}

.mjt-collections-room span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--mjt-font-display);
  font-size: 1.2rem;
}

.mjt-collections-room:hover img { transform: translate3d(var(--mjt-float-x, 0), var(--mjt-float-y, 0), 0) scale(1.05); }

.mjt-highlights {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
.mjt-highlights { grid-template-columns: repeat(4, 1fr); }
}

.mjt-highlight {
  position: relative;
  padding: 1.35rem 1rem 1.15rem;
  text-align: center;
  background: linear-gradient(155deg, var(--mjt-color-surface), color-mix(in srgb, var(--mjt-color-bg-alt) 65%, #fff));
  border: 1px solid color-mix(in srgb, var(--mjt-color-border) 80%, #fff);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(17,17,17,0.05);
  transition: transform var(--mjt-transition), box-shadow var(--mjt-transition), border-color var(--mjt-transition-fast);
}

.mjt-highlight:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--mjt-color-accent) 35%, var(--mjt-color-border));
  box-shadow: 0 16px 28px rgba(17,17,17,0.08);
}

.mjt-highlight__icon-wrap {
  width: 42px;
  height: 42px;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--mjt-color-accent) 12%, #fff);
  color: var(--mjt-color-accent);
  border: 1px solid color-mix(in srgb, var(--mjt-color-accent) 26%, transparent);
}

.mjt-highlight__icon {
  display: inline-flex;
}

.mjt-highlight__title {
  margin: 0 0 0.35rem;
  font-family: var(--mjt-font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
}

.mjt-highlight__text {
  margin: 0;
  font-size: 0.8rem;
  color: var(--mjt-color-text-muted);
  line-height: 1.55;
}

.mjt-page-cta__inner {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.25rem);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08) 0%, transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(198, 161, 91, 0.14) 0%, transparent 40%),
    linear-gradient(135deg, #2a1518 0%, #5c1f28 52%, #3d181f 100%);
  color: #fff;
  border-radius: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(26, 18, 16, 0.22);
}

.mjt-page-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

.mjt-page-cta__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mjt-page-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.mjt-page-cta__orb--a {
  width: clamp(120px, 18vw, 220px);
  height: clamp(120px, 18vw, 220px);
  top: -12%;
  right: 6%;
  background: rgba(255, 255, 255, 0.06);
}

.mjt-page-cta__orb--b {
  width: clamp(90px, 12vw, 160px);
  height: clamp(90px, 12vw, 160px);
  bottom: -18%;
  left: 8%;
  background: rgba(198, 161, 91, 0.12);
}

.mjt-page-cta__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
.mjt-page-cta__body {
    grid-template-columns: 1fr auto;
    text-align: left;
    gap: 2rem;
  }
}

.mjt-page-cta__inner .mjt-page-cta__title,
.mjt-page-cta__inner h2.mjt-page-cta__title {
  color: #fff;
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.mjt-page-cta__text {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  font-size: 1rem;
}

@media (min-width: 768px) {
.mjt-page-cta__text { margin: 0; }
}

.mjt-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
.mjt-page-cta__actions {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.mjt-page-cta__inner .mjt-btn--primary {
  background: #fff;
  color: var(--mjt-color-accent, #7a0f18);
  border-color: #fff;
}

.mjt-page-cta__inner .mjt-btn--primary:hover,
.mjt-page-cta__inner .mjt-btn--primary:focus-visible {
  background: #f8f4f0;
  border-color: #f8f4f0;
  color: var(--mjt-color-accent-hover, #5c0b12);
}

.mjt-page-cta__inner .mjt-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
}

.mjt-page-cta__inner .mjt-btn--ghost:hover,
.mjt-page-cta__inner .mjt-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.mjt-page-cta__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: center;
  margin: 1.35rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}

.mjt-page-cta__meta a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.mjt-page-cta__meta a:hover { text-decoration: underline; }

@media (min-width: 768px) {
.mjt-page-cta__meta { justify-content: flex-start; }
}

.mjt-section-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--mjt-space-xl);
}

.mjt-section-intro .mjt-section-badge { display: block; }

.mjt-shape-wave {
  color: var(--mjt-color-cream);
  line-height: 0;
  margin-top: -1px;
}

.mjt-page-hero--dark + .mjt-shape-wave { color: var(--mjt-color-bg); }

.mjt-shape-wave svg { display: block; width: 100%; height: 48px; }

.mjt-section-badge--line {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--mjt-color-gold);
}

.mjt-section-lead {
  font-size: 1.05rem;
  color: var(--mjt-color-text-muted);
  line-height: 1.65;
  margin: 0.5rem 0 0;
}

.mjt-lead-text {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--mjt-color-text-muted);
}

.mjt-page-split__media--decor { position: relative; }

.mjt-decor-blob--warm {
  background: linear-gradient(135deg, color-mix(in srgb, var(--mjt-color-gold) 35%, transparent), color-mix(in srgb, var(--mjt-color-accent) 18%, transparent));
}

.mjt-decor-blob {
  position: absolute;
  width: 55%;
  height: 55%;
  right: -8%;
  top: -8%;
  border-radius: 42% 58% 62% 38% / 38% 42% 58% 62%;
  background: var(--mjt-color-gold-subtle);
  z-index: 0;
}

.mjt-page-split__media--decor img { position: relative; z-index: 1; }

.mjt-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mjt-financing-page .mjt-page-hero--dark .mjt-page-hero__frame {
  background:
    radial-gradient(circle at 82% 18%, rgba(215, 184, 122, 0.16) 0%, transparent 40%),
    radial-gradient(circle at 12% 88%, rgba(122, 15, 24, 0.24) 0%, transparent 45%),
    linear-gradient(135deg, #1a1111 0%, #2b1618 45%, #4a1d21 100%);
}

.mjt-financing-page .mjt-page-hero--dark .mjt-page-lead {
  color: rgba(255,255,255,0.92);
}

.mjt-faq-sidebar__card--accent .mjt-link-arrow { color: var(--mjt-color-gold); }

.mjt-section--tight-top {
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.mjt-page.mjt-contact .mjt-page-hero--premium,
.mjt-page.mjt-about .mjt-page-hero--premium {
  padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.mjt-page.mjt-contact .mjt-shape-wave svg,
.mjt-page.mjt-about .mjt-shape-wave svg {
  height: 40px;
}

.mjt-contact-immersive-head__overlay h2,
.mjt-contact-immersive-head__overlay p,
.mjt-contact-immersive-head__overlay .mjt-section-badge {
  pointer-events: none;
}

.mjt-contact__form-wrap .mjt-form__actions .mjt-btn,
.mjt-contact__form-wrap .wpcf7-submit.mjt-btn {
  width: 100%;
  margin-top: 0;
}
