header { position: sticky; top: 14px; z-index: 100; padding: 0 20px; }
nav { max-width: 1200px; margin: 0 auto; padding: 8px 20px; display: flex; align-items: center; justify-content: center; background: rgba(255, 251, 242, 0.9); backdrop-filter: blur(14px); border: 1.5px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 16px 40px -22px rgba(36, 27, 53, 0.30); transition: padding .3s ease, box-shadow .3s ease, background .3s ease; }
header.scrolled nav { padding-top: 5px; padding-bottom: 5px; box-shadow: 0 18px 40px -16px rgba(232, 21, 140, 0.30); background: rgba(255, 255, 255, 0.95); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link { font-size: 14.5px; font-weight: 600; color: var(--ink-soft); position: relative; padding: 10px 16px; cursor: pointer; border-radius: var(--radius-pill); transition: all .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--magenta-deep); background: var(--magenta-light); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; line-height: 1; background: var(--brand-gradient); color: #fff !important; padding: 14px 26px; border-radius: var(--radius-pill); font-weight: 700; font-size: 14.5px; white-space: nowrap; letter-spacing: 0.01em; margin-left: 10px; box-shadow: 0 12px 26px -10px rgba(232, 21, 140, 0.5); transition: transform .2s ease, box-shadow .2s ease, padding .3s ease; }
.nav-cta:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 18px 32px -10px rgba(232, 21, 140, 0.6); }
.nav-cta:active { transform: scale(0.96); }
header.scrolled .nav-cta { padding: 11px 22px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: var(--bg-soft); border: none; padding: 11px; border-radius: 50%; }
.nav-toggle span { width: 20px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-item { position: relative; }
.nav-link.has-dropdown { display: inline-flex; align-items: center; gap: 6px; }
.nav-link.has-dropdown .chev { transition: transform .25s ease; flex: none; }
.nav-item.open .nav-link.has-dropdown .chev, .nav-item:hover .nav-link.has-dropdown .chev { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 8px); min-width: 190px; background: var(--panel); border: 1.5px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 8px; display: flex; flex-direction: column; gap: 2px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; z-index: 50; }
.nav-item:hover .nav-dropdown, .nav-item.open .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown a { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 12px; font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: background .18s ease, color .18s ease; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: var(--magenta-light); color: var(--magenta-deep); }
.nav-dropdown a svg { flex: none; color: var(--magenta-deep); }

.nav-banner { width: 100%; padding: 0 20px; margin-top: 18px; }
.nav-banner-inner { max-width: 1200px; margin: 0 auto; height: 220px; background: var(--bg-soft); overflow: hidden; border-radius: var(--radius-lg); }
.nav-banner img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; animation: fadeUpIn .8s cubic-bezier(.2,.7,.2,1) both; }

.hero { padding: 10px 0 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: start; text-align: left; }
.hero-copy { max-width: 680px; justify-self: start; display: flex; flex-direction: column; }
.hero-title-wrap { display: flex; align-items: center; gap: 24px; margin-bottom: 22px; margin-left: -12px; }
.hero-title-wrap h1 { margin: 0; }
.hero-media { width: 100%; max-width: 420px; margin: 80px 0 0 auto; display: flex; flex-direction: column; gap: 24px; }
.hero-logo-img { display: block; height: 185px; width: auto; object-fit: contain; margin: 0; transform-origin: left top; }
.hero-video-frame { width: 100%; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--panel); border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; }
.video-placeholder { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--ink-soft); font-weight: 600; font-size: 15px; }
.video-placeholder svg { color: var(--magenta-deep); }
.hero-media-frame { width: 100%; aspect-ratio: 3/4; max-height: 560px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--panel); border: 1.5px solid var(--line); position: relative; }
.hero-media-frame iframe { width: 100%; height: 145%; border: none; display: block; position: absolute; top: 0; left: 0; }
.hero h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.15; margin: 0; }
.hero h1 .accent { text-transform: uppercase; font-family: var(--font-brand-futura); font-weight: 500; letter-spacing: -0.01em; background: var(--ribbon-gradient); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: flow 8s linear infinite; }
.hero h1 .hero-subline { font-size: 0.78em; line-height: 1.1; display: block; }
.hero p.lead { font-size: 17.5px; color: var(--ink-soft); max-width: 480px; margin-bottom: 14px; }
.hero p.lead:last-of-type { margin-bottom: 34px; }
.hero-quote { margin: 0 0 24px; padding: 4px 0 4px 20px; border-left: 3px solid var(--teal); max-width: 520px; }
.hero-quote p { font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 10px; }
.hero-quote cite { display: block; font-style: normal; font-size: 13.5px; font-weight: 600; color: var(--ink); }

.hero-copy > * { animation: fadeUpIn .8s cubic-bezier(.2,.7,.2,1) both; }
.hero-header-block { display: flex; flex-direction: column; width: fit-content; animation: fadeUpIn .8s cubic-bezier(.2,.7,.2,1) both; animation-delay: .05s; }
.hero .eyebrow { margin-top: 16px; margin-bottom: 44px; display: flex; justify-content: center; width: 100%; animation: none; }
.hero-copy > h1 { animation-delay: .15s; }
.hero-copy > .lead { animation-delay: .28s; }
.hero-copy > .cta-row { animation-delay: .40s; }
.hero-copy > .trust-strip { animation-delay: .52s; }
.hero-art { animation: fadeUpIn 1s cubic-bezier(.2,.7,.2,1) .2s both; position: relative; display: flex; align-items: center; justify-content: center; }

