/*
Theme Name: Muniz Mídia — Hotelaria & Imóveis de Luxo
Description: Tema clássico recriando o site de hotelaria/imóveis de luxo (originalmente Vista Alta), rebatizado para Muniz Mídia.
Version: 1.0
Author: Você
*/

:root {
	--background: 204 40% 99%;
	--foreground: 214 36% 16%;
	--primary: 206 45% 40%;
	--primary-foreground: 204 60% 98%;
	--muted-foreground: 212 16% 44%;
	--border: 210 24% 88%;
	--sky: 203 62% 87%;
	--blush: 16 52% 93%;
	--ink: 214 40% 13%;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	background-color: hsl(var(--background));
	color: hsl(var(--foreground));
	overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }

em { font-style: italic; color: hsl(var(--primary)); }
h1, h2, h3, .font-display { font-family: "Cormorant Garamond", serif; font-weight: 300; }

/* Buttons */
.mmx-btn { display: inline-flex; align-items: center; gap: 12px; padding: 15px 26px; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; border: none; transition: all .2s; }
.mmx-btn:active { transform: scale(.98); }
.mmx-btn-white { background: #fff; color: hsl(var(--ink)); }
.mmx-btn-white:hover { background: hsl(var(--sky)); }
.mmx-btn-outline-light { border: 1px solid rgba(255,255,255,.6); color: #fff; background: transparent; }
.mmx-btn-outline-light:hover { background: rgba(255,255,255,.1); }
.mmx-btn-outline-nav { border: 1px solid currentColor; padding: 10px 20px; }
.mmx-btn-primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); text-align: center; justify-content: center; }
.mmx-btn-sky { background: hsl(var(--sky)); color: hsl(var(--ink)); }
.mmx-btn-sky:hover { background: #fff; }

.mmx-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .4em; color: hsl(var(--primary)); margin: 0 0 20px; }
.mmx-eyebrow-light { color: hsl(var(--sky)); }
.mmx-eyebrow-line { height: 1px; width: 40px; background: currentColor; display: inline-block; }
.mmx-center { justify-content: center; text-align: center; }

