/* Main Page Studio design system (generated from the homepage blocks + extra.css). */

.mps-home { overflow: hidden; --y: #F2CC59; --navy: #2B2B5E; --slate: #373F52; --cyan: #00CDE5; --muted: #82828A; --soft: #F0EFF4; }
.mps-hero { position: relative; overflow: hidden; padding: 70px 0 90px; }
.mps-hero__blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; z-index: 0; animation: mps-drift 18s ease-in-out infinite alternate; }
.mps-hero__blob--a { width: 520px; height: 520px; background: #FBEBB8; top: -160px; right: -120px; }
.mps-hero__blob--b { width: 420px; height: 420px; background: #DDF7FB; bottom: -200px; left: -140px; animation-delay: -6s; }
.mps-hero__inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 15px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.mps-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--slate); }
.mps-kicker::after { content: ""; width: 18px; height: 2px; background: var(--y); }
.mps-hero h1 { font-family: var(--modins-heading-font-family); color: var(--navy); font-size: clamp(38px, 5vw, 64px); line-height: 1.08; font-weight: 700; margin: 18px 0 22px; letter-spacing: -1px; }
.mps-rotator { position: relative; display: inline-grid; vertical-align: bottom; }
.mps-rotator > span { grid-area: 1 / 1; white-space: nowrap; opacity: 0; transform: translateY(40%); transition: opacity .5s, transform .5s; justify-self: start;
  background: linear-gradient(rgba(242, 204, 89, .75), rgba(242, 204, 89, .75)) left 88% / 0 30% no-repeat; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.mps-rotator > span.is-on { animation: mps-swipe 2.8s ease-in-out infinite; }
.mps-rotator > span.is-on { opacity: 1; transform: none; }
.mps-rotator > span.is-out { opacity: 0; transform: translateY(-40%); }
.mps-hero p.mps-lead { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 540px; margin: 0 0 34px; }
.mps-actions { display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; }
.mps-actions .btn-theme { animation: mps-pulse 2.6s ease-in-out infinite; }
.mps-link { font-weight: 600; color: var(--navy); display: inline-flex; gap: 8px; align-items: center; }
.mps-link span { transition: transform .25s; }
.mps-link:hover { color: var(--navy); }
.mps-link:hover span { transform: translateX(5px); }
.mps-stage { position: relative; aspect-ratio: 1 / .86; }
.mps-stage__art { position: absolute; inset: 6% 4% 4% 4%; background: url(/wp-content/uploads/2023/09/9.png) center / contain no-repeat; animation: mps-float 6s ease-in-out infinite; z-index: 2; }
.mps-shape { position: absolute; z-index: 1; }
.mps-shape--sq { width: 64px; height: 64px; background: var(--y); top: 4%; left: 2%; animation: mps-spin 14s linear infinite; }
.mps-shape--out { width: 150px; height: 150px; border: 6px solid var(--y); right: 0; bottom: 4%; animation: mps-bob 7s ease-in-out infinite; }
.mps-shape--dot { width: 18px; height: 18px; border-radius: 50%; background: var(--cyan); top: 18%; right: 12%; animation: mps-bob 5s ease-in-out infinite reverse; }
.mps-shape--grid { width: 130px; height: 100px; left: 0; bottom: 10%; background-image: radial-gradient(#C9C6D6 2px, transparent 2.5px); background-size: 16px 16px; animation: mps-bob 9s ease-in-out infinite; }
.mps-badge { position: absolute; z-index: 3; background: #fff; border-radius: 12px; box-shadow: 0 16px 32px rgba(43, 43, 94, .12); padding: 14px 18px; display: flex; gap: 12px; align-items: center; animation: mps-bob 6s ease-in-out infinite; }
.mps-badge b { font-family: var(--modins-heading-font-family); font-size: 26px; color: var(--navy); line-height: 1; }
.mps-badge small { font-size: 13px; line-height: 1.3; color: var(--muted); }
.mps-badge i { width: 38px; height: 38px; border-radius: 50%; background: var(--y); display: grid; place-items: center; color: #fff; font-style: normal; font-size: 18px; }
.mps-badge--a { left: -2%; top: 58%; animation-delay: -2s; }
.mps-badge--b { right: 2%; top: 0; animation-delay: -4s; }

.mps-marquee { background: var(--slate); color: #fff; overflow: hidden; padding: 22px 0; transform: rotate(-1.2deg); margin: 10px -20px 20px; box-shadow: 0 16px 32px rgba(0, 0, 0, .08); }
.mps-marquee__track { display: flex; width: max-content; animation: mps-scroll 32s linear infinite; }
.mps-marquee:hover .mps-marquee__track { animation-play-state: paused; }
.mps-marquee span { font-family: var(--modins-heading-font-family); font-size: 26px; font-weight: 600; padding: 0 28px; white-space: nowrap; display: inline-flex; align-items: center; gap: 56px; }
.mps-marquee span::after { content: "✦"; color: var(--y); font-size: 20px; }

@keyframes mps-float { 50% { transform: translateY(-14px); } }
@keyframes mps-bob { 50% { transform: translateY(-12px) translateX(6px); } }
@keyframes mps-spin { to { transform: rotate(360deg); } }
@keyframes mps-drift { to { transform: translate(-60px, 40px) scale(1.1); } }
@keyframes mps-swipe { 0% { background-size: 0 30%; } 25%, 100% { background-size: 100% 30%; } }
@keyframes mps-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(242, 204, 89, .55); } 50% { box-shadow: 0 0 0 12px rgba(242, 204, 89, 0); } }
@keyframes mps-scroll { to { transform: translateX(-50%); } }

@media (max-width: 991px) {
  .mps-hero { padding: 40px 0 60px; }
  .mps-hero__inner { grid-template-columns: 1fr; }
  .mps-stage { max-width: 520px; width: 100%; margin: 0 auto; }
}
@media (max-width: 575px) {
  .mps-hero p.mps-lead { font-size: 16px; }
  .mps-rotator > span { white-space: normal; }
  .mps-shape--out { width: 90px; height: 90px; }
  .mps-badge { padding: 10px 12px; }
  .mps-badge b { font-size: 20px; }
  .mps-marquee span { font-size: 20px; gap: 40px; padding: 0 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .mps-home *, .mps-home *::after { animation: none !important; transition: none !important; }
}


/* Main Page Studio homepage: shared tokens, scroll reveal and the sections below the hero. */
.mps { --y: #F2CC59; --y-soft: #FBEBB8; --navy: #2B2B5E; --slate: #373F52; --slate-2: #4A5064; --cyan: #00CDE5; --muted: #82828A; --soft: #F4F3F8; --line: #E2DFEB;
  font-size: 16px; line-height: 1.6; color: var(--muted); }
.mps *, .mps *::before, .mps *::after { box-sizing: border-box; }
.mps h2, .mps h3 { font-family: var(--modins-heading-font-family); color: var(--navy); margin: 0; letter-spacing: -.5px; }
.mps p { margin: 0; }
.mps a { text-decoration: none; }
.mps-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.mps-sec { padding: 110px 0; position: relative; }
.mps-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 54px; flex-wrap: wrap; }
.mps-head h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.1; margin-top: 14px; max-width: 680px; }
.mps-head p { max-width: 420px; font-size: 17px; }
.mps-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--slate); }
.mps-kicker::after { content: ""; width: 18px; height: 2px; background: var(--y); }
.mps-link { font-weight: 600; color: var(--navy); display: inline-flex; gap: 8px; align-items: center; }
.mps-link span { transition: transform .25s; }
.mps-link:hover { color: var(--navy); }
.mps-link:hover span { transform: translateX(5px); }
.mps-mark { background: linear-gradient(transparent 62%, rgba(242, 204, 89, .75) 62%); }

/* Scroll reveal: hidden only once JS has marked the page, so content never disappears without JS. */
.mps-js [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--d, 0s); }
.mps-js [data-reveal].is-in { opacity: 1; transform: none; }

