.mp-footer{position:relative;isolation:isolate;overflow:hidden;padding:0;border-top:0;background:#263b31;color:#f7f2e9}.mp-footer:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 12% 12%,rgba(197,164,107,.22),transparent 28%),radial-gradient(circle at 88% 76%,rgba(201,143,128,.2),transparent 25%),linear-gradient(135deg,#20352b 0%,#355143 54%,#263b31 100%)}.mp-footer:after{content:"";position:absolute;inset:0;z-index:-1;opacity:.11;background-image:radial-gradient(rgba(255,255,255,.8) .7px,transparent .8px);background-size:20px 20px;mask-image:linear-gradient(to bottom,transparent,#000 35%,#000)}.mp-footer__wave{height:76px;background:var(--cream);clip-path:ellipse(58% 78% at 50% 0)}.mp-footer__inner{position:relative;padding:30px 0 24px}.mp-footer__orb{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;pointer-events:none;animation:mp-footer-float 9s ease-in-out infinite}.mp-footer__orb--one{width:150px;height:150px;right:7%;top:14%;box-shadow:inset 0 0 45px rgba(197,164,107,.1)}.mp-footer__orb--two{width:48px;height:48px;right:18%;top:8%;animation-delay:-4s;background:rgba(201,143,128,.09)}.mp-footer__top{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:clamp(30px,6vw,80px);align-items:start}.mp-footer__brand{max-width:500px}.mp-footer__brand-link{display:inline-flex;align-items:center;gap:16px;color:#fff;text-decoration:none}.mp-footer__brand-link img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.4);box-shadow:0 12px 32px rgba(0,0,0,.18)}.mp-footer__brand-link strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:500;letter-spacing:.04em}.mp-footer__brand-link small{display:block;margin-top:3px;color:#dce8df;letter-spacing:.12em;text-transform:uppercase}.mp-footer__brand p{margin:22px 0 0;color:#e5ece7}.mp-footer h2{margin:10px 0 18px;color:#fff;font-family:inherit;font-size:.75rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.mp-footer__links{display:grid;gap:9px}.mp-footer__links a{width:max-content;max-width:100%;color:#eaf0ec;text-decoration:none;transition:color .25s ease,transform .25s ease}.mp-footer__links a:hover,.mp-footer__links a:focus-visible{color:#f0d79f;transform:translateX(4px)}.mp-footer__contact{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}.mp-footer__contact a{color:#fff}.mp-footer__planity{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid rgba(255,255,255,.38);border-radius:999px;text-decoration:none;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);transition:background .25s ease,transform .25s ease}.mp-footer__planity:hover,.mp-footer__planity:focus-visible{background:#fff;color:#263b31;transform:translateY(-2px)}.mp-footer__signature{position:relative;margin-top:42px;padding:22px 0;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);overflow:hidden}.mp-footer__signature-track{display:flex;align-items:center;justify-content:center;gap:14px;min-width:max-content;color:#f9f4eb;font-size:clamp(.78rem,1.6vw,.95rem);letter-spacing:.08em;text-transform:uppercase}.mp-footer__signature-track:before,.mp-footer__signature-track:after{content:"";display:block;width:54px;height:1px;background:linear-gradient(90deg,transparent,#d9bd82)}.mp-footer__signature-track:after{background:linear-gradient(90deg,#d9bd82,transparent)}.mp-footer__signature a{position:relative;color:#fff;text-decoration:none;font-weight:800}.mp-footer__signature a:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:1px;background:linear-gradient(90deg,transparent,#f3d899,transparent);background-size:200% 100%;animation:mp-footer-shine 3.6s linear infinite}.mp-footer__spark{width:8px;height:8px;border-radius:50%;background:#e5c986;box-shadow:0 0 0 0 rgba(229,201,134,.45);animation:mp-footer-pulse 2.6s ease-out infinite}.mp-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:22px;color:#cfdcd4;font-size:.78rem}.mp-footer__bottom a{color:inherit}.mp-footer a:focus-visible{outline:2px solid #f3d899;outline-offset:4px;border-radius:4px}@keyframes mp-footer-float{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-12px,14px,0) rotate(8deg)}}@keyframes mp-footer-shine{to{background-position:-200% 0}}@keyframes mp-footer-pulse{0%{box-shadow:0 0 0 0 rgba(229,201,134,.45)}70%,100%{box-shadow:0 0 0 13px rgba(229,201,134,0)}}@media(max-width:800px){.mp-footer__wave{height:48px}.mp-footer__inner{padding-top:22px}.mp-footer__top{grid-template-columns:1fr 1fr}.mp-footer__brand{grid-column:1/-1}.mp-footer__orb--one{right:-75px;top:8%}.mp-footer__signature{margin-top:30px}.mp-footer__signature-track{white-space:normal;text-align:center;min-width:0;line-height:1.7}.mp-footer__signature-track:before,.mp-footer__signature-track:after{width:25px;flex:0 0 25px}.mp-footer__bottom{display:grid;text-align:center;justify-content:center}}@media(max-width:520px){.mp-footer__top{grid-template-columns:1fr}.mp-footer__brand{grid-column:auto}.mp-footer__contact{display:grid}.mp-footer__planity{width:100%}.mp-footer__signature-track{gap:9px}.mp-footer__signature-track:before,.mp-footer__signature-track:after{display:none}}@media(prefers-reduced-motion:reduce){.mp-footer__orb,.mp-footer__spark,.mp-footer__signature a:after{animation:none}.mp-footer__links a,.mp-footer__planity{transition:none}}