.mmx-h2 { font-size: 34px; font-weight: 300; line-height: 1.05; margin: 0; }
@media (min-width: 640px) { .mmx-h2 { font-size: 44px; } }
@media (min-width: 1024px) { .mmx-h2 { font-size: 58px; } }
.mmx-h2-light { color: #fff; }

.mmx-p-lg { margin-top: 28px; max-width: 480px; font-size: 16px; font-weight: 300; line-height: 1.7; color: hsl(var(--muted-foreground)); }
@media (min-width: 640px) { .mmx-p-lg { font-size: 18px; } }
.mmx-p-light { color: rgba(255,255,255,.75); }
.mmx-p-md { max-width: 320px; font-size: 14px; font-weight: 300; line-height: 1.7; color: hsl(var(--muted-foreground)); margin: 0; }
.mmx-narrow { max-width: 640px; margin-left: auto; margin-right: auto; }
.mmx-narrow-sm { max-width: 420px; }

/* Header */
.mmx-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: all .3s; background: transparent; }
.mmx-header.is-solid { background: hsla(var(--background) / .92); backdrop-filter: blur(8px); border-bottom: 1px solid hsl(var(--border)); }
.mmx-header-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; }
@media (min-width: 1024px) { .mmx-header-inner { padding: 22px 40px; } }
.mmx-logo { display: flex; flex-direction: column; line-height: 1; }
.mmx-logo-main { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 500; letter-spacing: .18em; color: #fff; transition: color .3s; }
.mmx-header.is-solid .mmx-logo-main { color: hsl(var(--foreground)); }
.mmx-logo-sub { margin-top: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .35em; color: rgba(255,255,255,.7); transition: color .3s; }
.mmx-header.is-solid .mmx-logo-sub { color: hsl(var(--muted-foreground)); }
.mmx-nav-desktop { display: none; align-items: center; gap: 32px; }
@media (min-width: 1024px) { .mmx-nav-desktop { display: flex; } }
.mmx-nav-desktop a:not(.mmx-btn) { font-size: 11px; text-transform: uppercase; letter-spacing: .25em; color: #fff; transition: color .3s, opacity .2s; }
.mmx-nav-desktop a:not(.mmx-btn):hover { opacity: .7; }
.mmx-header.is-solid .mmx-nav-desktop a:not(.mmx-btn) { color: hsl(var(--foreground)); }
.mmx-nav-desktop .mmx-btn-outline-nav { color: #fff; }
.mmx-header.is-solid .mmx-nav-desktop .mmx-btn-outline-nav { border-color: hsl(var(--primary)); background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.mmx-menu-toggle { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: none; color: #fff; }
.mmx-header.is-solid .mmx-menu-toggle { color: hsl(var(--foreground)); }
@media (min-width: 1024px) { .mmx-menu-toggle { display: none; } }
.mmx-nav-mobile { display: none; flex-direction: column; gap: 4px; background: hsl(var(--background)); border-top: 1px solid hsl(var(--border)); padding: 16px 24px 28px; }
.mmx-nav-mobile.is-open { display: flex; }
.mmx-nav-mobile a:not(.mmx-btn) { padding: 14px 4px; border-bottom: 1px solid hsla(var(--border) / .6); font-family: "Cormorant Garamond", serif; font-size: 22px; color: hsl(var(--foreground)); }
.mmx-nav-mobile .mmx-btn { margin-top: 18px; }

/* Sections generic */
.mmx-section { padding: 52px 24px; max-width: 1400px; margin: 0 auto; }
@media (min-width: 1024px) { .mmx-section { padding: 72px 40px; } }
.mmx-section-white { background: #fff; }

/* Hero */
.mmx-hero { position: relative; min-height: 50dvh; display: flex; align-items: flex-end; overflow: hidden; }
@media (min-width: 768px) { .mmx-hero { min-height: 40dvh; } }
.mmx-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mmx-hero-gradient {
	position: absolute; inset: 0;
	background: linear-gradient(100deg,
		hsla(var(--ink) / .92) 0%,
		hsla(var(--ink) / .78) 28%,
		hsla(var(--ink) / .4) 55%,
		hsla(var(--ink) / .08) 78%,
		transparent 100%);
}
.mmx-hero-inner { position: relative; z-index: 10; max-width: 1400px; margin: 0 auto; width: 100%; padding: 64px 24px 32px; }
@media (min-width: 1024px) { .mmx-hero-inner { padding: 72px 40px 40px; } }
.mmx-hero-title { margin: 16px 0 0; max-width: 760px; font-size: 34px; font-weight: 300; line-height: 1.05; color: #fff; }
@media (min-width: 640px) { .mmx-hero-title { font-size: 50px; } }
@media (min-width: 1024px) { .mmx-hero-title { font-size: 64px; } }
.mmx-hero-text { margin-top: 18px; max-width: 560px; font-size: 14px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,.88); }
@media (min-width: 640px) { .mmx-hero-text { font-size: 16px; } }
.mmx-hero-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; }

/* Marquee */
.mmx-marquee { overflow: hidden; border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); background: hsla(var(--sky) / .35); padding: 16px 0; }
.mmx-marquee-track { display: flex; width: max-content; animation: mmx-marquee 36s linear infinite; }
.mmx-marquee-row { display: flex; align-items: center; }
.mmx-marquee-row span { display: inline-flex; align-items: center; white-space: nowrap; padding: 0 24px; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 20px; color: hsla(var(--foreground) / .8); }
.mmx-marquee-row span i { width: 6px; height: 6px; border-radius: 50%; background: hsla(var(--primary) / .5); margin-left: 24px; font-style: normal; }

/* Manifesto + Stats */
.mmx-manifesto-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 1024px) { .mmx-manifesto-grid { grid-template-columns: 7fr 5fr; gap: 56px; } }
.mmx-manifesto-text { font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 300; line-height: 1.35; margin: 0; }
@media (min-width: 640px) { .mmx-manifesto-text { font-size: 32px; } }
@media (min-width: 1024px) { .mmx-manifesto-text { font-size: 40px; } }
.mmx-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: hsl(var(--border)); }
.mmx-stat-box { background: hsl(var(--background)); padding: 28px; }
.mmx-stat-num { font-family: "Cormorant Garamond", serif; font-size: 40px; font-weight: 300; color: hsl(var(--primary)); margin: 0; }
.mmx-stat-label { margin-top: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: hsl(var(--muted-foreground)); }

/* Drone / coverflow carousel */
.mmx-drone-section { padding-top: 40px; }
.mmx-coverflow { position: relative; margin-top: 56px; display: flex; align-items: center; justify-content: center; gap: 12px; max-width: 100%; }
.mmx-coverflow-track { display: flex; align-items: center; justify-content: center; gap: 8px; height: 320px; overflow: hidden; max-width: calc(100% - 110px); }
@media (min-width: 768px) { .mmx-coverflow-track { height: 420px; gap: 16px; } }
.mmx-coverflow-item { position: relative; flex-shrink: 0; width: 110px; height: 160px; overflow: hidden; opacity: .35; filter: blur(2px) grayscale(20%); transform: scale(.82); transition: all .45s cubic-bezier(.22,1,.36,1); }
@media (min-width: 480px) { .mmx-coverflow-item { width: 160px; height: 220px; } }
@media (min-width: 768px) { .mmx-coverflow-item { width: 240px; height: 320px; } }
.mmx-coverflow-item.is-center { width: 170px; height: 230px; opacity: 1; filter: none; transform: scale(1); z-index: 5; }
@media (min-width: 480px) { .mmx-coverflow-item.is-center { width: 240px; height: 320px; } }
@media (min-width: 768px) { .mmx-coverflow-item.is-center { width: 380px; height: 420px; } }
.mmx-coverflow-item img { width: 100%; height: 100%; object-fit: cover; }
.mmx-coverflow-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; background: linear-gradient(to top, rgba(0,0,0,.65), transparent); color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; opacity: 0; transition: opacity .3s; }
.mmx-coverflow-item.is-center .mmx-coverflow-label { opacity: 1; }
.mmx-coverflow-nav { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; border: 1px solid hsl(var(--border)); background: hsl(var(--background)); display: inline-flex; align-items: center; justify-content: center; transition: all .2s; z-index: 6; }
.mmx-coverflow-nav:hover { border-color: hsl(var(--primary)); background: hsl(var(--primary)); color: #fff; }

/* Fotografia / imóveis de luxo */
.mmx-fotografia-grid { max-width: 640px; }
.mmx-list { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.mmx-list li { position: relative; padding-left: 22px; font-size: 14px; color: hsla(var(--foreground) / .8); }
.mmx-list li::before { content: '—'; position: absolute; left: 0; color: hsl(var(--primary)); }

.mmx-strip-wrap { margin-top: 56px; overflow: hidden; }
.mmx-strip-track { display: flex; gap: 16px; width: max-content; animation: mmx-strip 34s linear infinite; }
.mmx-strip-item { flex-shrink: 0; width: 260px; aspect-ratio: 3/4; overflow: hidden; }
@media (min-width: 768px) { .mmx-strip-item { width: 320px; } }
.mmx-strip-item img { width: 100%; height: 100%; object-fit: cover; }

/* Filme (vídeo centralizado) */
.mmx-filme-section { background: hsl(var(--ink)); max-width: 100%; padding-left: 24px; padding-right: 24px; }
@media (min-width: 1024px) { .mmx-filme-section { padding-left: 40px; padding-right: 40px; } }
.mmx-filme-head { max-width: 700px; margin: 0 auto; }
.mmx-filme-video-wrap { max-width: 960px; margin: 48px auto 0; }
.mmx-filme-video { position: relative; display: block; overflow: hidden; cursor: pointer; aspect-ratio: 16/9; }
.mmx-filme-video.is-playing { cursor: default; }
.mmx-filme-video.is-playing iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.mmx-filme-video img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .7s ease; }
.mmx-filme-video:hover img { transform: scale(1.03); }
.mmx-filme-overlay { position: absolute; inset: 0; background: hsla(var(--ink) / .35); transition: background .3s; }
.mmx-filme-video:hover .mmx-filme-overlay { background: hsla(var(--ink) / .2); }
.mmx-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 84px; height: 84px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.1); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; color: #fff; transition: transform .3s; }
.mmx-filme-video:hover .mmx-play-btn { transform: translate(-50%, -50%) scale(1.1); }
.mmx-filme-caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; color: #fff; }
.mmx-filme-caption span:first-child { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 20px; }
.mmx-filme-meta { font-size: 11px; text-transform: uppercase; letter-spacing: .25em; color: rgba(255,255,255,.7); }
.mmx-link-arrow { display: inline-flex; align-items: center; gap: 10px; margin-top: 36px; border: 1px solid rgba(255,255,255,.3); padding: 14px 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .25em; color: #fff; transition: all .2s; }
.mmx-link-arrow:hover { border-color: hsl(var(--sky)); color: hsl(var(--sky)); }
.mmx-link-arrow-light { display: inline-flex; align-items: center; margin-top: 16px; color: hsl(var(--sky)); text-decoration: underline; font-size: 14px; }

/* Projetos */
.mmx-projetos-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }
.mmx-projetos-grid { margin-top: 40px; display: grid; grid-template-columns: 1fr; gap: 24px 16px; align-items: start; }
@media (min-width: 480px) { .mmx-projetos-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) { .mmx-projetos-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.mmx-project-card { display: block; text-align: left; background: none; border: none; padding: 0; margin: 0; font-family: inherit; color: inherit; width: 100%; min-width: 0; }
.mmx-project-img { overflow: hidden; }
.mmx-project-img img { width: 100%; aspect-ratio: 9/16; object-fit: cover; transition: transform .7s ease; }
.mmx-project-card:hover .mmx-project-img img { transform: scale(1.04); }
.mmx-project-info { margin-top: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; border-top: 1px solid hsl(var(--border)); padding-top: 20px; }
.mmx-project-info h3 { font-size: 24px; font-weight: 300; margin: 0; transition: color .2s; }
.mmx-project-card:hover .mmx-project-info h3 { color: hsl(var(--primary)); }
.mmx-project-tag { margin-top: 0; display: flex; align-items: flex-start; gap: 6px; white-space: normal; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; line-height: 1.6; color: hsl(var(--primary)); }
.mmx-project-tag svg { flex-shrink: 0; margin-top: 2px; }
.mmx-project-place { margin: 4px 0 0; font-size: 11px; text-transform: uppercase; letter-spacing: .25em; color: hsl(var(--muted-foreground)); }

/* Processo */
.mmx-steps-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr; gap: 1px; background: hsl(var(--border)); }
@media (min-width: 640px) { .mmx-steps-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .mmx-steps-grid { grid-template-columns: repeat(4, 1fr); } }
.mmx-step-box { background: hsl(var(--background)); padding: 32px; }
.mmx-step-n { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 40px; font-weight: 300; color: hsl(var(--sky)); margin: 0; }
.mmx-step-title { margin: 20px 0 12px; font-size: 24px; }
.mmx-step-desc { font-size: 14px; font-weight: 300; line-height: 1.6; color: hsl(var(--muted-foreground)); margin: 0; }

/* Quote */
.mmx-quote { background: hsla(var(--blush) / .5); padding: 56px 24px; }
@media (min-width: 1024px) { .mmx-quote { padding: 68px 40px; } }
.mmx-quote-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.mmx-quote-icon { color: hsl(var(--primary)); }
.mmx-quote-inner blockquote { margin: 28px 0 0; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 26px; font-weight: 300; line-height: 1.4; }
@media (min-width: 640px) { .mmx-quote-inner blockquote { font-size: 32px; } }
.mmx-quote-author { margin-top: 28px; font-size: 11px; text-transform: uppercase; letter-spacing: .25em; color: hsl(var(--muted-foreground)); }

/* Contato */
.mmx-contato { background: hsl(var(--ink)); padding: 56px 24px; max-width: 100%; }
@media (min-width: 1024px) { .mmx-contato { padding: 72px 40px; } }
.mmx-contato-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 56px; }
@media (min-width: 1024px) { .mmx-contato-grid { grid-template-columns: 5fr 7fr; gap: 64px; } }
.mmx-contato-links { margin-top: 36px; display: flex; flex-direction: column; gap: 18px; font-size: 14px; }
.mmx-contato-links a, .mmx-contato-links p { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.85); margin: 0; }
.mmx-contato-links a:hover { color: hsl(var(--sky)); }
.mmx-contato-links svg { color: hsl(var(--sky)); flex-shrink: 0; }
.mmx-social { margin-top: 36px; display: flex; gap: 12px; }
.mmx-social a { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.8); transition: all .2s; }
.mmx-social a:hover { border-color: hsl(var(--sky)); color: hsl(var(--sky)); }