/* Services bento */
.mps-services { background: var(--soft); overflow: hidden; }
.mps-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mps-card { position: relative; background: #fff; border-radius: 22px; padding: 34px; border: 1px solid var(--line); overflow: hidden; isolation: isolate;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .4s, border-color .4s; }
.mps-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .4s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(242, 204, 89, .22), transparent 60%); }
.mps-card:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(43, 43, 94, .12); border-color: var(--y); }
.mps-card:hover::before { opacity: 1; }
.mps-card h3 { font-size: 23px; margin: 22px 0 10px; }
.mps-card p { font-size: 15.5px; }
.mps-ico { width: 58px; height: 58px; border-radius: 16px; background: var(--y); display: grid; place-items: center; color: var(--navy); transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.mps-ico svg { width: 28px; height: 28px; }
.mps-card:hover .mps-ico { transform: rotate(-10deg) scale(1.08); }
.mps-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.mps-chips span { font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 99px; background: var(--soft); color: var(--slate-2); }
.mps-card--big { grid-column: span 2; background: var(--slate); border-color: var(--slate); color: #C9CCD6; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.mps-card--big h3 { color: #fff; font-size: 30px; }
.mps-card--big .mps-chips span { background: rgba(255, 255, 255, .1); color: #fff; }
.mps-card--big::before { background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(242, 204, 89, .18), transparent 60%); }
.mps-card--wide { grid-column: span 3; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.mps-card--wide h3 { margin: 0 0 6px; }
.mps-card--wide > div:nth-child(2) { flex: 1; min-width: 240px; }
.mps-live { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--navy); background: var(--soft); padding: 12px 18px; border-radius: 99px; font-size: 14px; }
.mps-live i { width: 10px; height: 10px; border-radius: 50%; background: #2ECC71; box-shadow: 0 0 0 0 rgba(46, 204, 113, .6); animation: mps-ping 1.8s infinite; }
.mps-card-link { position: absolute; inset: 0; z-index: 2; }
.mps-arrow { position: absolute; top: 30px; right: 30px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--navy); transition: .3s; }
.mps-card:hover .mps-arrow { background: var(--y); border-color: var(--y); transform: rotate(-45deg); }
/* Mini animated browser in the big card */
.mps-mini { background: #fff; border-radius: 14px; padding: 12px; box-shadow: 0 20px 40px rgba(0, 0, 0, .25); transform: rotate(2deg); animation: mps-float 6s ease-in-out infinite; }
.mps-mini__bar { display: flex; gap: 5px; margin-bottom: 10px; }
.mps-mini__bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.mps-mini__bar i:first-child { background: #FF6B6B; } .mps-mini__bar i:nth-child(2) { background: var(--y); } .mps-mini__bar i:nth-child(3) { background: #2ECC71; }
.mps-mini__hero { height: 70px; border-radius: 8px; background: linear-gradient(120deg, var(--y-soft), #DDF7FB); position: relative; overflow: hidden; }
.mps-mini__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent); transform: translateX(-100%); animation: mps-shine 2.8s ease-in-out infinite; }
.mps-mini__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.mps-mini__row i { height: 42px; border-radius: 6px; background: var(--soft); animation: mps-blink 2.4s ease-in-out infinite; }
.mps-mini__row i:nth-child(2) { animation-delay: .3s; } .mps-mini__row i:nth-child(3) { animation-delay: .6s; }
.mps-mini__line { height: 8px; border-radius: 4px; background: var(--soft); margin-top: 8px; width: 70%; }
.mps-mini__line + .mps-mini__line { width: 45%; }

/* Stats band */
.mps-stats { background: var(--slate); padding: 90px 0; overflow: hidden; }
.mps-stats::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .09) 1.5px, transparent 2px); background-size: 26px 26px; animation: mps-pan 30s linear infinite; }
.mps-stats__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mps-stat { padding: 10px 26px; border-left: 1px solid rgba(255, 255, 255, .14); }
.mps-stat b { display: block; font-family: var(--modins-heading-font-family); font-size: clamp(44px, 5vw, 64px); line-height: 1; color: #fff; font-weight: 700; }
.mps-stat b em { font-style: normal; color: var(--y); }
.mps-stat > span { display: block; margin-top: 14px; color: #C9CCD6; font-size: 15px; line-height: 1.5; max-width: 230px; }

/* Work showcase */
.mps-work__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 30px; }
.mps-proj { display: block; color: inherit; }
.is-stagger > .mps-proj:nth-child(even) { transform: translateY(60px); }
.mps-js .is-stagger > .mps-proj:nth-child(even)[data-reveal] { transform: translateY(94px); }
.mps-js .is-stagger > .mps-proj:nth-child(even)[data-reveal].is-in { transform: translateY(60px); }
.mps-frame { position: relative; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 44px rgba(43, 43, 94, .09); transition: transform .5s cubic-bezier(.2, .7, .2, 1), box-shadow .5s; }
.mps-proj:hover .mps-frame { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(43, 43, 94, .16); }
.mps-frame__bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #FBFAFD; }
.mps-frame__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.mps-frame__bar i:first-child { background: #FF6B6B; } .mps-frame__bar i:nth-child(2) { background: var(--y); } .mps-frame__bar i:nth-child(3) { background: #2ECC71; }
.mps-frame__bar span { margin-left: 12px; font-size: 12px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 99px; padding: 3px 14px; flex: 1; max-width: 260px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mps-shot { aspect-ratio: 16 / 10.5; background-size: 100% auto; background-position: 50% 0; background-repeat: no-repeat; transition: background-position 6s cubic-bezier(.45, 0, .3, 1); }
.mps-proj:hover .mps-shot { background-position: 50% 100%; }
.mps-tag { position: absolute; bottom: 16px; left: 16px; box-shadow: 0 8px 20px rgba(43, 43, 94, .25); background: var(--navy); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 99px; }
.mps-proj__meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 6px 0; }
.mps-proj__meta h3 { font-size: 24px; }
.mps-proj__meta p { font-size: 14.5px; margin-top: 4px; }
.mps-go { flex: none; width: 50px; height: 50px; border-radius: 50%; background: var(--soft); display: grid; place-items: center; color: var(--navy); font-size: 20px; transition: .35s; }
.mps-proj:hover .mps-go { background: var(--y); transform: rotate(-45deg); }
.mps-work__more { text-align: center; margin-top: 50px; }
.is-stagger + .mps-work__more, .mps .is-stagger ~ .mps-work__more { margin-top: 110px; }

/* Process timeline */
.mps-process { background: var(--soft); }
.mps-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.mps-steps__line { position: absolute; top: 31px; left: 32px; right: 32px; height: 2px; background: var(--line); }
.mps-steps__line::after { content: ""; position: absolute; inset: 0; background: var(--y); transform: scaleX(0); transform-origin: left; transition: transform 2.2s cubic-bezier(.4, 0, .2, 1) .3s; }
.mps-steps.is-in .mps-steps__line::after { transform: scaleX(1); }
.mps-step { position: relative; }
.mps-step__n { width: 64px; height: 64px; border-radius: 50%; background: #fff; border: 2px solid var(--line); display: grid; place-items: center; font-family: var(--modins-heading-font-family); font-weight: 700; font-size: 20px; color: var(--navy); transition: .5s; transition-delay: var(--d, 0s); }
.mps-steps.is-in .mps-step__n { background: var(--y); border-color: var(--y); box-shadow: 0 0 0 8px rgba(242, 204, 89, .2); }
.mps-step h3 { font-size: 21px; margin: 26px 0 10px; }
.mps-step p { font-size: 15px; }

/* Studio */
.mps-studio__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.mps-orbit { position: relative; aspect-ratio: 1; max-width: 460px; margin: 0 auto; width: 100%; }
.mps-orbit__ring { position: absolute; inset: 0; animation: mps-spin 26s linear infinite; }
.mps-orbit__ring text { font-family: var(--modins-heading-font-family); font-size: 15.5px; font-weight: 600; letter-spacing: 5px; fill: var(--navy); text-transform: uppercase; }
.mps-orbit__core { z-index: 1; position: absolute; inset: 22%; border-radius: 50%; background: var(--y); display: grid; place-items: center; text-align: center; box-shadow: 0 30px 60px rgba(242, 204, 89, .35); }
.mps-orbit__core b { display: block; font-family: var(--modins-heading-font-family); font-size: clamp(46px, 6vw, 72px); color: var(--navy); line-height: 1; }
.mps-orbit__core small { font-size: 14px; font-weight: 600; color: var(--navy); letter-spacing: 1px; text-transform: uppercase; }
.mps-orbit__dot { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: var(--cyan); top: 12%; right: 12%; animation: mps-bob 5s ease-in-out infinite; }
.mps-orbit__sq { position: absolute; width: 54px; height: 54px; border: 5px solid var(--navy); bottom: 24%; left: 24%; z-index: -1; animation: mps-spin 18s linear infinite reverse; }
.mps-studio h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.12; margin: 14px 0 22px; }
.mps-studio p.mps-lead { font-size: 17px; margin-bottom: 30px; }
.mps-list { list-style: none; margin: 0 0 36px; padding: 0; display: grid; gap: 16px; }
.mps-list li { display: flex; gap: 16px; align-items: flex-start; color: var(--slate-2); font-weight: 500; }
.mps-list li::before { content: "✓"; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--y-soft); color: var(--navy); display: grid; place-items: center; font-size: 14px; font-weight: 700; }

/* Final call to action */
.mps-cta { padding: 20px 0 110px; }
.mps-cta__box { position: relative; overflow: hidden; border-radius: 30px; background: var(--navy); padding: 90px 70px; color: #C9CCD6; isolation: isolate; }
.mps-cta__box::before, .mps-cta__box::after { content: ""; position: absolute; border-radius: 50%; filter: blur(70px); z-index: -1; animation: mps-drift 14s ease-in-out infinite alternate; }
.mps-cta__box::before { width: 460px; height: 460px; background: rgba(242, 204, 89, .45); top: -200px; right: -120px; }
.mps-cta__box::after { width: 380px; height: 380px; background: rgba(0, 205, 229, .3); bottom: -220px; left: -100px; animation-delay: -5s; }
.mps-cta__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; }
.mps-cta h2 { color: #fff; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.08; margin: 16px 0 20px; }
.mps-cta .mps-kicker { color: #fff; }
.mps-cta p { font-size: 17px; max-width: 520px; }
.mps-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.mps-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 99px; font-weight: 700; font-size: 15px; transition: transform .3s, box-shadow .3s, background .3s; }
.mps-btn--y { background: var(--y); color: var(--navy); animation: mps-pulse 2.6s ease-in-out infinite; }
.mps-btn--ghost { border: 1.5px solid rgba(255, 255, 255, .35); color: #fff; }
.mps-btn:hover { transform: translateY(-3px); color: var(--navy); background: #fff; }
.mps-contact { display: grid; gap: 14px; }
.mps-contact a { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 16px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); color: #fff; font-weight: 600; transition: background .3s, transform .3s; }
.mps-contact a:hover { background: rgba(255, 255, 255, .14); transform: translateX(6px); color: #fff; }
.mps-contact small { display: block; font-weight: 400; color: #C9CCD6; font-size: 13px; }
.mps-contact i { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--y); color: var(--navy); display: grid; place-items: center; font-style: normal; }
.mps-contact svg { width: 20px; height: 20px; }

@keyframes mps-ping { 70% { box-shadow: 0 0 0 10px rgba(46, 204, 113, 0); } 100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); } }
@keyframes mps-shine { 60%, 100% { transform: translateX(100%); } }
@keyframes mps-blink { 50% { opacity: .45; } }
@keyframes mps-pan { to { background-position: 260px 260px; } }

@media (max-width: 991px) {
  .mps-sec { padding: 80px 0; }
  .mps-bento { grid-template-columns: 1fr 1fr; }
  .mps-card--big { grid-column: span 2; }
  .mps-card--wide { grid-column: span 2; }
  .mps-stats__grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .mps-steps { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .mps-steps__line { display: none; }
  .mps-studio__grid, .mps-cta__grid { grid-template-columns: 1fr; gap: 50px; }
  .mps-orbit { max-width: 340px; }
  .mps-cta__box { padding: 60px 40px; }
}
@media (max-width: 640px) {
  .mps-sec { padding: 64px 0; }
  .mps-head { margin-bottom: 36px; }
  .mps-bento { grid-template-columns: 1fr; }
  .mps-card--big, .mps-card--wide { grid-column: span 1; grid-template-columns: 1fr; }
  .mps-card { padding: 26px; border-radius: 18px; }
  .mps-work__grid { grid-template-columns: 1fr; gap: 40px; }
  .mps-proj:nth-child(even), .mps-js .is-stagger > .mps-proj:nth-child(even)[data-reveal].is-in { transform: none; }
  .mps-js .is-stagger > .mps-proj:nth-child(even)[data-reveal] { transform: translateY(34px); }
  .mps-work__more { margin-top: 44px; }
  .mps-stat { padding: 4px 16px; }
  .mps-steps { grid-template-columns: 1fr; }
  .mps-cta { padding-bottom: 70px; }
  .mps-cta__box { padding: 46px 24px; border-radius: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .mps *, .mps *::before, .mps *::after { animation: none !important; transition: none !important; }
  .mps-js [data-reveal] { opacity: 1; transform: none; }
}


/* ---------- Theme resets: the theme's header/footer wrappers only host our shortcodes now ---------- */
.wp-site-header, .wp-site-header .header-builder-inner, #wp-footer, #wp-footer .footer-main { background: transparent !important; padding: 0 !important; margin: 0 !important; box-shadow: none !important; border: 0 !important; }
.wp-site-header .elementor-section, .wp-site-header .elementor-column, .wp-site-header .elementor-widget-wrap,
#wp-footer .elementor-section, #wp-footer .elementor-column, #wp-footer .elementor-widget-wrap { padding: 0 !important; margin: 0 !important; background: none !important; }
.wp-site-header .elementor-container, #wp-footer .elementor-container { max-width: none !important; }
.modins-page-loading { display: none !important; }
body { background: #fff; }
html.mps-menu-open, html.mps-menu-open body { overflow: hidden; }
.mps-hero__blob--a, .mps-hero__blob--b { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; z-index: 0; pointer-events: none; animation: mps-drift 18s ease-in-out infinite alternate; }
.mps-hero__blob--a { width: 520px; height: 520px; background: #FBEBB8; top: -160px; right: -120px; }
.mps-hero__blob--b { width: 420px; height: 420px; background: #DDF7FB; bottom: -200px; left: -140px; animation-delay: -6s; }
.mps-btn svg { width: 18px; height: 18px; }
.mps-actions { display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; }

/* ---------- Header ---------- */
.mps-header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; transition: background .35s, box-shadow .35s, padding .35s; padding: 18px 0;
  background: rgba(255, 255, 255, .72); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); }
.admin-bar .mps-header { top: 32px; }
.mps-header.is-scrolled { padding: 10px 0; background: rgba(255, 255, 255, .92); box-shadow: 0 10px 30px rgba(43, 43, 94, .08); }
.mps-header__spacer { height: 100px; }
.mps-header__in { display: flex; align-items: center; gap: 30px; }
.mps-header__logo { flex: none; display: block; }
.mps-header__logo img { height: 52px; width: auto; display: block; transition: height .35s; }
.mps-header.is-scrolled .mps-header__logo img { height: 42px; }
.mps-nav { margin-left: auto; }
.mps-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; }
.mps-nav__list > li { position: relative; }
.mps-nav__list a { display: flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 99px; font-weight: 600; font-size: 15px; color: var(--navy); transition: background .25s, color .25s; }
.mps-nav__list > li > a:hover, .mps-nav__list > li.current-menu-item > a { background: var(--soft); color: var(--navy); }
.mps-nav__list > li.current-menu-item > a::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--y); }
.mps-nav__list .menu-item-has-children > a::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); margin-left: 2px; }
.mps-nav__list .sub-menu { list-style: none; margin: 0; padding: 10px; position: absolute; top: calc(100% + 10px); left: 0; min-width: 280px; background: #fff; border-radius: 16px;
  box-shadow: 0 24px 50px rgba(43, 43, 94, .14); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .25s; }
.mps-nav__list .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.mps-nav__list li:hover > .sub-menu, .mps-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.mps-nav__list .sub-menu a { border-radius: 10px; font-size: 14.5px; }
.mps-nav__list .sub-menu a:hover { background: var(--soft); }
.mps-header__cta { padding: 12px 22px; animation: none; }
.mps-burger { display: none; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--navy); position: relative; cursor: pointer; flex: none; margin-left: auto; }
.mps-burger span { position: absolute; left: 14px; right: 14px; height: 2px; background: #fff; border-radius: 2px; transition: transform .35s, top .35s; }
.mps-burger span:first-child { top: 19px; } .mps-burger span:last-child { top: 27px; right: 20px; }
.mps-menu-open .mps-burger span:first-child { top: 23px; transform: rotate(45deg); }
.mps-menu-open .mps-burger span:last-child { top: 23px; right: 14px; transform: rotate(-45deg); }
.mps-menu-open .mps-burger { background: var(--y); }
.mps-menu-open .mps-burger span { background: var(--navy); }

/* Mobile drawer */
.mps-drawer { position: fixed; inset: 0; z-index: 998; background: var(--navy); color: #fff; padding: 110px 0 40px; overflow-y: auto;
  clip-path: circle(0 at calc(100% - 44px) 44px); transition: clip-path .6s cubic-bezier(.7, 0, .2, 1); visibility: hidden; }
.mps-menu-open .mps-drawer { clip-path: circle(150% at calc(100% - 44px) 44px); visibility: visible; }
.mps-drawer__in { max-width: 600px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; min-height: 100%; }
.mps-drawer__list { list-style: none; margin: 0; padding: 0; }
.mps-drawer__list > li { border-bottom: 1px solid rgba(255, 255, 255, .1); opacity: 0; transform: translateY(20px); transition: .5s; }
.mps-menu-open .mps-drawer__list > li { opacity: 1; transform: none; }
.mps-menu-open .mps-drawer__list > li:nth-child(1) { transition-delay: .2s; } .mps-menu-open .mps-drawer__list > li:nth-child(2) { transition-delay: .27s; }
.mps-menu-open .mps-drawer__list > li:nth-child(3) { transition-delay: .34s; } .mps-menu-open .mps-drawer__list > li:nth-child(4) { transition-delay: .41s; }
.mps-menu-open .mps-drawer__list > li:nth-child(5) { transition-delay: .48s; }
.mps-drawer__list a { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-family: var(--modins-heading-font-family); font-size: 30px; font-weight: 600; color: #fff; }
.mps-drawer__list a:hover { color: var(--y); }
.mps-drawer__list .sub-menu { list-style: none; margin: 0; padding: 0 0 14px 16px; display: none; }
.mps-drawer__list .is-open > .sub-menu { display: block; }
.mps-drawer__list .sub-menu a { font-size: 18px; padding: 8px 0; color: #C9CCD6; }
.mps-drawer__list .menu-item-has-children > a::after { content: "+"; color: var(--y); transition: transform .3s; }
.mps-drawer__list .is-open > a::after { transform: rotate(45deg); }
.mps-drawer__contact { margin-top: auto; padding-top: 40px; display: grid; gap: 14px; }
.mps-drawer__contact > a { display: flex; align-items: center; gap: 12px; color: #C9CCD6; font-weight: 600; }
.mps-drawer__contact svg { width: 18px; height: 18px; color: var(--y); }

/* Socials */
.mps-socials { display: flex; gap: 10px; }
.mps-socials a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff; transition: background .3s, transform .3s, color .3s; }
.mps-socials a:hover { background: var(--y); color: var(--navy); transform: translateY(-3px); }
.mps-socials svg { width: 18px; height: 18px; }

/* ---------- Footer ---------- */
.mps-footer { background: #1F1F45; color: #A9ACC0; padding-top: 90px; position: relative; overflow: hidden; }
.mps-footer::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(242, 204, 89, .12); filter: blur(80px); top: -240px; right: -100px; animation: mps-drift 16s ease-in-out infinite alternate; }
.mps-footer .mps-wrap { position: relative; z-index: 1; }
.mps-footer__cta { display: flex; flex-direction: column; gap: 14px; padding-bottom: 60px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.mps-footer .mps-kicker { color: #fff; }
.mps-footer__big { font-family: var(--modins-heading-font-family); font-weight: 700; font-size: clamp(44px, 8vw, 110px); line-height: 1; color: #fff; display: inline-flex; align-items: center; gap: 24px; letter-spacing: -2px; width: fit-content; }
.mps-footer__big span { width: clamp(56px, 7vw, 96px); height: clamp(56px, 7vw, 96px); border-radius: 50%; background: var(--y); color: var(--navy); display: grid; place-items: center; transition: transform .4s; flex: none; }
.mps-footer__big span svg { width: 45%; height: 45%; }
.mps-footer__big:hover { color: var(--y); }
.mps-footer__big:hover span { transform: rotate(-45deg); }
.mps-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding: 60px 0; }
.mps-footer__brand img { height: 56px; width: auto; margin-bottom: 20px; }
.mps-footer__brand p { max-width: 320px; margin-bottom: 24px; font-size: 15px; }
.mps-footer h4 { font-family: var(--modins-heading-font-family); color: #fff; font-size: 17px; margin: 0 0 20px; }
.mps-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.mps-footer ul a, .mps-footer ul span { color: #A9ACC0; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; transition: color .25s, transform .25s; }
.mps-footer ul a:hover { color: #fff; transform: translateX(4px); }
.mps-footer__contact svg { width: 17px; height: 17px; color: var(--y); flex: none; }
.mps-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 14px; }
.mps-top { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: #fff; cursor: pointer; display: grid; place-items: center; transition: .3s; }
.mps-top:hover { background: var(--y); border-color: var(--y); color: var(--navy); transform: translateY(-4px); }
.mps-top svg { width: 18px; height: 18px; }
.mps-footer__giant { font-family: var(--modins-heading-font-family); font-weight: 800; font-size: 22vw; line-height: .78; text-align: center; letter-spacing: -.04em; color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .12); user-select: none; margin-bottom: -2vw; white-space: nowrap;
  background: linear-gradient(90deg, rgba(242, 204, 89, .0) 0%, rgba(242, 204, 89, .35) 50%, rgba(242, 204, 89, 0) 100%) -100% 0 / 50% 100% no-repeat; -webkit-background-clip: text; background-clip: text; animation: mps-sweep 7s ease-in-out infinite; }

/* ---------- Inner page hero ---------- */
.mps-phero { position: relative; overflow: hidden; padding: 70px 0 90px; }
.mps-phero .mps-wrap { position: relative; z-index: 1; }
.mps-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; margin-bottom: 26px; color: var(--muted); }
.mps-crumbs a { color: var(--slate-2); font-weight: 600; }
.mps-crumbs a:hover { color: var(--navy); }
.mps-crumbs span::before { content: "/"; margin-right: 8px; color: var(--line); }
.mps-phero h1 { font-family: var(--modins-heading-font-family); color: var(--navy); font-size: clamp(40px, 6vw, 76px); line-height: 1.04; font-weight: 700; margin: 16px 0 24px; letter-spacing: -1.5px; max-width: 900px; }
.mps-phero .mps-lead { font-size: 19px; line-height: 1.7; max-width: 640px; }
.mps-phero__shape { position: absolute; z-index: 0; }
.mps-phero__shape--sq { width: 70px; height: 70px; background: var(--y); right: 12%; top: 22%; animation: mps-spin 16s linear infinite; }
.mps-phero__shape--out { width: 140px; height: 140px; border: 6px solid var(--y); right: 5%; bottom: 14%; animation: mps-bob 7s ease-in-out infinite; }
.mps-phero__shape--dot { width: 18px; height: 18px; border-radius: 50%; background: var(--cyan); right: 24%; bottom: 30%; animation: mps-bob 5s ease-in-out infinite reverse; }

/* ---------- Portfolio grid variants and filter ---------- */
.mps-work__grid--3 { grid-template-columns: repeat(3, 1fr); gap: 34px 26px; }
.mps-work__grid--3 .mps-proj__meta h3 { font-size: 20px; }
.mps-work__grid--3 .mps-go { width: 44px; height: 44px; }
.mps-go svg { width: 20px; height: 20px; }
.mps-proj.is-hidden { display: none; }
.mps-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.mps-filter button { border: 1px solid var(--line); background: #fff; color: var(--slate-2); font-weight: 600; font-size: 15px; padding: 11px 22px; border-radius: 99px; cursor: pointer; transition: .25s; font-family: inherit; }
.mps-filter button:hover { border-color: var(--y); }
.mps-filter button.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ---------- Case study ---------- */
.mps-facts { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 30px; align-items: end; margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.mps-facts small { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.mps-facts b { color: var(--navy); font-weight: 600; font-size: 16px; line-height: 1.45; display: block; }
.mps-show { position: relative; padding-bottom: 60px; }
.mps-show .mps-frame { max-width: 1060px; }
.mps-show .mps-shot { aspect-ratio: 16 / 9.4; animation: mps-autoscroll 22s ease-in-out infinite alternate; }
.mps-show .mps-frame:hover .mps-shot { animation-play-state: paused; }
.mps-phone { position: absolute; right: 0; bottom: 0; width: min(25%, 260px); border-radius: 34px; background: #111; padding: 10px; box-shadow: 0 30px 60px rgba(43, 43, 94, .28); animation: mps-float 6s ease-in-out infinite; }
.mps-phone img { display: block; width: 100%; height: auto; border-radius: 26px; aspect-ratio: 9 / 18.5; object-fit: cover; object-position: top; }
.mps-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: start; }
.mps-story h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 14px 0 18px; }
.mps-story p + .mps-kicker { margin-top: 44px; }
.mps-story p { font-size: 17px; }
.mps-high { background: var(--soft); border-radius: 22px; padding: 34px; position: sticky; top: 120px; }
.mps-high h3 { font-size: 21px; margin-bottom: 20px; }
.mps-high .mps-list { margin: 0; }
.mps-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.mps-gallery .mps-shot { aspect-ratio: 16 / 10; background-size: cover; }
.mps-visit { white-space: nowrap; }

/* ---------- Values / text sections ---------- */
.mps-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.mps-values .mps-card { padding: 30px; }
.mps-values .mps-card h3 { font-size: 20px; }
.mps-num { font-family: var(--modins-heading-font-family); font-size: 15px; font-weight: 700; color: var(--navy); background: var(--y); width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; }
.mps-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.mps-split h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.15; margin: 14px 0 20px; }
.mps-prose p { font-size: 17px; margin-bottom: 18px; }
.mps-quote { font-family: var(--modins-heading-font-family); font-size: clamp(26px, 3vw, 36px); line-height: 1.3; color: var(--navy); font-weight: 600; border-left: 6px solid var(--y); padding-left: 28px; }

/* ---------- Contact ---------- */
.mps-contact-sec { padding-top: 20px; }
.mps-contact-sec__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.mps-contact-sec h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.12; margin: 14px 0 16px; }
.mps-contact-sec__info > p { font-size: 17px; margin-bottom: 30px; }
.mps-contact--light a, .mps-contact--light .mps-contact__row { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 16px; background: var(--soft); border: 1px solid transparent; color: var(--navy); font-weight: 600; transition: .3s; }
.mps-contact--light a:hover { background: #fff; border-color: var(--y); transform: translateX(6px); color: var(--navy); box-shadow: 0 16px 32px rgba(43, 43, 94, .08); }
.mps-contact--light small { color: var(--muted); }
.mps-contact-sec .mps-socials { margin-top: 26px; }
.mps-contact-sec .mps-socials a { background: var(--soft); color: var(--navy); }
.mps-form { background: #fff; border-radius: 26px; padding: 44px; border: 1px solid var(--line); box-shadow: 0 30px 60px rgba(43, 43, 94, .08); }
.mps-form h3 { font-size: 28px; }
.mps-form > p { margin: 8px 0 26px; }
.mps-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 16px; }
.mps-form .row > div { width: auto; max-width: none; padding: 0; float: none; }
.mps-form .row > .col-sm-12 { grid-column: 1 / -1; }
.mps-form input[type=text], .mps-form input[type=email], .mps-form textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 14px; padding: 15px 18px; font-size: 15px; background: #FBFAFD; color: var(--navy); transition: border-color .25s, background .25s, box-shadow .25s; font-family: inherit; }
.mps-form textarea { height: 150px; resize: vertical; }
.mps-form input:focus, .mps-form textarea:focus { outline: 0; border-color: var(--y); background: #fff; box-shadow: 0 0 0 4px rgba(242, 204, 89, .2); }
.mps-form .wpcf7-submit { background: var(--y); color: var(--navy); border: 0; border-radius: 99px; padding: 16px 38px; font-weight: 700; font-size: 15px; cursor: pointer; transition: transform .3s, box-shadow .3s; margin-top: 10px; }
.mps-form .wpcf7-submit:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(242, 204, 89, .45); }
.mps-form .recaptcha { display: block; margin-top: 14px; }
.mps-form .wpcf7-response-output { border-radius: 12px; margin: 18px 0 0 !important; }

/* ---------- 404 ---------- */
.mps-404 { position: relative; overflow: hidden; padding: 80px 0 130px; text-align: center; }
.mps-404__in { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.mps-404__num { display: flex; align-items: center; gap: 2vw; font-family: var(--modins-heading-font-family); font-weight: 800; font-size: clamp(120px, 20vw, 240px); line-height: 1; color: var(--navy); margin-bottom: 20px; }
.mps-404__zero { width: .78em; height: .78em; border-radius: 50%; background: var(--y); animation: mps-float 4s ease-in-out infinite; box-shadow: inset -.08em -.08em 0 rgba(43, 43, 94, .12); }
.mps-404 h1 { font-family: var(--modins-heading-font-family); color: var(--navy); font-size: clamp(28px, 4vw, 44px); margin: 16px 0; max-width: 700px; }
.mps-404 p { max-width: 540px; margin: 0 auto 34px; font-size: 17px; }
.mps-404 .mps-actions { justify-content: center; }

@keyframes mps-sweep { 0%, 20% { background-position: -100% 0; } 80%, 100% { background-position: 200% 0; } }
@keyframes mps-autoscroll { 0%, 8% { background-position: 50% 0; } 92%, 100% { background-position: 50% 100%; } }

@media (max-width: 1100px) {
  .mps-nav__list a { padding: 10px 12px; }
  .mps-header__in { gap: 18px; }
}
@media (max-width: 991px) {
  .mps-nav, .mps-header__cta { display: none; }
  .mps-burger { display: block; }
  .mps-header { padding: 12px 0; }
  .mps-header__logo img, .mps-header.is-scrolled .mps-header__logo img { height: 40px; }
  .mps-header__spacer { height: 72px; }
  .mps-footer__grid { grid-template-columns: 1fr 1fr; }
  .mps-work__grid--3 { grid-template-columns: 1fr 1fr; }
  .mps-facts { grid-template-columns: 1fr 1fr; }
  .mps-story, .mps-split, .mps-contact-sec__grid { grid-template-columns: 1fr; gap: 40px; }
  .mps-high { position: static; }
  .mps-values { grid-template-columns: 1fr 1fr; }
  .mps-phero__shape--out { width: 90px; height: 90px; }
}
@media (max-width: 782px) { .admin-bar .mps-header { top: 46px; } }
@media (max-width: 640px) {
  .mps-phero { padding: 40px 0 60px; }
  .mps-phero .mps-lead { font-size: 17px; }
  .mps-phero__shape--sq { width: 44px; height: 44px; top: 8%; right: 6%; }
  .mps-phero__shape--out, .mps-phero__shape--dot { display: none; }
  .mps-footer { padding-top: 64px; }
  .mps-footer__grid { grid-template-columns: 1fr; gap: 34px; padding: 44px 0; }
  .mps-footer__big { gap: 14px; }
  .mps-work__grid--3, .mps-gallery, .mps-values { grid-template-columns: 1fr; }
  .mps-facts { grid-template-columns: 1fr; gap: 18px; }
  .mps-phone { width: 34%; border-radius: 22px; padding: 6px; }
  .mps-phone img { border-radius: 17px; }
  .mps-show { padding-bottom: 40px; }
  .mps-form { padding: 28px 20px; border-radius: 20px; }
  .mps-form .row { grid-template-columns: 1fr; }
  .mps-drawer__list a { font-size: 26px; }
}
.mps-work__more.is-far { margin-top: 110px; } @media (max-width: 640px) { .mps-work__more.is-far { margin-top: 44px; } }

/* Fixes after review */
html, body { overflow-x: clip; }
#wp-footer .mps-footer__big, .mps-footer a.mps-footer__big { color: #fff; }
#wp-footer .mps-footer__big:hover { color: var(--y); }
.mps-studio__grid > *, .mps-split > *, .mps-story > * { min-width: 0; }

/* Floating WhatsApp button */
.mps-wa { position: fixed; right: 22px; bottom: 22px; z-index: 990; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; border-radius: 99px; padding: 8px 20px 8px 8px; font-weight: 700; font-size: 15px; box-shadow: 0 14px 30px rgba(37, 211, 102, .35); transition: transform .3s, box-shadow .3s; }
.mps-wa:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 20px 40px rgba(37, 211, 102, .45); }
.mps-wa__icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .18); display: grid; place-items: center; position: relative; }
.mps-wa__icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255, 255, 255, .6); animation: mps-ping 2.2s infinite; }
.mps-wa svg { width: 24px; height: 24px; }
.mps-menu-open .mps-wa { opacity: 0; pointer-events: none; }
@media (max-width: 640px) { .mps-wa { padding: 8px; right: 16px; bottom: 16px; } .mps-wa__text { display: none; } }

/* Drawer close button (the header burger can sit under the drawer inside the theme's stacking context) */
.wp-site-header { position: relative; z-index: 1001; }
.mps-drawer__close { position: absolute; top: 12px; right: 15px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--y); cursor: pointer; }
.admin-bar .mps-drawer__close { top: 58px; }
.mps-drawer__close span { position: absolute; left: 14px; right: 14px; top: 23px; height: 2px; background: var(--navy); transform: rotate(45deg); }
.mps-drawer__close span + span { transform: rotate(-45deg); }

/* Horizontal project slider */
.mps-slider { --pad: max(15px, calc((100vw - 1170px) / 2)); }
.mps-slider__track { display: flex; gap: 30px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad); padding: 10px var(--pad) 34px; scrollbar-width: none; cursor: grab; }
.mps-slider__track::-webkit-scrollbar { display: none; }
.mps-slider__track.is-drag { cursor: grabbing; scroll-snap-type: none; }
.mps-slider__track.is-drag .mps-proj { pointer-events: none; }
.mps-slider .mps-proj { flex: 0 0 min(560px, 82vw); scroll-snap-align: start; user-select: none; }
.mps-slider__foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 10px; }
.mps-slider__nav { display: flex; align-items: center; gap: 18px; flex: 1; max-width: 520px; }
.mps-slider__nav button { flex: none; width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; color: var(--navy); display: grid; place-items: center; cursor: pointer; transition: .3s; }
.mps-slider__nav button:hover { background: var(--y); border-color: var(--y); transform: scale(1.06); }
.mps-slider__nav button svg { width: 20px; height: 20px; }
.mps-slider__nav [data-prev] svg { transform: rotate(180deg); }
.mps-slider__bar { flex: 1; height: 4px; border-radius: 4px; background: var(--line); overflow: hidden; }
.mps-slider__bar i { display: block; height: 100%; border-radius: 4px; background: var(--y); transition: transform .25s ease-out; }
@media (max-width: 640px) { .mps-slider__track { gap: 18px; } .mps-slider__nav button { width: 46px; height: 46px; } .mps-slider__foot { flex-direction: column; align-items: stretch; } .mps-slider__foot .btn-theme { text-align: center; } }
