.abertura{position:relative;margin-top:calc(-1 * var(--hdr-h));background:var(--night)}.abertura__fundo{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden;z-index:0}.abertura__fundo .hero__v{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.03);transform-origin:50% 45%}.abertura__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,17,16,.66),rgba(17,17,16,.24) 28%,rgba(17,17,16,.34) 56%,rgba(17,17,16,.72) 86%,rgba(17,17,16,.94))}.abertura__camadas{position:relative;z-index:1;margin-top:-100svh;padding-bottom:60svh}.abertura__camada{min-height:100svh;display:flex;align-items:center}.abertura__camada--marca{align-items:flex-end;padding-bottom:clamp(88px,18svh,200px)}.abertura__h1{margin:0;line-height:0}.abertura__marca{display:block;width:clamp(210px,26vw,420px);height:auto}.abertura__lugar{margin:var(--s4) 0 0;color:rgba(255,255,255,.86);font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:.28em;text-transform:uppercase}.abertura__credito{position:absolute;right:var(--gut);bottom:56px;margin:0;z-index:2;max-width:42ch;text-align:right;color:rgba(255,255,255,.62);font-family:var(--font-mono);font-size:clamp(10px,.68vw,11px);letter-spacing:.06em}@media (max-width:640px){.abertura__credito{right:auto;left:var(--gut);bottom:56px;text-align:left;max-width:26ch}}@supports (animation-timeline:view()) and (timeline-scope:--ab){@media (prefers-reduced-motion:no-preference){.abertura{timeline-scope:--ab}.abertura__camadas{view-timeline-name:--ab;view-timeline-axis:block}.abertura__scrim{animation:ab-fundo linear both;animation-timeline:--ab;animation-range:contain 0 contain 100%}.abertura__fundo .hero__v{animation:ab-aproximar linear both;animation-timeline:--ab;animation-range:contain 0 contain 100%}}}@keyframes ab-fundo{0%{opacity:.85}to{opacity:1}}@keyframes ab-aproximar{0%{transform:scale(1.03)}to{transform:scale(1.12)}}