.blob { position: absolute; border-radius: 50%; filter: blur(44px); opacity: 0.6; z-index: 0; animation: floatBlob 9s ease-in-out infinite; will-change: transform; }
.blob1 { width: 280px; height: 280px; background: var(--magenta-light); top: -30px; left: 10px; animation-delay: 0s; }
.blob2 { width: 230px; height: 230px; background: var(--teal-light); bottom: 0; right: 0; animation-delay: 1.5s; }
.blob3 { width: 190px; height: 190px; background: var(--orange-light); bottom: 70px; left: -30px; animation-delay: 3s; }
.hero-art svg { position: relative; z-index: 1; width: 100%; max-width: 460px; animation: floatY 6s ease-in-out infinite; will-change: transform; }
.hero-illustration { position: relative; z-index: 1; width: 100%; max-width: 520px; aspect-ratio: 561/464; object-fit: contain; animation: floatY 6s ease-in-out infinite; will-change: transform; filter: drop-shadow(0 30px 40px rgba(20,20,60,0.18)); }

.trust-strip { margin-top: 40px; padding-top: 24px; border-top: 1.5px solid var(--line); display: flex; gap: 44px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: flex-start; gap: 13px; max-width: 240px; }
.trust-item .dot { width: 42px; height: 42px; border-radius: 14px; flex: none; display: flex; align-items: center; justify-content: center; }
.trust-item h4 { font-family: 'Baloo 2', sans-serif; font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.trust-item p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }

footer { background: var(--ink); color: #EDE9F5; padding: 72px 0 26px; position: relative; overflow: hidden; }
.footer-ribbon { height: 6px; width: 100%; background: var(--ribbon-gradient); background-size: 220% 100%; animation: flow 7s linear infinite; }
.footer-glow { position: absolute; top: -160px; right: -120px; width: 420px; height: 420px; border-radius: 50%; background: var(--magenta); opacity: 0.16; filter: blur(90px); pointer-events: none; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 44px 0; margin-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.12); position: relative; z-index: 1; }
.footer-cta h3 { color: #fff; font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 6px; }
.footer-cta p { color: #B7AFCB; font-size: 14.5px; }
.footer-cta .btn-primary { flex: none; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.85fr 0.85fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.12); position: relative; z-index: 1; }
.footer-brand { display: flex; flex-direction: column; gap: 16px; max-width: 300px; }
.footer-brand .brand { display: flex; align-items: center; gap: 11px; }
.footer-brand > div:first-child img { width: 44px; height: 44px; border-radius: 12px; flex: none; background: #fff; padding: 6px; }
.footer-brand b { font-family: var(--font-brand-futura); font-weight: 400; font-size: 17px; color: #fff; display: block; letter-spacing: 0.02em; }
.footer-brand > p { font-size: 13.5px; color: #B7AFCB; line-height: 1.65; }
.footer-mho-logo { display: block; margin-left: 0; width: 210px !important; height: auto !important; background: transparent !important; padding: 0 !important; border-radius: 0 !important; opacity: 0.85; transition: opacity .2s ease; }
.footer-mho-logo:hover { opacity: 1; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.07); color: #EDE9F5; transition: background .2s ease, color .2s ease, transform .2s ease; }
.footer-social a:hover { background: var(--brand-gradient); color: #fff; transform: translateY(-3px); }
.footer-col h5 { font-family: 'Baloo 2', sans-serif; font-size: 14px; color: #fff; margin-bottom: 18px; letter-spacing: 0.03em; }
.footer-col a, .footer-col p { display: block; font-size: 14px; color: #B7AFCB; margin-bottom: 12px; transition: color .2s ease; }
.footer-col a:hover { color: var(--orange); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-item .ic { flex: none; width: 30px; height: 30px; border-radius: 10px; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: var(--orange); margin-top: 1px; }
.footer-contact-item span { font-size: 14px; color: #B7AFCB; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 22px; font-size: 12.5px; color: #8B82A3; position: relative; z-index: 1; }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: #8B82A3; transition: color .2s ease; }
.footer-legal a:hover { color: var(--orange); }


/* -- Baked layout positions -- */
#heroLogoImg { transform-origin: top left !important; transform: translate(0px, 0px) scale(1) !important; animation: none !important; }
.hero-media-frame { transform-origin: top left !important; transform: translate(0px, 0px) scale(1) !important; animation: none !important; }
.footer-brand > div:first-child { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
.footer-mho-logo { transform-origin: top left; transform: translate(-30px, -30px) scale(1.15); animation: none; }
.map-embed { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
#val-img-1 { transform-origin: top left; transform: translate(-80px, -90px) scale(2.1); animation: none; }
#val-img-2 { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
#val-img-3 { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
#val-img-4 { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
#val-img-5 { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
#val-img-6 { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }
#val-img-7 { transform-origin: top left; transform: translate(0px, 0px) scale(1); animation: none; }

/* -- Mobile baked-position resets -- */
@media (max-width: 980px) {
  #heroLogoImg { transform: translate(0, 0) scale(0.75) !important; margin: 0 auto 16px; }
  .hero-media-frame { transform: translate(0, 0) scale(1) !important; }
}
@media (max-width: 640px) {
  #heroLogoImg { transform: translate(0, 0) scale(0.65) !important; margin: 0 auto 16px; }
}
