.hero-note ul { margin-bottom: 22px; }
.hero > div:not(.hero-portrait) { position: relative; z-index: 2; }
.hero-portrait { position: absolute; z-index: 1; right: 17vw; bottom: -34px; width: min(42vw, 610px); pointer-events: none; opacity: .24; filter: saturate(.68) contrast(.94); -webkit-mask-image: radial-gradient(ellipse 62% 72% at 55% 48%, #000 30%, rgba(0,0,0,.88) 52%, transparent 82%); mask-image: radial-gradient(ellipse 62% 72% at 55% 48%, #000 30%, rgba(0,0,0,.88) 52%, transparent 82%); }
.hero-portrait img { display: block; width: 100%; height: auto; }
.hero-note .purpose { font-size: 12px; line-height: 1.55; color: var(--red); font-weight: 700; margin: 0 0 32px; }
.project-grid article { min-height: 470px; }
.project-logo { height: 150px; background: #f4f1e9; border-radius: 26px; display: flex; align-items: center; justify-content: center; padding: 22px; margin-bottom: 28px; overflow: hidden; position: relative; }
.project-logo::after { content: "Watch video ↗"; position: absolute; right: 15px; bottom: 11px; color: #7a3d33; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.project-logo:hover::after, .project-logo:focus-visible::after { opacity: 1; transform: none; }
.project-logo img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.project-logo:hover img, .project-logo:focus-visible img { transform: scale(1.035); }
.project-logo img.rio { max-width: 100px; }
.project-logo img.pod { max-width: 230px; }
.project-logo img.hitec { max-width: 245px; }
.project-grid h3 a { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.project-grid h3 span { font-family: Arial, sans-serif; color: #e39884; font-size: 20px; }
@media (max-width: 800px) { .hero-portrait { right: -140px; bottom: 35px; width: 560px; opacity: .14; } .project-grid article { min-height: 360px; } .project-logo { height: 170px; } }