.mmx-form { display: grid; grid-template-columns: 1fr; gap: 20px; background: rgba(255,255,255,.04); padding: 32px; backdrop-filter: blur(4px); }
@media (min-width: 640px) { .mmx-form { grid-template-columns: 1fr 1fr; padding: 40px; } }
.mmx-form-row { display: contents; }
@media (max-width: 639px) { .mmx-form-row { display: flex; flex-direction: column; gap: 20px; } }
.mmx-field { display: flex; flex-direction: column; gap: 8px; }
.mmx-field label { font-size: 11px; text-transform: uppercase; letter-spacing: .25em; color: rgba(255,255,255,.7); }
.mmx-field input, .mmx-field textarea { width: 100%; border: 1px solid hsl(var(--border)); background: #fff; padding: 12px 14px; font-size: 14px; color: hsl(var(--foreground)); outline: none; font-family: inherit; transition: border-color .2s; resize: none; }
.mmx-field input:focus, .mmx-field textarea:focus { border-color: hsl(var(--primary)); }
.mmx-field:has(textarea), .mmx-field:nth-child(3) { grid-column: 1 / -1; }
.mmx-error-msg { grid-column: 1 / -1; color: #f87171; font-size: 13px; margin: 0; }
.mmx-form > button { grid-column: 1 / -1; justify-self: start; }
@media (max-width: 639px) { .mmx-form > button { width: 100%; } }
.mmx-success { border: 1px solid rgba(255,255,255,.15); padding: 36px; }
.mmx-success p { color: rgba(255,255,255,.85); margin: 0; font-size: 15px; line-height: 1.6; }

/* Footer */
.mmx-footer { border-top: 1px solid rgba(255,255,255,.1); background: hsl(var(--ink)); padding: 32px 24px; }
@media (min-width: 1024px) { .mmx-footer { padding: 32px 40px; } }
.mmx-footer-inner { max-width: 1400px; margin: 0 auto; display: flex; justify-content: center; text-align: center; }
.mmx-footer-copy { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.4); margin: 0; }

/* Lightbox */
.mmx-lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(15,20,25,.95); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease; }
.mmx-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
body.mmx-lightbox-open { overflow: hidden; }
.mmx-lightbox-stage { max-width: 90vw; max-height: 86vh; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.mmx-lightbox-stage img { max-width: 90vw; max-height: 74vh; width: auto; height: auto; object-fit: contain; }
.mmx-lightbox-caption { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.mmx-lightbox-caption p { margin: 0; color: #fff; font-family: "Cormorant Garamond", serif; font-size: 20px; }
.mmx-lightbox-caption span { color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.mmx-lightbox-close { position: absolute; top: 20px; right: 20px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: all .2s; }
.mmx-lightbox-close:hover { border-color: hsl(var(--sky)); color: hsl(var(--sky)); }
.mmx-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: all .2s; }
.mmx-lightbox-nav:hover { border-color: hsl(var(--sky)); color: hsl(var(--sky)); }
.mmx-lightbox-prev { left: 16px; }
.mmx-lightbox-next { right: 16px; }
@media (min-width: 768px) { .mmx-lightbox-prev { left: 32px; } .mmx-lightbox-next { right: 32px; } }
.mmx-lightbox-nav[hidden] { display: none; }

/* Reveal on scroll */
.mmx-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.mmx-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes mmx-marquee { from { transform: translateX(0); } to { transform: translateX(-25%); } }
@keyframes mmx-strip { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
	.mmx-marquee-track, .mmx-strip-track { animation: none; }
	.mmx-reveal { opacity: 1; transform: none; transition: none; }
}
