/* Manifesto audiovisual e aplicação da marca oficial My Easy. */
.brand-logo {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 13px rgba(23, 105, 232, .22));
}

.brand-logo--footer { width: 32px; height: 32px; }
.mini-brand-logo { width: 26px; height: 26px; object-fit: contain; }
.feature-logo-shell { display: grid; place-items: start; }
.feature-logo-shell img { width: 28px; height: 28px; object-fit: contain; }
.cta-mark--official { background: transparent; box-shadow: none; }
.cta-mark--official img { width: 50px; height: 50px; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(23,105,232,.3)); }

.film-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 150px) max(6vw, 42px);
    background: #f4f1ea;
    color: var(--ink);
}

.film-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    gap: 7vw;
    align-items: end;
    margin-bottom: 52px;
}

.film-kicker {
    margin: 0 0 22px;
    color: #537084;
    font: 800 .72rem/1 var(--font-geist-mono), monospace;
    letter-spacing: .18em;
}

.film-kicker span { color: var(--blue); margin-left: 12px; }
.film-section h2 { margin: 0; font-size: clamp(2.7rem, 5.2vw, 6.2rem); font-weight: 790; line-height: .93; letter-spacing: -.06em; }
.film-section h2 em { color: var(--blue); font-style: normal; }
.film-section__intro > p { margin: 0 0 5px; color: #526473; font-size: 1.06rem; line-height: 1.75; }

.film-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.2;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    padding: 0;
    background: #02070c;
    color: #fff;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 30px 80px rgba(7,20,34,.22);
}

.film-card::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,.28);
    pointer-events: none;
    transition: inset .35s ease;
}

.film-card:hover::after { inset: 10px; }
.film-card__video { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform 1.1s cubic-bezier(.2,.8,.2,1), opacity .4s ease; }
.film-card:hover .film-card__video { transform: scale(1.025); opacity: .92; }
.film-card__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,18,.65), transparent 56%), linear-gradient(0deg, rgba(2,10,18,.6), transparent 52%); }
.film-card__label { position: absolute; top: 36px; left: 40px; font-size: .65rem; font-weight: 800; letter-spacing: .18em; }
.film-card__signature { position: absolute; top: 31px; right: 38px; display: flex; align-items: center; gap: 9px; }
.film-card__signature img { width: 28px; height: 28px; object-fit: contain; }
.film-card__signature b { color: rgba(255,255,255,.72); font-size: .62rem; letter-spacing: .16em; }

.film-card__play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: clamp(78px, 9vw, 118px);
    aspect-ratio: 1;
    transform: translate(-50%,-50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(5,19,32,.42);
    backdrop-filter: blur(8px);
    transition: transform .35s ease, background .35s ease;
}

.film-card:hover .film-card__play { transform: translate(-50%,-50%) scale(1.08); background: var(--blue); }
.film-card__play i { width: 0; height: 0; margin-left: 7px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; }
.film-card__caption { position: absolute; left: 40px; bottom: 36px; display: grid; gap: 5px; }
.film-card__caption strong { font-size: clamp(1.4rem, 2.5vw, 2.3rem); letter-spacing: -.035em; }
.film-card__caption small { color: rgba(255,255,255,.66); text-transform: uppercase; font-size: .62rem; letter-spacing: .16em; }

.journey { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid #c9d0d3; }
.journey article { position: relative; padding: 28px 28px 0 0; }
.journey article:not(:last-child) { border-right: 1px solid #c9d0d3; margin-right: 28px; }
.journey span { display: block; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.journey strong { display: block; margin-top: 36px; font-size: 1.3rem; }
.journey p { max-width: 230px; margin: 10px 0 0; color: #60717d; line-height: 1.55; font-size: .9rem; }

.film-modal { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: #020609; }
.film-modal::backdrop { background: rgba(0,0,0,.96); }
.film-modal[open] { display: grid; grid-template-rows: auto 1fr auto; }
.film-modal__topbar, .film-modal__footer { display: flex; align-items: center; padding: 22px 28px; }
.film-modal__topbar { justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .7rem; letter-spacing: .16em; }
.film-modal__topbar span { display: flex; align-items: center; gap: 12px; }
.film-modal__topbar span img { width: 36px; height: 36px; object-fit: contain; }
.film-modal__topbar button { display: flex; align-items: center; gap: 12px; border: 0; background: none; color: #fff; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; }
.film-modal__topbar i { font-size: 1.8rem; font-style: normal; font-weight: 200; }
.film-modal__stage { display: grid; place-items: center; min-height: 0; padding: 18px; }
.film-modal__stage video { width: min(1180px, 100%); max-height: calc(100vh - 150px); background: #000; box-shadow: 0 24px 80px #000; }
.film-modal__footer { justify-content: center; gap: 14px; color: rgba(255,255,255,.45); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.film-modal__footer i { width: 32px; height: 1px; background: rgba(255,255,255,.2); }

@media (max-width: 760px) {
    .film-section { padding-left: 20px; padding-right: 20px; }
    .film-section__intro { grid-template-columns: 1fr; gap: 28px; }
    .film-card { aspect-ratio: 4 / 5; }
    .film-card__video { object-position: 38% center; }
    .film-card__label, .film-card__caption { left: 28px; }
    .film-card__label, .film-card__signature { top: 28px; }
    .film-card__signature { right: 28px; }
    .film-card__caption { bottom: 28px; }
    .journey { grid-template-columns: 1fr 1fr; }
    .journey article:nth-child(2) { border-right: 0; margin-right: 0; }
    .journey article { border-bottom: 1px solid #c9d0d3; padding-bottom: 18px; }
    .film-modal__footer { display: none; }
    .film-modal[open] { grid-template-rows: auto 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .film-card__video { transition: none; }
}
