.mbx-homepage {
  --mbx-ink: #0e1a32;
  --mbx-muted: #657188;
  --mbx-line: rgba(20, 42, 78, .1);
  --mbx-blue: #146cff;
  --mbx-blue-deep: #0750d5;
  --mbx-page: #f5f7fb;
  --mbx-white: #fff;
  --mbx-display: clamp(68px, 7.9vw, 132px);
  --mbx-section: clamp(50px, 5.55vw, 92px);
  --mbx-card-title: clamp(28px, 2.65vw, 48px);
  --mbx-body-lg: clamp(17px, 1.25vw, 20px);
  --mbx-body: 15px;
  background: var(--mbx-page);
}

.mbx-homepage .site-main,
.mbx-homepage .ss-main,
.mbx-homepage .ss-content,
.mbx-homepage .ss-page-content { max-width: none; }

.mbx-home,
.mbx-home * { box-sizing: border-box; }

.mbx-home {
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
  padding: clamp(10px, 1.2vw, 22px) clamp(10px, 1.6vw, 28px) 34px;
  overflow: clip;
  color: var(--mbx-ink);
  font-family: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mbx-home a { color: inherit; text-decoration: none; }
.mbx-home img { display: block; width: 100%; }

.mbx-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #52627b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mbx-home-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mbx-blue);
  box-shadow: 0 0 0 5px rgba(20, 108, 255, .11);
}

.mbx-home-hero {
  --pointer-x: 62%;
  --pointer-y: 28%;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: clamp(690px, 81vh, 900px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: clamp(24px, 2.2vw, 38px);
  background: #c8e3ec;
  box-shadow: 0 28px 90px rgba(47, 68, 101, .14);
}

.mbx-home-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.34), transparent 29%);
  mix-blend-mode: soft-light;
}

.mbx-home-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.25), transparent 58%);
}

.mbx-home-hero__image {
  position: absolute;
  z-index: -2;
  inset: -24px;
  width: calc(100% + 48px) !important;
  height: calc(100% + 48px);
  object-fit: cover;
  object-position: 58% center;
  transform: translate3d(var(--hero-shift-x), calc(var(--hero-shift-y) + var(--page-shift, 0px)), 0) scale(1.025);
  animation: mbxHeroBreathe 18s ease-in-out infinite alternate;
  transition: transform 420ms cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}

.mbx-home-hero__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246,250,255,.92) 0%, rgba(246,250,255,.69) 33%, rgba(246,250,255,.08) 64%),
    linear-gradient(0deg, rgba(13,40,45,.18), transparent 36%);
}

