:root {
  --mb-cream: #faf5ee;
  --mb-cream-2: #fffaf2;
  --mb-paper: #f4dec4;
  --mb-sand: #e8e3dc;
  --mb-peach: #dca895;
  --mb-peach-2: #ed957a;
  --mb-terracotta: #b84c2a;
  --mb-terracotta-dark: #7d3821;
  --mb-brown: #231815;
  --mb-brown-2: #4f362b;
  --mb-brown-3: #6e3522;
  --mb-muted: #4f4643;
  --mb-blue: #b84c2a;
  --mb-blue-deep: #7d3821;
  --mb-gold: #f2c88c;
  --mb-gold-2: #d97706;
  --mb-white: #ffffff;
  --mb-card: #f3f0ea;
  --mb-shadow: 0 18px 40px rgba(35, 24, 21, 0.12);
  --mb-shadow-soft: 0 10px 28px rgba(35, 24, 21, 0.08);
  --mb-radius: 18px;
  --mb-radius-sm: 10px;
  --mb-serif: "Young Serif", "Playfair Display", Georgia, serif;
  --mb-sans: "Hanken Grotesk", "Poppins", "Trebuchet MS", sans-serif;
  --mb-accent: "Josefin Sans", "Hanken Grotesk", sans-serif;
  --mb-script: "Great Vibes", "Josefin Sans", cursive;
  --mb-max: 1140px;
  --mb-gutter: 24px;
  --e-global-color-accent: #b84c2a;
}

body.mb-nav-lock { overflow: hidden; }
body.mb-nav-lock .mb-header { z-index: 1200; }

body.melody-bird,
body.page,
body.home,
body {
  background-color: var(--mb-cream) !important;
  background-image: url("../images/linen-paper.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: var(--mb-brown);
  font-family: var(--mb-sans);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, .mb-serif {
  font-family: var(--mb-serif);
  color: var(--mb-brown);
  font-weight: 400;
  line-height: 1.2;
}

a { color: var(--mb-terracotta); text-decoration: none; transition: color .25s ease, transform .25s ease; }
a:hover { color: var(--mb-terracotta-dark); }

img { max-width: 100%; height: auto; }

.page-header,
.page-content {
  max-width: var(--mb-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--mb-gutter);
  padding-right: var(--mb-gutter);
  box-sizing: border-box;
}

body.elementor-page .page-header,
body.elementor-page .page-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.melody-bird .alignwide,
.melody-bird .alignfull,
.melody-bird .alignfull img {
  margin-inline: 0 !important;
  max-width: 100% !important;
  width: 100%;
}

ul, ol,
.mb-footer ul,
.mb-footer ol,
.menu, .menu ul,
.wp-block-list {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
}

ul li::marker,
ol li::marker {
  content: none !important;
}

.site-header,
.mb-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--mb-cream);
}

