/* Cartão editorial cinético: marca e retrato oficiais, com vermelho reservado para direção. */
:root { --red: #ff003b; --ink: #0a0a0b; --paper: #fbfbfa; --line: rgba(10,10,11,.15); --ease: cubic-bezier(.23,1,.32,1); }
* { box-sizing: border-box; }
html { background: #111; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Archivo, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.card { display: grid; grid-template-columns: minmax(31rem,42.25vw) minmax(0,1fr); min-height: 100svh; overflow: hidden; }
.portrait { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #111; }
.portrait > img { position: absolute; inset: 0; z-index: -3; width: auto; min-width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transform: scale(1.04); transform-origin: center; transition: transform 550ms var(--ease); }
.scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.02) 47%,rgba(0,0,0,.78)); }
.cursor-light { position: absolute; inset: 0; z-index: -1; pointer-events: none; mix-blend-mode: screen; opacity: .5; }
.message { position: absolute; left: clamp(2rem,6.1vw,7.4rem); bottom: clamp(4rem,16vh,10.5rem); color: #fff; animation: up .7s var(--ease) both; }
.message h1 { margin: 0; font-size: clamp(3rem,3.25vw,4.3rem); font-weight: 700; line-height: .91; letter-spacing: -.075em; }
.message p { margin: 1.55rem 0 0; font-size: clamp(1.16rem,1.18vw,1.48rem); font-weight: 500; line-height: 1.4; letter-spacing: -.035em; }
.details { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(135deg,#fff 0%,#f6f6f4 100%); }
.content { position: relative; width: 100%; max-width: 57rem; min-height: 100svh; margin: 0; padding: clamp(3.3rem,12.2vh,9.3rem) clamp(2rem,6vw,7rem) 2.2rem; display: flex; flex-direction: column; }
header { animation: up .62s var(--ease) .06s both; }
.brand { display: inline-block; width: min(100%,24rem); transition: transform .28s var(--ease); }
.brand:hover { transform: translateX(.25rem); }
.brand img { display: block; width: 100%; height: auto; max-height: clamp(2.5rem,6.2vw,4.6rem); object-fit: contain; object-position: left center; }
header p { margin: 1.35rem 0 0; color: rgba(10,10,11,.55); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.identity { display: grid; grid-template-columns: minmax(0,1fr) minmax(13rem,.96fr); gap: 3.5rem; margin-top: clamp(3.7rem,9.3vh,7rem); padding-bottom: clamp(2.6rem,5.7vh,4.25rem); border-bottom: 1px solid var(--line); animation: up .62s var(--ease) .12s both; }
.identity small { display: block; margin-bottom: .95rem; font-size: .78rem; font-weight: 500; }
.identity b, .identity a { display: block; font-size: clamp(1.38rem,1.65vw,2.02rem); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.identity em, .identity div > a:not(.phone) { display: block; margin-top: .46rem; font-size: clamp(.8rem,.95vw,1rem); font-style: normal; font-weight: 500; letter-spacing: -.035em; }
.phone { width: fit-content; transition: color .18s var(--ease); }
.phone:hover { color: var(--red); }
.email-link { position: relative; width: fit-content; }
.email-link::after { content: ""; display: block; width: 0; height: 1px; margin-top: .22rem; background: var(--red); transition: width 220ms var(--ease); }
.email-link:hover::after, .email-link:focus-visible::after { width: 100%; }
#copy-button { margin-top: .9rem; padding: 0; border: 0; background: transparent; color: rgba(10,10,11,.62); font: 700 .66rem Archivo,Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .18s var(--ease),transform .18s var(--ease); }
#copy-button:hover { color: var(--red); transform: translateX(.16rem); }
nav { animation: up .64s var(--ease) .19s both; }
nav a { position: relative; display: grid; grid-template-columns: minmax(6.2rem,.9fr) minmax(0,1.55fr) 2rem; align-items: center; gap: 1rem; min-height: clamp(4.5rem,8.1vh,6rem); border-bottom: 1px solid var(--line); font-size: clamp(.95rem,1.1vw,1.18rem); font-weight: 500; letter-spacing: -.038em; transition: color .22s var(--ease),padding .22s var(--ease); }
nav a::before { content: ""; position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; background: var(--red); transition: width .28s var(--ease); }
nav a:hover, nav a:focus-visible { padding-left: .7rem; color: var(--red); }
nav a:hover::before, nav a:focus-visible::before { width: 100%; }
nav a span:nth-child(2) { min-width: 0; overflow-wrap: anywhere; }
.link-arrow { justify-self: end; width: 1.8125rem; height: 1.8125rem; color: var(--red); fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; transition: transform 260ms var(--ease); }
nav a:hover .link-arrow, nav a:focus-visible .link-arrow, nav a.is-active .link-arrow { transform: translateX(.38rem) rotate(45deg) scale(1.1); }
footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.55rem; color: rgba(10,10,11,.48); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; animation: up .63s var(--ease) .26s both; }
footer span { display: flex; align-items: center; gap: .5rem; }
footer i { width: .43rem; height: .43rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 .22rem rgba(255,0,59,.12); }
@keyframes up { from { opacity: 0; transform: translateY(1.1rem); } to { opacity: 1; transform: translateY(0); } }
@media (max-width:1080px) { .card { grid-template-columns: minmax(25rem,41vw) minmax(0,1fr); } .content { padding-inline: clamp(2rem,5vw,4rem); } .identity { gap: 1.8rem; } }
@media (max-width:780px) { .card { display: block; overflow: visible; } .portrait { min-height: max(32rem,58svh); } .portrait > img { object-position: center 28%; transform: scale(1.03)!important; } .message { left: 1.7rem; bottom: 5.1rem; } .content { min-height: auto; padding: 3rem 1.7rem 1.6rem; } .identity { grid-template-columns: 1fr 1fr; margin-top: 3.45rem; } .details footer { margin-top: 3.4rem; } }
@media (max-width:530px) { .portrait { min-height: 32rem; } .brand { width: min(100%,18rem); } .identity { grid-template-columns: 1fr; gap: 2.25rem; padding-bottom: 2.4rem; } nav a { grid-template-columns: minmax(5.25rem,.75fr) minmax(0,1.4fr) 1.65rem; gap: .45rem; min-height: 4.7rem; font-size: .86rem; } footer { flex-direction: column; gap: .65rem; font-size: .55rem; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; } }