.mbx-home-hero__top {
  position: absolute;
  z-index: 3;
  top: clamp(25px, 3vw, 48px);
  right: clamp(25px, 3vw, 50px);
  left: clamp(25px, 3vw, 50px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(14, 35, 48, .67);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mbx-home-hero__top span:last-child {
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 16px rgba(0,41,57,.28);
}

.mbx-home-hero__copy {
  position: absolute;
  z-index: 3;
  left: clamp(27px, 4.5vw, 82px);
  bottom: clamp(70px, 9.6vh, 116px);
  width: min(840px, calc(100% - 54px));
}

.mbx-home-hero h1 {
  max-width: 1000px;
  margin: 24px 0 24px;
  color: #0d1a30;
  font-size: var(--mbx-display);
  font-weight: 620;
  letter-spacing: -.072em;
  line-height: .88;
}

.mbx-home-hero__copy > p {
  max-width: 640px;
  margin: 0;
  color: #30445b;
  font-size: var(--mbx-body-lg);
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: 1.55;
}

.mbx-home-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.mbx-home-button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid rgba(16,34,67,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 9px 28px rgba(27,53,91,.08);
  color: #16223a;
  font-size: 14px;
  font-weight: 760;
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mbx-home-button:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 15px 34px rgba(27,53,91,.14); }
.mbx-home-button--primary { border-color: transparent; background: var(--mbx-blue); box-shadow: 0 14px 34px rgba(20,108,255,.25); color: #fff; }
.mbx-home-button--primary:hover { background: var(--mbx-blue-deep); color: #fff; }

.mbx-home-hero__scroll {
  position: absolute;
  z-index: 3;
  right: clamp(25px, 3vw, 50px);
  bottom: clamp(25px, 3vw, 48px);
  color: rgba(255,255,255,.92);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,41,57,.36);
}

.mbx-home-hero__scroll b { display: inline-block; margin-left: 9px; animation: mbxScrollCue 1.55s ease-in-out infinite; }

.mbx-home-launch { padding: clamp(74px, 8vw, 126px) clamp(4px, 2.2vw, 38px) clamp(92px, 10vw, 154px); }

.mbx-home-launch > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.mbx-home-launch > header p { margin: 0; color: #7b869a; font-size: 13px; }

.mbx-home-launch__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }

.mbx-home-launch__grid > a {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 244px;
  grid-template-columns: auto 1fr auto;
  gap: 17px;
  padding: 23px;
  overflow: hidden;
  border: 1px solid var(--mbx-line);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 44px rgba(42,62,93,.055);
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease, border-color 220ms ease;
}

.mbx-home-launch__grid > a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(91,162,255,.2), transparent 43%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.mbx-home-launch__grid > a:hover { transform: translateY(-7px); border-color: rgba(20,108,255,.2); box-shadow: 0 24px 64px rgba(42,62,93,.11); }
.mbx-home-launch__grid > a:hover::before { opacity: 1; }

.mbx-home-launch__grid > a > span { color: #8792a5; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.mbx-home-launch__grid > a > b { align-self: end; font-size: 17px; transition: transform 220ms ease; }
.mbx-home-launch__grid > a:hover > b { transform: translate(4px,-4px); }
.mbx-home-launch__grid div { align-self: end; }
.mbx-home-launch__grid small { display: block; margin-bottom: 8px; color: var(--mbx-blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mbx-home-launch__grid strong { display: block; color: var(--mbx-ink); font-size: clamp(21px,1.65vw,28px); font-weight: 670; letter-spacing: -.04em; line-height: 1; }
.mbx-home-launch__grid p { margin: 13px 0 0; color: var(--mbx-muted); font-size: 13px; line-height: 1.52; }

.mbx-home-directions { padding: 0 0 clamp(108px, 12vw, 190px); }

.mbx-home-directions > header {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(260px,.52fr) auto;
  gap: clamp(28px,5vw,84px);
  align-items: end;
  margin-bottom: clamp(36px,4.5vw,70px);
  padding: 0 clamp(5px,3.2vw,56px);
}

.mbx-home-directions h2,
.mbx-home-studio h2,
.mbx-home-final h2 {
  margin: 21px 0 0;
  color: var(--mbx-ink);
  font-size: var(--mbx-section);
  font-weight: 620;
  letter-spacing: -.068em;
  line-height: .92;
}

.mbx-home-directions > header > p,
.mbx-home-studio > header > p {
  max-width: 430px;
  margin: 0 0 3px;
  color: var(--mbx-muted);
  font-size: var(--mbx-body-lg);
  line-height: 1.58;
}

.mbx-home-directions > header > a {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  gap: 11px;
  padding: 0 16px;
  border: 1px solid var(--mbx-line);
  border-radius: 13px;
  background: #fff;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease;
}

.mbx-home-directions > header > a:hover { transform: translateY(-3px); border-color: rgba(20,108,255,.24); }

.mbx-home-direction-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(11px,1.2vw,19px); }

.mbx-home-direction-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --reveal-y: 0px;
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid var(--mbx-line);
  border-radius: clamp(20px,1.65vw,29px);
  background: #fff;
  box-shadow: 0 17px 52px rgba(45,66,98,.07);
  transform: perspective(1400px) translateY(var(--reveal-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: opacity 700ms ease var(--reveal-delay,0ms), transform 190ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.mbx-home-direction-card.is-card-1,
.mbx-home-direction-card.is-card-5 { grid-column: span 5; }
.mbx-home-direction-card.is-card-2,
.mbx-home-direction-card.is-card-4 { grid-column: span 3; }

.mbx-home-direction-card:hover { box-shadow: 0 28px 74px rgba(45,66,98,.14); }
.mbx-home-direction-card__media { display: block; height: clamp(300px,27vw,490px); overflow: hidden; background: #e7edf4; }
.mbx-home-direction-card__media img { height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 300ms ease; }
.mbx-home-direction-card:hover .mbx-home-direction-card__media img { transform: scale(1.055); filter: saturate(1.06); }
.mbx-home-direction-card__body { display: grid; min-height: 154px; padding: 20px 22px 22px; }
.mbx-home-direction-card__body small { color: #8390a4; font-size: 9px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.mbx-home-direction-card__body strong { display: -webkit-box; overflow: hidden; margin: 10px 0 17px; color: #17243d; font-size: clamp(18px,1.4vw,24px); font-weight: 670; letter-spacing: -.038em; line-height: 1.16; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mbx-home-direction-card__body > span { align-self: end; color: var(--mbx-blue); font-size: 11px; font-weight: 780; }

.mbx-home-studio { padding-bottom: clamp(100px,11vw,176px); }

.mbx-home-studio > header {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(300px,.5fr);
  gap: clamp(40px,8vw,140px);
  align-items: end;
  padding: 0 clamp(5px,3.2vw,56px) clamp(46px,5vw,78px);
}

.mbx-home-studio > header .mbx-home-eyebrow { grid-column: 1/-1; }
.mbx-home-studio > header h2 { margin-top: 0; }
.mbx-home-studio__grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(12px,1.25vw,20px); }

.mbx-home-module {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --reveal-y: 0px;
  position: relative;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(27px,2.7vw,48px);
  border: 1px solid var(--mbx-line);
  border-radius: clamp(23px,2vw,32px);
  box-shadow: 0 18px 58px rgba(42,62,93,.07);
  transform: perspective(1400px) translateY(var(--reveal-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: opacity 720ms ease var(--reveal-delay,0ms), transform 190ms ease, box-shadow 220ms ease;
}

.mbx-home-module:hover { box-shadow: 0 30px 82px rgba(42,62,93,.13); }
.mbx-home-module--analyze { grid-column: span 7; background: linear-gradient(145deg,#eef8ff,#f4f2ff); }
.mbx-home-module--publish { grid-column: span 5; background: linear-gradient(145deg,#fff6ef,#fff); }
.mbx-home-module--chat { grid-column: span 5; min-height: 500px; background: linear-gradient(145deg,#effaff,#edf4ff); }
.mbx-home-module--save { grid-column: span 7; min-height: 500px; background: linear-gradient(145deg,#f7f2ff,#fff); }

.mbx-home-module__copy { position: relative; z-index: 2; max-width: 670px; transform: translateZ(16px); }
.mbx-home-module__copy > span { color: var(--mbx-blue); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mbx-home-module__copy h3 { margin: 24px 0 15px; color: var(--mbx-ink); font-size: var(--mbx-card-title); font-weight: 630; letter-spacing: -.06em; line-height: .98; }
.mbx-home-module__copy p { max-width: 570px; margin: 0; color: var(--mbx-muted); font-size: var(--mbx-body); line-height: 1.58; }
.mbx-home-module__copy > b { display: inline-block; margin-top: 23px; color: #27425f; font-size: 12px; font-weight: 780; transition: transform 200ms ease, color 200ms ease; }
.mbx-home-module:hover .mbx-home-module__copy > b { color: var(--mbx-blue); transform: translateX(4px); }

.mbx-home-analyze-ui {
  display: grid;
  grid-template-columns: 1fr auto 1.05fr;
  gap: 16px;
  align-items: center;
  min-height: 245px;
  margin-top: auto;
  padding-top: 30px;
  transform: translateZ(20px);
}

.mbx-home-analyze-ui__image,
.mbx-home-analyze-ui__lines { height: 205px; border: 1px solid rgba(20,108,255,.12); border-radius: 23px; background: rgba(255,255,255,.82); box-shadow: 0 18px 42px rgba(54,97,135,.1); }
.mbx-home-analyze-ui__image { background: radial-gradient(circle at 68% 25%,rgba(255,171,170,.92),transparent 22%),radial-gradient(circle at 36% 67%,rgba(84,189,255,.94),transparent 29%),linear-gradient(145deg,#dff5ff,#eee8ff); animation: mbxAnalyzeImage 7s ease-in-out infinite; }
.mbx-home-analyze-ui > i { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--mbx-blue); color: #fff; font-style: normal; box-shadow: 0 8px 20px rgba(20,108,255,.25); animation: mbxAnalyzeArrow 2.2s ease-in-out infinite; }
.mbx-home-analyze-ui__lines { display: flex; flex-direction: column; justify-content: center; gap: 13px; padding: 24px; }
.mbx-home-analyze-ui__lines em { color: #6d7d92; font-size: 9px; font-style: normal; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.mbx-home-analyze-ui__lines b { display: block; height: 9px; border-radius: 999px; background: #d7e1ee; transform-origin: left; animation: mbxLineWrite 3.4s ease-in-out infinite; }
.mbx-home-analyze-ui__lines b:nth-of-type(2) { width: 76%; animation-delay: .22s; }
.mbx-home-analyze-ui__lines b:nth-of-type(3) { width: 49%; background: #9bbfff; animation-delay: .44s; }
.mbx-home-analyze-ui__lines small { color: #4d78b3; font-size: 9px; font-weight: 760; }

.mbx-home-publish-preview { position: relative; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; height: 255px; margin-top: auto; padding-top: 30px; }
.mbx-home-publish-preview > span { overflow: hidden; border: 4px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: 0 14px 34px rgba(82,61,53,.12); animation: mbxFloatCard 5s ease-in-out infinite; }
.mbx-home-publish-preview > span:nth-child(2) { transform: translateY(18px); animation-delay: -.8s; }
.mbx-home-publish-preview > span:nth-child(3) { transform: translateY(-8px); animation-delay: -1.6s; }
.mbx-home-publish-preview > span:nth-child(4) { transform: translateY(10px); animation-delay: -2.4s; }
.mbx-home-publish-preview img { height: 100%; object-fit: cover; }
.mbx-home-publish-preview > i { position: absolute; right: 18px; bottom: 16px; display: grid; min-width: 178px; gap: 3px; padding: 13px 15px; border: 1px solid rgba(39,54,83,.09); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 15px 36px rgba(71,58,54,.13); font-style: normal; backdrop-filter: blur(12px); animation: mbxPublishBadge 4s ease-in-out infinite; }
.mbx-home-publish-preview > i strong { font-size: 12px; }
.mbx-home-publish-preview > i small { color: #7c8697; font-size: 9px; }

.mbx-home-chat-ui { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; margin-top: auto; padding-top: 28px; }
.mbx-home-chat-ui span { padding: 13px 16px; border: 1px solid rgba(20,108,255,.1); border-radius: 17px 17px 17px 5px; background: rgba(255,255,255,.8); box-shadow: 0 10px 28px rgba(55,87,119,.07); color: #38526e; font-size: 12px; font-weight: 650; animation: mbxChat 5.4s ease-in-out infinite; }
.mbx-home-chat-ui span:nth-child(2) { margin-left: 12%; animation-delay: -3.6s; }
.mbx-home-chat-ui span:nth-child(3) { margin-left: 5%; animation-delay: -1.8s; }

.mbx-home-save-ui { display: flex; gap: 13px; align-items: center; justify-content: flex-end; margin-top: auto; padding: 35px 5% 15px 0; }
.mbx-home-save-ui i { display: grid; width: clamp(58px,5vw,80px); height: clamp(58px,5vw,80px); place-items: center; border: 1px solid rgba(102,76,186,.1); border-radius: 22px; background: rgba(255,255,255,.8); box-shadow: 0 13px 34px rgba(85,63,141,.09); color: #7762e9; font-size: 26px; font-style: normal; animation: mbxHeart 4s ease-in-out infinite; }
.mbx-home-save-ui i:nth-child(2) { animation-delay: -1s; }
.mbx-home-save-ui i:nth-child(3) { animation-delay: -2s; }
.mbx-home-save-ui i:nth-child(4) { animation-delay: -3s; }

.mbx-home-final {
  position: relative;
  overflow: hidden;
  padding: clamp(76px,8vw,130px) clamp(29px,6vw,108px);
  border: 1px solid rgba(20,108,255,.12);
  border-radius: clamp(24px,2.1vw,35px);
  background: radial-gradient(circle at 85% 12%,rgba(170,141,255,.3),transparent 26%),radial-gradient(circle at 72% 84%,rgba(70,200,255,.24),transparent 29%),linear-gradient(135deg,#eaf6ff,#f8f4ff);
}
.mbx-home-final::after { position:absolute; right:-4%; bottom:-42%; width:36vw; min-width:330px; aspect-ratio:1; border:1px solid rgba(20,108,255,.12); border-radius:50%; box-shadow:0 0 0 52px rgba(20,108,255,.035),0 0 0 104px rgba(125,95,232,.026); content:""; animation: mbxOrb 12s ease-in-out infinite alternate; }
.mbx-home-final > * { position:relative; z-index:1; }
.mbx-home-final h2 { max-width: 940px; }
.mbx-home-final > p { max-width: 600px; margin: 24px 0 0; color: var(--mbx-muted); font-size: var(--mbx-body-lg); line-height: 1.55; }

.mbx-home.has-motion [data-home-reveal] { --reveal-y: 30px; opacity: 0; }
.mbx-home.has-motion [data-home-reveal].is-visible { --reveal-y: 0px; opacity: 1; }
.mbx-home.has-motion .mbx-home-hero__copy[data-home-reveal],
.mbx-home.has-motion .mbx-home-launch[data-home-reveal],
.mbx-home.has-motion .mbx-home-directions > header[data-home-reveal],
.mbx-home.has-motion .mbx-home-studio > header[data-home-reveal],
.mbx-home.has-motion .mbx-home-final[data-home-reveal] { transform: translateY(var(--reveal-y)); transition: opacity 760ms ease var(--reveal-delay,0ms),transform 760ms cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }

@keyframes mbxHeroBreathe { 0% { filter:saturate(.96); } 100% { filter:saturate(1.08) brightness(1.025); } }
@keyframes mbxScrollCue { 0%,100% { transform:translateY(0); } 50% { transform:translateY(6px); } }
@keyframes mbxAnalyzeImage { 0%,100% { filter:hue-rotate(0deg); transform:scale(1); } 50% { filter:hue-rotate(10deg); transform:scale(1.025); } }
@keyframes mbxAnalyzeArrow { 0%,100% { transform:translateX(-3px); } 50% { transform:translateX(4px); } }
@keyframes mbxLineWrite { 0%,15% { transform:scaleX(.25); opacity:.35; } 45%,80% { transform:scaleX(1); opacity:1; } 100% { transform:scaleX(.25); opacity:.35; } }
@keyframes mbxFloatCard { 0%,100% { translate:0 -4px; } 50% { translate:0 6px; } }
@keyframes mbxPublishBadge { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-7px); } }
@keyframes mbxChat { 0%,18%,100% { opacity:.45; transform:translateY(8px); } 32%,76% { opacity:1; transform:translateY(0); } }
@keyframes mbxHeart { 0%,100% { transform:translateY(0) rotate(0); } 45% { transform:translateY(-12px) rotate(-3deg); } }
@keyframes mbxOrb { from { transform:translate3d(0,0,0) scale(.96); } to { transform:translate3d(-18px,-12px,0) scale(1.04); } }

@media (max-width: 1180px) {
  .mbx-home-launch__grid { grid-template-columns: repeat(2,1fr); }
  .mbx-home-directions > header { grid-template-columns: 1fr 1fr; }
  .mbx-home-directions > header > a { grid-column: 2; justify-self: start; }
  .mbx-home-module--analyze,
  .mbx-home-module--publish,
  .mbx-home-module--chat,
  .mbx-home-module--save { grid-column: span 6; }
}

@media (max-width: 900px) {
  .mbx-home-hero { min-height: 700px; }
  .mbx-home-hero__image { object-position: 65% center; }
  .mbx-home-hero__veil { background:linear-gradient(90deg,rgba(246,250,255,.94),rgba(246,250,255,.52) 65%,rgba(246,250,255,.06)); }
  .mbx-home-direction-card,
  .mbx-home-direction-card.is-card-1,
  .mbx-home-direction-card.is-card-2,
  .mbx-home-direction-card.is-card-4,
  .mbx-home-direction-card.is-card-5 { grid-column: span 6; }
  .mbx-home-studio > header { grid-template-columns: 1fr; gap: 30px; }
  .mbx-home-studio > header .mbx-home-eyebrow { grid-column: auto; }
  .mbx-home-module--analyze,
  .mbx-home-module--publish,
  .mbx-home-module--chat,
  .mbx-home-module--save { grid-column: span 12; min-height: 560px; }
}

@media (max-width: 650px) {
  .mbx-home { padding-inline: 9px; }
  .mbx-home-hero { min-height: 660px; border-radius: 23px; }
  .mbx-home-hero__top span:last-child,
  .mbx-home-hero__scroll { display:none; }
  .mbx-home-hero__image { object-position: 68% center; }
  .mbx-home-hero__veil { background:linear-gradient(0deg,rgba(246,250,255,.94),rgba(246,250,255,.61) 56%,rgba(246,250,255,.04) 86%); }
  .mbx-home-hero__copy { left:22px; bottom:51px; width:calc(100% - 44px); }
  .mbx-home-hero h1 { margin-top:18px; font-size:clamp(58px,16.5vw,84px); }
  .mbx-home-hero__copy > p { font-size:15px; }
  .mbx-home-button { min-height:49px; padding-inline:17px; }
  .mbx-home-launch { padding-inline: 2px; }
  .mbx-home-launch > header { display:grid; }
  .mbx-home-launch__grid { grid-template-columns:1fr; }
  .mbx-home-launch__grid > a { min-height:205px; }
  .mbx-home-directions > header { grid-template-columns:1fr; padding-inline:6px; }
  .mbx-home-directions > header > a { grid-column:auto; justify-self:start; }
  .mbx-home-direction-card,
  .mbx-home-direction-card.is-card-1,
  .mbx-home-direction-card.is-card-2,
  .mbx-home-direction-card.is-card-4,
  .mbx-home-direction-card.is-card-5 { grid-column: span 12; }
  .mbx-home-direction-card__media { height: min(112vw,500px); }
  .mbx-home-studio > header { padding-inline:6px; }
  .mbx-home-module { min-height:520px; }
  .mbx-home-analyze-ui { grid-template-columns:1fr auto 1fr; gap:8px; }
  .mbx-home-analyze-ui__image,
  .mbx-home-analyze-ui__lines { height:170px; }
  .mbx-home-analyze-ui__lines { padding:14px; }
  .mbx-home-publish-preview { height:230px; }
  .mbx-home-final { padding:70px 25px; }
}

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