.mb-topbar {
  background: linear-gradient(90deg, #1a120f 0%, #2c1b16 50%, #1a120f 100%);
  color: #f4dec4;
  font-size: 12px;
  letter-spacing: .04em;
}

.mb-topbar__inner {
  max-width: var(--mb-max);
  margin: 0 auto;
  min-height: 32px;
  padding: 0 var(--mb-gutter);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.mb-topbar__tag {
  margin: 0 auto 0 0;
  min-width: 0;
  display: flex;
  align-items: center;
  font-family: var(--mb-accent);
  opacity: .92;
}

.mb-topbar__tag a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}

.mb-topbar__tag a:hover { color: #fff; }

.mb-topbar__tag-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mb-topbar__promo {
  display: none;
}

.mb-topbar__mail {
  color: #f2c88c;
  font-size: 12px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mb-topbar__mail:hover { color: #fff; }

.mb-navbar {
  position: relative;
  z-index: 1;
  background: var(--mb-cream);
  border-bottom: 1px solid rgba(201, 160, 106, .7);
}

.mb-navbar__inner {
  max-width: var(--mb-max);
  margin: 0 auto;
  min-height: 108px;
  padding: 0 var(--mb-gutter);
  display: flex;
  align-items: center;
  gap: 18px;
}

.mb-logo-spacer {
  width: 190px;
  flex: 0 0 190px;
}

.mb-logo {
  position: absolute;
  left: max(var(--mb-gutter), calc((100vw - var(--mb-max)) / 2 + var(--mb-gutter)));
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: stretch;
  background: none;
  padding: 0;
  line-height: 0;
}

.mb-logo__box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mb-cream);
  border: 0;
  padding: 4px 8px;
  box-sizing: border-box;
  height: 100%;
}

.mb-logo img,
.mb-logo .custom-logo {
  width: 156px;
  height: auto;
  max-height: 104px;
  object-fit: contain;
  display: block;
  background: none !important;
}

.mb-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.mb-nav__intro,
.mb-nav__foot { display: none; }

.mb-nav__sheet {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mb-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 0;
  padding: 4px;
  background: rgba(255, 250, 242, .55);
  border: 1px solid rgba(220, 168, 149, .28);
  border-radius: 999px;
}

.mb-nav li { margin: 0; }

.mb-nav a {
  color: var(--mb-brown);
  font-family: var(--mb-accent);
  font-size: 11.5px;
  letter-spacing: .03em;
  text-transform: uppercase;
  position: relative;
  padding: 7px 11px;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
}

.mb-nav .mb-nav__label {
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.mb-nav a > iconify-icon,
.mb-nav .mb-ico--nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  line-height: 0;
  vertical-align: middle;
  overflow: hidden;
}

.mb-nav a > iconify-icon svg,
.mb-nav-cta iconify-icon svg {
  display: block;
}

.mb-nav a::after { display: none; }

.mb-nav a:hover,
.mb-nav a:focus-visible,
.mb-nav .current-menu-item a {
  color: #fff;
  background: var(--mb-terracotta);
}

.mb-nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--mb-terracotta);
  color: #fff !important;
  font-family: var(--mb-accent);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease;
}
.mb-nav-cta:hover { background: var(--mb-brown); transform: translateY(-1px); color: #fff !important; }

.mb-social {
  display: flex;
  gap: 8px;
  align-items: center;
}

.mb-social a {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: transparent;
  color: #f2c88c;
  border: 1px solid rgba(242, 200, 140, .35);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.mb-social a:hover {
  transform: translateY(-2px);
  background: var(--mb-terracotta);
  border-color: var(--mb-terracotta);
  color: #fff;
}

.mb-social svg,
.mb-social .mb-ico { width: 16px; height: 16px; fill: currentColor; color: inherit; }

.mb-burger {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--mb-terracotta);
  border-radius: 10px;
  background: var(--mb-cream);
  cursor: pointer;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  color: var(--mb-terracotta);
}

.mb-burger,
.mb-burger:hover,
.mb-burger:focus,
.mb-burger:focus-visible {
  background: var(--mb-cream) !important;
  border-color: var(--mb-terracotta) !important;
  color: var(--mb-terracotta) !important;
}

.mb-burger .mb-ico,
.mb-burger iconify-icon {
  color: var(--mb-terracotta) !important;
}

.mb-burger.is-open,
.mb-burger.is-open:hover,
.mb-burger.is-open:focus,
.mb-burger.is-open:focus-visible {
  background: var(--mb-brown) !important;
  border-color: var(--mb-brown) !important;
  color: var(--mb-gold) !important;
}

.mb-burger.is-open .mb-ico,
.mb-burger.is-open iconify-icon {
  color: var(--mb-gold) !important;
}

.mb-notes { display: none; }

.mb-hero {
  position: relative;
  overflow: hidden;
  padding: 12px 0 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    linear-gradient(180deg, rgba(250, 245, 238, .55) 0%, rgba(244, 222, 196, .42) 48%, rgba(250, 245, 238, .7) 100%);
}

.mb-hero::before,
.mb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mb-hero::before {
  opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23b84c2a' stroke-width='1.2' opacity='.55'%3E%3Cpath d='M20 48h180M20 64h180M20 80h180M20 96h180M20 112h180'/%3E%3Cpath d='M48 128c8-28 28-48 28-48' /%3E%3C/g%3E%3Ctext x='36' y='92' font-size='42' fill='%23b84c2a' opacity='.5'%3E%E2%99%AA%3C/text%3E%3Ctext x='128' y='168' font-size='36' fill='%23c9a06a' opacity='.45'%3E%E2%99%AB%3C/text%3E%3Ctext x='160' y='70' font-size='28' fill='%237d3821' opacity='.4'%3E%E2%99%AD%3C/text%3E%3C/svg%3E");
  background-size: 240px 240px;
  animation: mbArtsShift 48s linear infinite;
}

.mb-hero::after {
  opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Ctext x='20' y='60' font-size='48' fill='%23dca895' opacity='.7'%3E%F0%9D%84%9E%3C/text%3E%3Ctext x='90' y='140' font-size='32' fill='%23b84c2a' opacity='.55'%3E%E2%99%AC%3C/text%3E%3Ccircle cx='140' cy='40' r='18' fill='none' stroke='%23c9a06a' stroke-width='2' opacity='.5'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  transform: rotate(-8deg);
  animation: mbArtsShift 64s linear infinite reverse;
}

@keyframes mbArtsShift {
  from { background-position: 0 0; }
  to { background-position: 240px 180px; }
}

.mb-hero__notes,
.mb-hero__arts {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.mb-hero__arts { z-index: 0; }

.mb-art {
  position: absolute;
  line-height: 1;
  color: var(--mb-terracotta);
  opacity: .12;
  animation: mbArtDrift 16s ease-in-out infinite alternate;
  user-select: none;
}

@keyframes mbArtDrift {
  from { transform: translateY(0) rotate(var(--rot, -8deg)); }
  to { transform: translateY(-18px) rotate(calc(var(--rot, -8deg) + 12deg)); }
}

.mb-note {
  position: absolute;
  bottom: -2.5em;
  font-size: 22px;
  line-height: 1;
  color: var(--mb-terracotta);
  animation: mbHeroNote 14s ease-in-out infinite;
  will-change: transform, opacity;
  opacity: .22;
}

@keyframes mbHeroNote {
  0% {
    transform: translate3d(0, 0, 0) rotate(-10deg) scale(.45);
    opacity: 0;
  }
  10% { opacity: .28; }
  48% {
    transform: translate3d(var(--dx, 24px), -52%, 0) rotate(18deg) scale(1);
    opacity: .32;
  }
  100% {
    transform: translate3d(calc(var(--dx, 24px) * 1.7), -112%, 0) rotate(-14deg) scale(.7);
    opacity: 0;
  }
}

.mb-wrap { max-width: var(--mb-max); margin: 0 auto; padding: 0 var(--mb-gutter); box-sizing: border-box; }

.mb-hero__stage {
  position: relative;
  z-index: 2;
  max-width: var(--mb-max);
  margin: 0 auto;
  padding: 8px var(--mb-gutter) 10px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  min-height: 560px;
}

.mb-hero__glow {
  pointer-events: none;
  position: absolute;
  right: -8%;
  top: -20%;
  width: 58%;
  height: 120%;
  z-index: 1;
  background:
    radial-gradient(circle at 60% 40%, rgba(184, 76, 42, .18), transparent 55%),
    radial-gradient(circle at 30% 70%, rgba(242, 200, 140, .22), transparent 50%);
  animation: mbGlow 8s ease-in-out infinite alternate;
}

@keyframes mbGlow {
  from { transform: scale(1) translate(0, 0); opacity: .85; }
  to { transform: scale(1.08) translate(-20px, 12px); opacity: 1; }
}

.mb-hero__copy { position: relative; z-index: 2; }

.mb-hero__script {
  font-family: var(--mb-script);
  font-size: 34px;
  color: var(--mb-terracotta);
  margin: 0 0 6px;
  animation: mbFadeUp .7s ease both;
}

.mb-kicker {
  font-family: var(--mb-accent);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  color: var(--mb-terracotta);
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mb-hero h1 {
  font-size: clamp(48px, 7vw, 86px);
  margin: 0 0 18px;
  letter-spacing: -.02em;
  animation: mbFadeUp .85s ease .08s both;
}

.mb-hero h1 span {
  display: inline-block;
  background: linear-gradient(120deg, var(--mb-terracotta), #ed957a 40%, #f2c88c 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}

.mb-hero h1 span::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 8px;
  background: rgba(184, 76, 42, .18);
  z-index: -1;
  animation: mbUnderline 1.4s ease .4s both;
}

@keyframes mbUnderline {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

.mb-lead { font-size: 18px; color: var(--mb-muted); max-width: 520px; animation: mbFadeUp .9s ease .16s both; }

.mb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  animation: mbFadeUp .9s ease .22s both;
}

.mb-btn--ghost {
  background: transparent;
  color: var(--mb-brown) !important;
  border: 1px solid var(--mb-brown);
}
.mb-btn--ghost:hover { background: var(--mb-brown); color: #fff !important; }

.mb-coach-label {
  margin-top: 28px;
  font-family: var(--mb-accent);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 13px;
}

.mb-coach-name {
  font-family: var(--mb-serif);
  font-size: clamp(22px, 3vw, 32px);
  margin: 10px 0 0;
  animation: mbFadeUp .9s ease .28s both;
}

.mb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mb-terracotta);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
  animation: mbPulse 2.8s ease-in-out infinite, mbFadeUp .6s ease both;
}

.mb-hero__visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.mb-vinyl {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 18px solid #1a120f;
  box-shadow:
    0 0 0 8px #c9a06a,
    0 0 0 12px #1a120f,
    0 30px 50px rgba(35, 24, 21, .28);
  background:
    repeating-radial-gradient(circle at center, #2a1c16 0 2px, #1a120f 3px 6px);
  animation: mbSpin 18s linear infinite;
  z-index: 0;
}

.mb-vinyl::after {
  content: "";
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: radial-gradient(circle, #f2c88c 0 28%, #7d3821 29% 100%);
}

@keyframes mbSpin { to { transform: rotate(360deg); } }

.mb-hero-photo {
  position: relative;
  z-index: 2;
  width: min(96%, 440px);
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  animation: mbFadeIn 1s ease .15s both;
}

.mb-hero-photo img {
  width: 100%;
  display: block;
  min-height: 0;
  max-height: 560px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 28px rgba(35, 24, 21, .28));
}

@keyframes mbKen {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.08) translate(-8px, -6px); }
}

.mb-hero-photo::after {
  content: none;
}

.mb-hero-eq {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 3;
  display: flex;
  gap: 4px;
  align-items: flex-end;
  height: 54px;
  padding: 8px 10px;
  background: rgba(26, 18, 15, .72);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.mb-hero-eq i {
  display: block;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(#f2c88c, #b84c2a);
  animation: mbEq 1s ease-in-out infinite;
}

.mb-hero-eq i:nth-child(1) { height: 18px; animation-delay: .05s; }
.mb-hero-eq i:nth-child(2) { height: 34px; animation-delay: .18s; }
.mb-hero-eq i:nth-child(3) { height: 46px; animation-delay: .08s; }
.mb-hero-eq i:nth-child(4) { height: 22px; animation-delay: .22s; }
.mb-hero-eq i:nth-child(5) { height: 38px; animation-delay: .12s; }
.mb-hero-eq i:nth-child(6) { height: 28px; animation-delay: .28s; }
.mb-hero-eq i:nth-child(7) { height: 42px; animation-delay: .16s; }

.mb-marquee {
  margin-top: 18px;
  overflow: hidden;
  border-top: 1px solid rgba(35,24,21,.08);
  border-bottom: 1px solid rgba(35,24,21,.08);
  background: rgba(255,250,242,.55);
  padding: 10px 0;
}

.mb-marquee__track {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: mbMarquee 22s linear infinite;
  font-family: var(--mb-accent);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--mb-brown-2);
}

@keyframes mbMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.mb-wave {
  height: 70px;
  width: 100%;
  display: block;
}

.mb-section { padding: 72px 0; position: relative; }

.mb-section h2 {
  font-size: clamp(32px, 4vw, 48px);
  text-align: center;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mb-section--treasure {
  background: linear-gradient(180deg, rgba(255,250,242,.2), rgba(244,222,196,.28));
}

.mb-section--classes { padding-top: 80px; }
.mb-section--voices { background: rgba(255,250,242,.4); }

.mb-ornament {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--mb-terracotta);
  letter-spacing: 8px;
  font-size: 14px;
}

.mb-sub {
  text-align: center;
  color: var(--mb-muted);
  max-width: 640px;
  margin: 0 auto 36px;
}

.mb-skills {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.mb-skill {
  background: var(--mb-white);
  border-radius: var(--mb-radius);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--mb-shadow-soft);
  transition: transform .3s ease, box-shadow .3s ease;
}

.mb-skill:hover { transform: translateY(-8px); box-shadow: var(--mb-shadow); }

.mb-skill .icon {
  width: 54px; height: 54px; margin: 0 auto 12px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-peach-2));
  color: var(--mb-brown);
  font-size: 22px;
}
.mb-skill .icon .mb-ico { color: var(--mb-brown); }

.mb-skill h3 { font-size: 18px; margin: 0 0 6px; }
.mb-skill p { font-size: 13px; color: var(--mb-muted); margin: 0; }

.mb-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
  padding: 8px 64px 0;
  box-sizing: border-box;
}

