:root {
    --ce-ink: #11110f;
    --ce-paper: #f4f0e8;
    --ce-yellow: #ffd52a;
    --ce-pink: #ed255f;
    --ce-green: #007d61;
    --ce-blue: #2859d9;
    --ce-line: rgba(17, 17, 15, .16);
}

.movva-ce-public,
.movva-ce-panel {
    box-sizing: border-box;
    color: var(--ce-ink);
    font-family: "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.movva-ce-public *,
.movva-ce-panel * { box-sizing: border-box; }
.movva-ce-public img { display: block; max-width: 100%; }
.movva-ce-public a { color: inherit; }
.movva-ce-public button { font: inherit; }
.movva-ce-public-body { margin: 0; background: var(--ce-paper); }
.movva-ce-public { overflow: hidden; background: var(--ce-paper); }
.movva-ce-public h1,
.movva-ce-public h2,
.movva-ce-public h3,
.movva-ce-public p { margin-top: 0; }

.movva-ce-nav {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    padding: 0 4vw;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.movva-ce-brand { width: 154px; }
.movva-ce-brand img { width: 154px; height: 36px; object-fit: contain; object-position: left center; }
.movva-ce-nav > span { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-nav__cta { justify-self: end; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.movva-ce-hero {
    position: relative;
    min-height: 94svh;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: #18150f var(--movva-ce-hero) center 28% / cover no-repeat;
    isolation: isolate;
}

.movva-ce-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(6, 7, 5, .86) 0%, rgba(6, 7, 5, .47) 48%, rgba(6, 7, 5, .08) 76%), linear-gradient(0deg, rgba(6, 7, 5, .72), transparent 48%);
}

.movva-ce-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(112deg, transparent 55%, rgba(255, 213, 42, .12));
    mix-blend-mode: screen;
}

.movva-ce-hero__content { width: min(920px, 86vw); padding: 150px 4vw 8vh; }
.movva-ce-eyebrow { margin-bottom: 22px; font-size: 12px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.movva-ce-eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 3px 0; background: currentColor; }
.movva-ce-hero h1 { margin-bottom: 24px; font-size: clamp(64px, 10vw, 148px); line-height: .78; font-weight: 700; text-transform: uppercase; }
.movva-ce-hero h1 em { color: var(--ce-yellow); font-family: "Playfair Display", Georgia, serif; font-weight: 600; text-transform: none; }
.movva-ce-for { display: inline-block; margin: 0 0 22px; padding: 8px 12px; color: #171713; background: var(--ce-yellow); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.movva-ce-hero__headline { max-width: 650px; margin-bottom: 30px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(24px, 2.3vw, 38px); line-height: 1.15; }
.movva-ce-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; min-width: 270px; padding: 16px 18px; color: #111 !important; background: var(--ce-yellow); border: 1px solid var(--ce-yellow); text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; transition: background .2s, color .2s; }
.movva-ce-primary:hover { color: #fff !important; background: transparent; }
.movva-ce-primary span { font-size: 20px; }
.movva-ce-hero__index { position: absolute; right: 4vw; bottom: 5vh; display: flex; align-items: flex-end; gap: 16px; writing-mode: vertical-rl; font-size: 11px; text-transform: uppercase; }
.movva-ce-hero__index span:first-child { color: var(--ce-yellow); font-size: 28px; font-weight: 700; }

.movva-ce-marquee { overflow: hidden; padding: 17px 0; color: #fff; background: var(--ce-pink); border-block: 2px solid var(--ce-ink); }
.movva-ce-marquee > div { display: flex; width: max-content; gap: 30px; align-items: center; animation: movva-ce-marquee 24s linear infinite; }
.movva-ce-marquee span { font-size: clamp(28px, 4vw, 54px); line-height: 1; font-weight: 700; }
.movva-ce-marquee b { color: var(--ce-yellow); font-size: 30px; }
@keyframes movva-ce-marquee { to { transform: translateX(-50%); } }

.movva-ce-band { max-width: 1420px; margin: 0 auto; padding: 110px 4vw; }
.movva-ce-intro { display: grid; grid-template-columns: 80px minmax(0, 1.4fr) minmax(280px, .6fr); gap: 46px; }
.movva-ce-section-number { color: var(--ce-pink); font-size: 16px; font-weight: 700; }
.movva-ce-intro h2,
.movva-ce-section-head h2,
.movva-ce-films h2,
.movva-ce-about h2,
.movva-ce-investment h2 { margin-bottom: 0; font-size: clamp(42px, 6vw, 88px); line-height: .98; text-transform: uppercase; }
.movva-ce-intro h2 em,
.movva-ce-section-head h2 em,
.movva-ce-films h2 em,
.movva-ce-about h2 em,
.movva-ce-investment h2 em { font-family: "Playfair Display", Georgia, serif; font-weight: 600; text-transform: none; }
.movva-ce-intro__copy { align-self: end; padding-bottom: 6px; }
.movva-ce-intro__copy p { font-size: 17px; line-height: 1.7; }

.movva-ce-experience { padding: 100px 4vw; color: #fff; background: var(--ce-green); }
.movva-ce-section-head { max-width: 1340px; margin: 0 auto 70px; }
.movva-ce-section-head h2 { max-width: 950px; }
.movva-ce-steps { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .35); border-bottom: 1px solid rgba(255, 255, 255, .35); }
.movva-ce-steps article { min-height: 470px; padding: 38px; border-right: 1px solid rgba(255, 255, 255, .35); }
.movva-ce-steps article:last-child { border-right: 0; }
.movva-ce-steps article > span { display: block; margin-bottom: 72px; color: var(--ce-yellow); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-steps h3 { margin-bottom: 24px; font-family: "Playfair Display", Georgia, serif; font-size: 38px; }
.movva-ce-steps ul { padding: 0; margin: 0; list-style: none; }
.movva-ce-steps li { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); font-size: 15px; }
.movva-ce-steps p { font-size: 17px; line-height: 1.7; }
.movva-ce-steps small { display: block; margin-top: 20px; color: rgba(255, 255, 255, .65); line-height: 1.5; }

.movva-ce-gallery-section { padding: 110px 0 0; color: #fff; background: #11110f; }
.movva-ce-section-head--light { padding: 0 4vw; }
.movva-ce-section-head--light > p:last-child { max-width: 500px; margin: 30px 0 0 auto; font-size: 17px; line-height: 1.7; }
.movva-ce-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 13vw; gap: 4px; margin-top: 64px; }
.movva-ce-gallery__item { position: relative; grid-column: span 3; grid-row: span 2; min-height: 280px; padding: 0; overflow: hidden; border: 0; background: #222; cursor: zoom-in; }
.movva-ce-gallery__item--1,
.movva-ce-gallery__item--6 { grid-column: span 6; grid-row: span 3; }
.movva-ce-gallery__item--2,
.movva-ce-gallery__item--5 { grid-column: span 3; grid-row: span 3; }
.movva-ce-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.movva-ce-gallery__item:hover img { transform: scale(1.025); filter: saturate(1.08); }

.movva-ce-films { display: grid; grid-template-columns: minmax(310px, .7fr) minmax(0, 1.3fr); gap: 70px; padding: 110px 0 110px 4vw; background: var(--ce-yellow); }
.movva-ce-films__copy { padding-right: 20px; }
.movva-ce-films__copy > p:not(.movva-ce-eyebrow) { max-width: 500px; margin-top: 30px; font-size: 17px; line-height: 1.7; }
.movva-ce-slider-controls { display: flex; gap: 8px; margin-top: 36px; }
.movva-ce-slider-controls button { width: 52px; height: 52px; border: 1px solid var(--ce-ink); background: transparent; cursor: pointer; font-size: 22px; }
.movva-ce-slider-controls button:hover { color: #fff; background: var(--ce-ink); }
.movva-ce-film-track { display: flex; gap: 18px; padding-right: 4vw; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.movva-ce-film-card { flex: 0 0 min(360px, 82vw); scroll-snap-align: start; background: #fff; border: 1px solid var(--ce-ink); }
.movva-ce-film-card > span { display: block; padding: 12px 14px; border-bottom: 1px solid var(--ce-ink); font-size: 11px; font-weight: 700; }
.movva-ce-film-card iframe { display: block; width: 100%; height: 500px; border: 0; background: #fff; }
.movva-ce-film-card a { display: block; padding: 14px; border-top: 1px solid var(--ce-ink); text-decoration: none; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.movva-ce-about { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 900px; background: #eee8dd; }
.movva-ce-about__photos { position: relative; min-height: 900px; overflow: hidden; background: var(--ce-blue); }
.movva-ce-about__photo { position: absolute; margin: 0; overflow: hidden; border: 6px solid #eee8dd; box-shadow: 0 18px 50px rgba(0, 0, 0, .25); }
.movva-ce-about__photo img { width: 100%; height: 100%; object-fit: cover; }
.movva-ce-about__photo--1 { width: 56%; height: 56%; left: 6%; top: 8%; transform: rotate(-3deg); }
.movva-ce-about__photo--2 { width: 48%; height: 48%; right: 5%; top: 19%; transform: rotate(4deg); }
.movva-ce-about__photo--3 { width: 52%; height: 45%; left: 24%; bottom: 4%; transform: rotate(-1deg); }
.movva-ce-about__copy { align-self: center; padding: 90px 6vw; }
.movva-ce-about__copy h2 { margin-bottom: 40px; }
.movva-ce-about__copy > p:not(.movva-ce-eyebrow) { font-size: 15px; line-height: 1.7; }

.movva-ce-stories { padding: 100px 4vw; display: grid; grid-template-columns: 1fr .55fr; gap: 70px; color: #fff; background: var(--ce-blue); }
.movva-ce-stories > div:first-child,
.movva-ce-stories > p { max-width: 1340px; }
.movva-ce-stories h2 { margin: 0; font-size: clamp(44px, 6vw, 88px); line-height: .98; text-transform: uppercase; }
.movva-ce-stories h2 em { color: var(--ce-yellow); font-family: "Playfair Display", Georgia, serif; font-weight: 600; text-transform: none; }
.movva-ce-stories > p { align-self: end; font-size: 17px; line-height: 1.7; }
.movva-ce-names { grid-column: 1 / -1; display: flex; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .4); border-left: 1px solid rgba(255, 255, 255, .4); }
.movva-ce-names span { flex: 1 0 220px; padding: 22px; border-right: 1px solid rgba(255, 255, 255, .4); border-bottom: 1px solid rgba(255, 255, 255, .4); font-family: "Playfair Display", Georgia, serif; font-size: 24px; }

.movva-ce-investment { padding: 100px 4vw; color: #fff; background: var(--ce-pink); }
.movva-ce-investment__top { display: flex; justify-content: space-between; gap: 30px; max-width: 1340px; margin: 0 auto 65px; border-bottom: 1px solid rgba(255, 255, 255, .45); }
.movva-ce-investment__top span { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-investment__grid { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; }
.movva-ce-investment__grid > div:first-child > p { max-width: 670px; margin-top: 38px; font-size: 17px; line-height: 1.7; }
.movva-ce-price { padding: 38px 0 0 45px; border-left: 1px solid rgba(255, 255, 255, .45); }
.movva-ce-price > span { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-price strong { display: block; margin: 15px 0 24px; color: var(--ce-yellow); font-family: "Playfair Display", Georgia, serif; font-size: clamp(56px, 7vw, 100px); line-height: 1; }
.movva-ce-price p { line-height: 1.7; }
.movva-ce-primary--dark { margin-top: 20px; color: #fff !important; background: var(--ce-ink); border-color: var(--ce-ink); }
.movva-ce-primary--dark:hover { background: transparent; }

.movva-ce-footer { min-height: 260px; padding: 55px 4vw 35px; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 50px; align-items: center; color: #fff; background: var(--ce-ink); }
.movva-ce-footer > img { width: 160px; }
.movva-ce-footer > p { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 4vw, 58px); line-height: 1.05; }
.movva-ce-footer > div { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; font-size: 12px; text-transform: uppercase; }
.movva-ce-floating { display: none; }

.movva-ce-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(0, 0, 0, .94); }
.movva-ce-lightbox[hidden] { display: none; }
.movva-ce-lightbox img { max-width: min(1100px, 92vw); max-height: 90vh; object-fit: contain; }
.movva-ce-lightbox button { position: absolute; top: 20px; right: 25px; width: 50px; height: 50px; color: #fff; border: 1px solid rgba(255, 255, 255, .5); background: transparent; cursor: pointer; font-size: 32px; }

/* Painel */
.movva-ce-login {
    width: 100vw;
    min-height: 100svh;
    margin-left: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    color: var(--ce-ink);
    background: var(--ce-paper);
    font-family: "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
}
.movva-ce-login * { box-sizing: border-box; }
.movva-ce-login__visual { position: relative; min-height: 100svh; padding: 48px 5vw; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: #111 var(--movva-ce-login-photo) center / cover no-repeat; isolation: isolate; overflow: hidden; }
.movva-ce-login__visual::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(8, 8, 7, .88), rgba(8, 8, 7, .08) 72%), linear-gradient(90deg, rgba(8, 8, 7, .42), transparent 70%); }
.movva-ce-login__visual::after { content: "2027"; position: absolute; z-index: -1; right: -20px; bottom: -45px; color: rgba(255, 213, 42, .18); font-size: clamp(150px, 19vw, 330px); line-height: 1; font-weight: 700; }
.movva-ce-login__visual > img { width: 170px; height: auto; }
.movva-ce-login__visual > div { max-width: 680px; }
.movva-ce-login__visual > div > span,
.movva-ce-login__visual > small { color: var(--ce-yellow); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-login__visual h1 { margin: 18px 0 24px; color: #fff; font-size: clamp(52px, 6.6vw, 112px); line-height: .88; text-transform: uppercase; }
.movva-ce-login__visual h1 em { color: var(--ce-yellow); font-family: "Playfair Display", Georgia, serif; font-weight: 600; text-transform: none; }
.movva-ce-login__visual p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .85); font-size: 17px; line-height: 1.6; }
.movva-ce-login__form-area { position: relative; padding: 60px 7vw; display: grid; place-items: center; overflow: hidden; }
.movva-ce-login__form-area::before { content: ""; position: absolute; top: 0; right: 0; width: 180px; height: 18px; background: var(--ce-pink); }
.movva-ce-login__form-area::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 150px; height: 150px; border: 28px solid var(--ce-green); transform: rotate(18deg); }
.movva-ce-login__form-wrap { position: relative; z-index: 1; width: min(520px, 100%); }
.movva-ce-login__form-wrap h2 { margin: 13px 0 12px; font-size: clamp(38px, 4.2vw, 66px); line-height: .98; }
.movva-ce-login__form-wrap > p { margin: 0 0 34px; color: #68645d; font-size: 16px; line-height: 1.6; }
.movva-ce-login__error { margin-bottom: 22px; padding: 13px 14px; color: #9f1737; background: #ffe1e8; border-left: 4px solid var(--ce-pink); font-size: 14px; }
.movva-ce-login__form { display: flex; flex-direction: column; gap: 21px; }
.movva-ce-login__form > label { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-login__form input[type="text"],
.movva-ce-login__form input[type="password"] { width: 100%; height: 54px; padding: 12px 15px; color: var(--ce-ink); background: #fff; border: 1px solid #aaa59b; border-radius: 0; outline: 0; font: 16px "DM Sans", Arial, sans-serif; }
.movva-ce-login__form input:focus { border-color: var(--ce-green); box-shadow: inset 4px 0 var(--ce-green); }
.movva-ce-password { position: relative; display: block; }
.movva-ce-password button { position: absolute; top: 0; right: 0; width: 54px; height: 54px; padding: 0; color: #555; background: transparent; border: 0; cursor: pointer; }
.movva-ce-login__options { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; }
.movva-ce-login__options label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.movva-ce-login__options input { width: 17px; height: 17px; accent-color: var(--ce-green); }
.movva-ce-login__options a { color: var(--ce-ink); text-underline-offset: 4px; }
.movva-ce-login__submit { min-height: 56px; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; color: #111 !important; background: var(--ce-yellow); border: 1px solid var(--ce-ink); text-decoration: none; cursor: pointer; font: 700 13px "DM Sans", Arial, sans-serif; text-transform: uppercase; transition: color .2s, background .2s; }
.movva-ce-login__submit:hover { color: #fff !important; background: var(--ce-ink); }
.movva-ce-login__submit > span { font-size: 20px; }

.movva-ce-panel {
    --panel-bg: #f5f3ed;
    width: 100vw;
    max-width: none;
    min-height: 100vh;
    margin: 0 0 0 calc(50% - 50vw);
    background: var(--panel-bg);
    border: 0;
}
.movva-ce-panel__header { min-height: 210px; padding: 42px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; background: var(--ce-ink); }
.movva-ce-kicker { color: var(--ce-yellow); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.movva-ce-panel__header h2 { margin: 10px 0 8px; color: #fff; font-size: 42px; line-height: 1; }
.movva-ce-panel__header p { max-width: 560px; margin: 0; color: #c9c7c0; }
.movva-ce-panel__year { color: var(--ce-yellow); font-size: 72px; line-height: .8; font-weight: 700; }
.movva-ce-panel__account { display: flex; flex-direction: column; align-items: flex-end; gap: 25px; }
.movva-ce-panel__account a { color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; text-underline-offset: 5px; }
.movva-ce-notice { margin: 24px 32px 0; padding: 15px 18px; border-left: 4px solid; background: #fff; }
.movva-ce-notice--success { border-color: var(--ce-green); }
.movva-ce-notice--error { border-color: var(--ce-pink); }
.movva-ce-linkbox { margin: 24px 32px 0; padding: 16px; display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; background: var(--ce-yellow); border: 1px solid var(--ce-ink); }
.movva-ce-linkbox div { min-width: 0; }
.movva-ce-linkbox strong, .movva-ce-linkbox span { display: block; }
.movva-ce-linkbox strong { margin-bottom: 4px; font-size: 12px; text-transform: uppercase; }
.movva-ce-linkbox span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.movva-ce-icon-button, .movva-ce-open-button { min-height: 42px; padding: 10px 14px; color: #fff; background: var(--ce-ink); border: 0; text-decoration: none; cursor: pointer; }
.movva-ce-form { padding: 10px 32px 36px; }
.movva-ce-form__section { padding: 34px 0; border-bottom: 1px solid #d4d0c7; }
.movva-ce-form__heading { display: flex; gap: 20px; margin-bottom: 25px; }
.movva-ce-form__heading > span { color: var(--ce-pink); font-weight: 700; }
.movva-ce-form__heading h3 { margin: 0 0 4px; font-size: 24px; }
.movva-ce-form__heading p { margin: 0; color: #6d6a64; }
.movva-ce-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.movva-ce-fields--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.movva-ce-fields label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.movva-ce-fields input, .movva-ce-fields textarea, .movva-ce-fields select { width: 100%; min-height: 46px; padding: 11px 12px; color: var(--ce-ink); background: #fff; border: 1px solid #bdb8ae; border-radius: 0; font: 15px "DM Sans", Arial, sans-serif; text-transform: none; }
.movva-ce-fields textarea { resize: vertical; line-height: 1.45; }
.movva-ce-wide { grid-column: 1 / -1; }
.movva-ce-media-button { align-self: flex-start; padding: 9px 12px; color: #fff; background: var(--ce-green); border: 0; cursor: pointer; font-weight: 700; }
.movva-ce-form__actions { display: flex; gap: 20px; align-items: center; padding-top: 28px; }
.movva-ce-save-button { padding: 15px 24px; color: #111; background: var(--ce-yellow); border: 1px solid var(--ce-ink); cursor: pointer; font-weight: 700; }
.movva-ce-recent { padding: 36px 32px 50px; background: #fff; border-top: 1px solid #d8d3c8; }
.movva-ce-recent__title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.movva-ce-recent__title h3 { margin: 0; font-size: 26px; }
.movva-ce-row { padding: 16px 0; display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; border-bottom: 1px solid #dedbd4; }
.movva-ce-row strong, .movva-ce-row span { display: block; }
.movva-ce-row > div:first-child span { margin-top: 4px; color: #77736c; font-size: 12px; }
.movva-ce-status { padding: 6px 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.movva-ce-status--published { color: #075d48; background: #d6f3e9; }
.movva-ce-status--draft { color: #7a5200; background: #fff0c3; }
.movva-ce-row__actions { display: flex; align-items: center; gap: 10px; }
.movva-ce-row__actions a, .movva-ce-row__actions button { padding: 7px 9px; color: var(--ce-ink); background: transparent; border: 1px solid #aaa59c; text-decoration: none; cursor: pointer; font-size: 12px; }
.movva-ce-row__actions form { margin: 0; }
.movva-ce-row__actions button { color: #a61f3d; border-color: #d9a5b1; }
.movva-ce-empty, .movva-ce-access { padding: 30px; background: #fff; border: 1px solid #ddd; }

@media (max-width: 900px) {
    .movva-ce-login { grid-template-columns: 1fr; }
    .movva-ce-login__visual { min-height: 48svh; padding: 32px 6vw; }
    .movva-ce-login__visual h1 { max-width: 700px; font-size: clamp(52px, 12vw, 88px); }
    .movva-ce-login__form-area { min-height: 52svh; padding: 65px 8vw; }
    .movva-ce-nav { height: 70px; grid-template-columns: 1fr auto; }
    .movva-ce-nav > span { display: none; }
    .movva-ce-brand, .movva-ce-brand img { width: 130px; }
    .movva-ce-hero { min-height: 90svh; background-position: 58% center; }
    .movva-ce-hero::before { background: linear-gradient(0deg, rgba(6, 7, 5, .9) 0%, rgba(6, 7, 5, .48) 62%, rgba(6, 7, 5, .18)); }
    .movva-ce-hero__content { width: 100%; padding: 120px 6vw 8vh; }
    .movva-ce-hero__index { display: none; }
    .movva-ce-intro { grid-template-columns: 42px 1fr; padding: 75px 6vw; }
    .movva-ce-intro__copy { grid-column: 2; }
    .movva-ce-steps { grid-template-columns: 1fr; }
    .movva-ce-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .35); }
    .movva-ce-steps article > span { margin-bottom: 30px; }
    .movva-ce-gallery { grid-auto-rows: 24vw; }
    .movva-ce-gallery__item { grid-column: span 6; min-height: 220px; }
    .movva-ce-gallery__item--1, .movva-ce-gallery__item--6 { grid-column: span 12; }
    .movva-ce-films { grid-template-columns: 1fr; padding: 80px 0 80px 6vw; }
    .movva-ce-about { grid-template-columns: 1fr; }
    .movva-ce-about__photos { min-height: 720px; }
    .movva-ce-about__copy { padding: 70px 6vw; }
    .movva-ce-stories { grid-template-columns: 1fr; }
    .movva-ce-stories > p { max-width: 620px; }
    .movva-ce-investment__grid { grid-template-columns: 1fr; gap: 30px; }
    .movva-ce-price { padding: 35px 0 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .45); }
    .movva-ce-footer { grid-template-columns: 1fr; }
    .movva-ce-footer > div { align-items: flex-start; }
    .movva-ce-floating { position: fixed; z-index: 50; right: 14px; bottom: 14px; display: flex; gap: 12px; padding: 14px 16px; color: #111 !important; background: var(--ce-yellow); border: 1px solid #111; text-decoration: none; font-size: 11px; font-weight: 700; text-transform: uppercase; }
    .movva-ce-fields--3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .movva-ce-login__visual { min-height: 43svh; padding: 24px 20px; }
    .movva-ce-login__visual > img { width: 140px; }
    .movva-ce-login__visual h1 { margin: 12px 0; font-size: 44px; }
    .movva-ce-login__visual p { display: none; }
    .movva-ce-login__visual > small { font-size: 9px; }
    .movva-ce-login__form-area { min-height: 57svh; padding: 48px 20px 65px; }
    .movva-ce-login__form-wrap h2 { font-size: 38px; }
    .movva-ce-login__options { align-items: flex-start; flex-direction: column; gap: 12px; }
    .movva-ce-nav { padding: 0 18px; }
    .movva-ce-nav__cta { font-size: 11px; }
    .movva-ce-hero h1 { font-size: clamp(52px, 18vw, 82px); }
    .movva-ce-hero__headline { font-size: 23px; }
    .movva-ce-primary { min-width: 0; width: 100%; }
    .movva-ce-intro { grid-template-columns: 1fr; gap: 25px; }
    .movva-ce-intro__copy { grid-column: 1; }
    .movva-ce-section-number { display: none; }
    .movva-ce-experience, .movva-ce-gallery-section, .movva-ce-investment { padding-top: 72px; }
    .movva-ce-steps article { padding: 30px 8px; }
    .movva-ce-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; gap: 3px; }
    .movva-ce-gallery__item, .movva-ce-gallery__item--1, .movva-ce-gallery__item--2, .movva-ce-gallery__item--5, .movva-ce-gallery__item--6 { grid-column: span 1; grid-row: span 1; min-height: 0; }
    .movva-ce-gallery__item:nth-child(3n+1) { grid-column: 1 / -1; }
    .movva-ce-film-card iframe { height: 470px; }
    .movva-ce-about__photos { min-height: 520px; }
    .movva-ce-about__photo { border-width: 3px; }
    .movva-ce-about__photo--1 { width: 64%; height: 52%; left: 3%; }
    .movva-ce-about__photo--2 { width: 53%; height: 44%; right: 2%; }
    .movva-ce-about__photo--3 { width: 57%; height: 39%; left: 22%; }
    .movva-ce-investment__top { display: block; }
    .movva-ce-investment__top span { display: block; margin-bottom: 15px; }
    .movva-ce-footer { padding-bottom: 90px; }
    .movva-ce-panel { width: 100vw; margin: 0 0 0 calc(50% - 50vw); border: 0; }
    .movva-ce-panel__header { padding: 28px 20px; min-height: 180px; }
    .movva-ce-panel__header h2 { font-size: 30px; }
    .movva-ce-panel__year { display: none; }
    .movva-ce-form, .movva-ce-recent { padding-inline: 18px; }
    .movva-ce-linkbox { margin-inline: 18px; grid-template-columns: 1fr auto; }
    .movva-ce-linkbox .movva-ce-open-button { grid-column: 1 / -1; text-align: center; }
    .movva-ce-fields, .movva-ce-fields--3 { grid-template-columns: 1fr; }
    .movva-ce-row { grid-template-columns: 1fr auto; }
    .movva-ce-row__actions { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .movva-ce-marquee > div { animation: none; }
    .movva-ce-gallery__item img { transition: none; }
}