.mb-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 28px 28px;
  box-shadow: var(--mb-shadow-soft);
  position: relative;
  overflow: visible;
  z-index: 2;
  transition: transform .35s ease, box-shadow .35s ease;
}

.mb-card:hover { transform: translateY(-6px); box-shadow: var(--mb-shadow); }

.mb-card h3 { font-size: 28px; margin: 8px 0 12px; }

.mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--mb-brown-3);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-family: var(--mb-sans);
  transition: transform .2s ease, background .2s ease;
}

.mb-btn:hover { background: var(--mb-terracotta); transform: translateY(-2px); }

.mb-btn--light { background: var(--mb-cream); color: var(--mb-brown) !important; }
.mb-btn--blue { background: var(--mb-blue); }
.mb-btn--gold { background: var(--mb-gold-2); }

.mb-cutout {
  position: absolute;
  width: 120px;
  pointer-events: none;
  animation: mbFloat 4.5s ease-in-out infinite;
  filter: drop-shadow(0 12px 18px rgba(35,24,21,.18));
  z-index: 1;
}

.mb-cutout--left {
  left: 0;
  top: 28px;
}

.mb-cutout--right {
  right: 0;
  bottom: 8px;
  animation-delay: 1.2s;
}

@keyframes mbFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.mb-banner {
  margin-top: 28px;
  background: linear-gradient(135deg, var(--mb-terracotta) 0%, var(--mb-brown-3) 100%);
  color: #fff;
  border-radius: 16px;
  padding: 18px 24px;
  text-align: center;
  font-family: var(--mb-serif);
  font-size: 22px;
  box-shadow: var(--mb-shadow-soft);
  border: 1px solid rgba(242, 200, 140, .35);
}

.mb-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mb-quote {
  background: var(--mb-card);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--mb-shadow-soft);
  transition: transform .3s ease;
}

.mb-quote:hover { transform: translateY(-5px); }
.mb-quote p { font-family: var(--mb-serif); font-size: 16px; margin: 0 0 14px; }
.mb-quote cite { font-style: normal; font-size: 13px; color: var(--mb-muted); font-family: var(--mb-sans); }

.mb-cta {
  background: var(--mb-terracotta);
  color: #fff;
  text-align: center;
  padding: 42px 0;
}

.mb-cta h2, .mb-cta p { color: #fff; }
.mb-cta p { max-width: 680px; margin: 8px auto 18px; }

.mb-footer {
  background: var(--mb-brown);
  color: #f4dec4;
  padding: 48px 0 18px;
}

.mb-footer h3 {
  color: var(--mb-gold);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mb-footer a { color: #f4dec4; }
.mb-footer a:hover { color: #fff; }
.mb-footer .menu a,
.mb-footer ul a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mb-footer-logo {
  display: inline-block;
  margin-bottom: 16px;
  line-height: 0;
}

.mb-logo__box--footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.mb-footer-logo,
.mb-logo__box--footer,
.mb-logo__box--footer img {
  filter: none !important;
  -webkit-filter: none !important;
  box-shadow: none !important;
  text-shadow: none;
}

.mb-logo__box--footer img {
  width: 168px;
  max-height: 128px;
  height: auto;
  object-fit: contain;
  display: block;
}

.mb-footer .menu,
.mb-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mb-footer .menu li,
.mb-footer ul li {
  margin: 0 0 8px;
}

.mb-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 28px;
  max-width: var(--mb-max);
  margin: 0 auto;
  padding: 0 var(--mb-gutter) 28px;
  box-sizing: border-box;
}

.mb-copy {
  border-top: 1px solid rgba(244, 222, 196, .15);
  text-align: center;
  max-width: var(--mb-max);
  margin: 0 auto;
  padding: 16px var(--mb-gutter) 8px;
  font-size: 13px;
  opacity: .8;
  box-sizing: border-box;
}

.mb-page-hero {
  padding: 56px 0 20px;
  text-align: center;
}

.mb-page-hero h1 { font-size: clamp(36px, 5vw, 58px); margin: 0 0 10px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.mb-about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.mb-about img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--mb-shadow);
}

.mb-meta { color: var(--mb-terracotta); font-family: var(--mb-accent); letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }

.mb-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.mb-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .4s ease;
}

.mb-gallery img:hover { transform: scale(1.04); }

.mb-videos, .mb-tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mb-video {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--mb-shadow-soft);
  transition: transform .3s ease;
}

.mb-video:hover { transform: translateY(-6px); }

.mb-video iframe, .mb-video img { width: 100%; aspect-ratio: 16/9; display: block; border: 0; object-fit: cover; }

.mb-video h3 { font-size: 16px; margin: 12px 14px 14px; font-family: var(--mb-sans); font-weight: 600; }

.mb-slider-wrap { margin-top: 36px; }

.mb-slider {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fffaf2;
  box-shadow: var(--mb-shadow);
}

.mb-slides {
  display: flex;
  transition: transform .65s cubic-bezier(.22,.68,0,1.01);
}

.mb-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 88px minmax(0, 1.15fr) minmax(180px, .85fr);
  grid-template-areas: "left copy art";
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(255,250,242,.92), rgba(250,245,238,.88)),
    url("../images/linen-paper.jpg") center / cover;
  position: relative;
  align-items: center;
}

.mb-slide__symbol--left {
  grid-area: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px 0 18px;
  opacity: .55;
}

.mb-slide__symbol--left svg {
  width: 58px;
  height: 58px;
}

.mb-slide__copy {
  grid-area: copy;
  padding: 36px 24px 42px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  min-width: 0;
}

.mb-slide__copy h3 {
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 8px;
  color: var(--mb-brown);
}

.mb-slide__lead {
  font-size: 17px;
  font-weight: 600;
  color: var(--mb-terracotta);
  margin: 0 0 10px;
}

.mb-slide__copy p { margin: 0 0 12px; color: var(--mb-muted); max-width: 520px; }

.mb-slide__points {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.mb-slide__points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: var(--mb-brown);
  font-size: 15px;
}

.mb-slide__points .mb-ico { color: var(--mb-terracotta); margin-top: 2px; }

.mb-slide__art {
  grid-area: art;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px 36px 24px 8px;
}

.mb-slide__art svg {
  width: min(100%, 240px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(35,24,21,.08));
}

.mb-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,250,242,.94);
  color: var(--mb-terracotta);
  box-shadow: 0 8px 20px rgba(35,24,21,.16);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.mb-slider__prev { left: 10px; }
.mb-slider__next { right: 10px; }
.mb-slider__arrow:hover { background: var(--mb-terracotta); color: #fff; }

.mb-slider-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 12px 16px;
  background: transparent;
  position: relative;
  z-index: 3;
}

.mb-dot {
  width: 18px;
  height: 8px;
  border-radius: 999px;
  background: var(--mb-peach);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: width .25s ease, background .25s ease;
}

.mb-dot.is-active {
  width: 28px;
  background: var(--mb-terracotta);
}

.mb-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  margin: 18px 0 24px;
}

.mb-fact {
  background: #fff;
  border-left: 4px solid var(--mb-terracotta);
  padding: 12px 14px;
  border-radius: 0 12px 12px 0;
}

.mb-fact strong { display: block; font-size: 13px; color: var(--mb-terracotta-dark); }

.mb-batches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mb-batch {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  text-align: center;
  box-shadow: var(--mb-shadow-soft);
}

.mb-batch.full { outline: 2px solid var(--mb-terracotta); }

.mb-faq details {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 4px 18px;
  box-shadow: var(--mb-shadow-soft);
}

.mb-faq summary {
  cursor: pointer;
  font-weight: 600;
  padding: 14px 0;
  font-family: var(--mb-sans);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.mb-faq summary::before { display: none; }

.mb-form, .mb-register {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--mb-shadow-soft);
}

.mb-form label { display: block; font-size: 13px; margin: 10px 0 4px; }
.mb-form input, .mb-form textarea, .mb-form select {
  width: 100%;
  border: 1px solid #e8e3dc;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: var(--mb-sans);
  background: var(--mb-cream-2);
}

.mb-form textarea { min-height: 90px; }

.mb-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: mbFadeUp .7s ease forwards;
}

.mb-delay-1 { animation-delay: .1s; }
.mb-delay-2 { animation-delay: .2s; }
.mb-delay-3 { animation-delay: .3s; }
.mb-delay-4 { animation-delay: .4s; }

@keyframes mbFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes mbFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.mb-sound {
  display: flex; gap: 3px; align-items: flex-end; height: 18px;
}

.mb-sound span {
  width: 3px; background: var(--mb-terracotta);
  border-radius: 2px;
  animation: mbEq 1s ease-in-out infinite;
}

.mb-sound span:nth-child(2) { animation-delay: .15s; }
.mb-sound span:nth-child(3) { animation-delay: .3s; }
.mb-sound span:nth-child(4) { animation-delay: .1s; }
.mb-sound span:nth-child(5) { animation-delay: .25s; }

.mb-sound--gold span { background: #f2c88c; }

@keyframes mbEq {
  0%, 100% { height: 6px; }
  50% { height: 18px; }
}

@keyframes mbPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(73, 133, 245, .45); }
  50% { box-shadow: 0 0 0 10px rgba(73, 133, 245, 0); }
}

body.elementor-editor-active .mb-notes { display: none; }

.elementor-widget-html .elementor-widget-container { padding: 0 !important; }
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.elementor .elementor-element-populated { padding: 0 !important; }
.elementor-element:has(.mb-hero) {
  max-width: none !important;
  width: 100% !important;
}
.elementor-page .entry-title,
.elementor-page .page-header { display: none; }

iconify-icon.mb-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(.45) rotate(-14deg);
  animation: mbIcoIn .5s cubic-bezier(.2, 1.45, .32, 1) forwards;
}

.mb-nav li:nth-child(1) .mb-ico { animation-delay: .04s; }
.mb-nav li:nth-child(2) .mb-ico { animation-delay: .08s; }
.mb-nav li:nth-child(3) .mb-ico { animation-delay: .12s; }
.mb-nav li:nth-child(4) .mb-ico { animation-delay: .16s; }
.mb-nav li:nth-child(5) .mb-ico { animation-delay: .2s; }
.mb-nav li:nth-child(6) .mb-ico { animation-delay: .24s; }
.mb-nav li:nth-child(7) .mb-ico { animation-delay: .28s; }
.mb-nav li:nth-child(8) .mb-ico { animation-delay: .32s; }

@keyframes mbIcoIn {
  0% { opacity: 0; transform: scale(.45) rotate(-14deg); }
  70% { opacity: 1; transform: scale(1.12) rotate(3deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

.mb-ico--gold { color: #f2c88c; }
.mb-ico--heading { vertical-align: -0.15em; }

.mb-topbar__excerpt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mb-cta h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mb-card h3,
.mb-quote,
.mbs-facts li,
.mbs-class h3,
.mbs-course h3,
.mb-banner,
.mb-badge {
  position: relative;
}
.mb-card h3,
.mb-quote,
.mbs-facts li,
.mb-banner,
.mb-badge,
.mbs-class h3,
.mbs-course h3 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.mb-badge { display: inline-flex; }
.mb-banner {
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mb-quote { align-items: flex-start; }
.mb-quote > .mb-ico { margin-top: 2px; color: var(--mb-terracotta); flex-shrink: 0; }

@keyframes mb-topbar-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes mbMenuFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mbTrayIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .mb-topbar__track { animation: none; }
  iconify-icon.mb-ico {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .mb-note { animation: none; opacity: .12; }
  .mb-art, .mb-hero::before, .mb-hero::after { animation: none; }
}

@media (max-width: 960px) {
  .mb-topbar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "tag social"
      "promo promo";
    gap: 4px 10px;
    min-height: 0;
    padding: 7px 12px 8px;
  }
  .mb-topbar__tag { grid-area: tag; margin: 0; }
  .mb-topbar__tag a { gap: 8px; }
  .mb-topbar__mail { display: none; }
  .mb-social--top { grid-area: social; }
  .mb-social--top a { width: 24px; height: 24px; }
  .mb-topbar__promo {
    grid-area: promo;
    display: block;
    overflow: hidden;
    min-width: 0;
    mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 16px), transparent);
  }
  .mb-topbar__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: mb-topbar-scroll 28s linear infinite;
  }
  .mb-topbar__track:hover,
  .mb-topbar__track:focus-within { animation-play-state: paused; }
  .mb-topbar__group {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-right: 22px;
  }
  .mb-topbar__excerpt {
    position: relative;
    flex: 0 0 auto;
    color: #f2c88c;
    font-size: 11px;
    letter-spacing: .03em;
    white-space: nowrap;
  }
  .mb-topbar__excerpt:not(:first-child) {
    padding-left: 22px;
  }
  .mb-topbar__excerpt:not(:first-child)::before {
    content: "·";
    position: absolute;
    left: 8px;
    color: rgba(242, 200, 140, .55);
  }
  .mb-topbar__excerpt:hover { color: #fff; }
  .mb-logo {
    left: 10px;
  }
  .mb-logo img { width: 120px; max-height: 88px; }
  .mb-logo-spacer { width: 148px; flex-basis: 148px; }
  .mb-navbar__inner { min-height: 92px; }
  .mb-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: rgba(26, 18, 15, .58);
    backdrop-filter: blur(6px);
    padding: 0;
    justify-content: flex-end;
    align-items: stretch;
    animation: mbMenuFade .25s ease;
  }
  .mb-nav.is-open { display: flex; }
  .mb-nav__sheet {
    display: flex;
    flex-direction: column;
    width: min(86vw, 360px);
    max-width: 360px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    margin: 0;
    background: #231815;
    border-radius: 22px 0 0 22px;
    padding: calc(var(--mb-header-h, 92px) + 10px) 18px 28px;
    box-shadow: -18px 0 40px rgba(26, 18, 15, .35);
    animation: mbTrayIn .38s cubic-bezier(.22, .68, 0, 1.05);
    color: #f4dec4;
  }
  .mb-nav__intro {
    display: block;
    text-align: left;
    padding: 4px 6px 14px;
    border-bottom: 1px solid rgba(242, 200, 140, .18);
    margin-bottom: 10px;
  }
  .mb-nav__intro .mb-kicker { margin-bottom: 4px; color: #f2c88c; }
  .mb-nav__tagline {
    margin: 0;
    font-family: var(--mb-script);
    font-size: 26px;
    color: #f2c88c;
    line-height: 1.2;
  }
  .mb-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    border-radius: 18px;
    background: transparent;
    border: 0;
    padding: 4px 0 10px;
  }
  .mb-nav .menu a {
    white-space: normal;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
    letter-spacing: .08em;
    background: rgba(255, 250, 242, .08);
    color: #f4dec4;
    box-shadow: none;
  }
  .mb-nav .menu a:hover,
  .mb-nav .menu a:focus-visible,
  .mb-nav .current-menu-item a {
    background: var(--mb-terracotta);
    color: #fff;
  }
  .mb-nav.is-open .menu li {
    animation: mbFadeUp .4s ease both;
  }
  .mb-nav.is-open .menu li:nth-child(1) { animation-delay: .04s; }
  .mb-nav.is-open .menu li:nth-child(2) { animation-delay: .08s; }
  .mb-nav.is-open .menu li:nth-child(3) { animation-delay: .12s; }
  .mb-nav.is-open .menu li:nth-child(4) { animation-delay: .16s; }
  .mb-nav.is-open .menu li:nth-child(5) { animation-delay: .2s; }
  .mb-nav.is-open .menu li:nth-child(6) { animation-delay: .24s; }
  .mb-nav.is-open .menu li:nth-child(7) { animation-delay: .28s; }
  .mb-nav.is-open .menu li:nth-child(8) { animation-delay: .32s; }
  .mb-nav .menu-item a .mb-ico,
  .mb-nav a > iconify-icon.mb-ico--nav {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 10px;
    background: rgba(184, 76, 42, .28);
    color: #f2c88c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .mb-nav .menu a:hover .mb-ico,
  .mb-nav .current-menu-item a .mb-ico {
    background: rgba(35, 24, 21, .35);
    color: #fff;
  }
  .mb-nav__foot {
    display: block;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(242, 200, 140, .18);
  }
  .mb-nav-cta--sheet {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    font-size: 13px;
    border-radius: 14px;
    background: var(--mb-terracotta);
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .28);
  }
  .mb-nav-cta--sheet:hover {
    background: #7d3821;
    color: #fff !important;
  }
  .mb-nav__contact {
    display: grid;
    gap: 8px;
    margin: 14px 0 12px;
  }
  .mb-nav__contact a {
    background: rgba(255, 250, 242, .08);
    color: #f4dec4;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--mb-sans);
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: none;
  }
  .mb-nav__contact a:hover {
    background: var(--mb-terracotta);
    color: #fff;
  }
  .mb-social--menu {
    justify-content: center;
    gap: 12px;
  }
  .mb-social--menu a {
    width: 42px;
    height: 42px;
    color: #f2c88c;
    border-color: rgba(242, 200, 140, .35);
    background: rgba(255, 250, 242, .08);
  }
  .mb-social--menu a:hover {
    background: var(--mb-terracotta);
    border-color: var(--mb-terracotta);
    color: #fff;
  }
  .mb-burger { display: inline-flex; margin-left: auto; z-index: 1200; }
  .mb-navbar .mb-nav-cta { display: none; }
  .mb-hero__stage, .mb-about, .mb-cards, .mb-quotes, .mb-skills, .mb-videos, .mb-tips, .mb-batches, .mb-footer__grid, .mb-gallery {
    grid-template-columns: 1fr;
  }
  .mb-hero { padding-top: 10px; }
  .mb-hero__stage {
    min-height: 0;
    padding-top: 8px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "copy";
    gap: 18px;
    align-items: start;
  }
  .mb-hero__visual {
    grid-area: visual;
    min-height: 340px;
  }
  .mb-hero__copy { grid-area: copy; }
  .mb-vinyl { width: 280px; height: 280px; }
  .mb-hero-photo { width: min(78%, 320px); margin-inline: auto; }
  .mb-hero-photo img { min-height: 0; max-height: 420px; }
  .mb-skills { grid-template-columns: 1fr 1fr; }
  .mb-slide {
    grid-template-columns: 1fr;
    grid-template-areas:
      "art"
      "copy";
    min-height: 0;
  }
  .mb-slide__symbol--left { display: none; }
  .mb-slide__copy { padding: 16px 52px 32px; }
  .mb-slide__art {
    min-height: 0;
    padding: 28px 52px 8px;
  }
  .mb-slide__art svg { width: min(56%, 180px); }
  .mb-slider__arrow { width: 40px; height: 40px; }
  .mb-slider__prev { left: 8px; }
  .mb-slider__next { right: 8px; }
  .mb-cutout { display: none; }
  .mb-cards { padding: 0; }
}
