/* Full portrait with a quiet frame, matched to the portfolio palette. */
#about .v18-about{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(32px,6vw,80px)}
#about .about-photo{width:100%;max-width:430px;min-height:0;justify-self:end;display:block;padding:10px;border:1px solid rgba(208,168,141,.3);border-radius:26px;background:rgba(255,255,255,.025)}
#about .about-photo img{width:100%;height:auto;aspect-ratio:1122/1402;object-fit:contain;border-radius:18px;filter:none;box-shadow:none}
#about .about-photo-glow{display:none}
#about .about-photo-caption{position:static;margin:0;padding:18px 12px 10px;border:0;border-radius:0;background:none;backdrop-filter:none}
#about .about-photo-caption span{font-size:1rem}
#about .about-photo-caption small{font-size:.76rem;margin-top:5px}
@media(max-width:760px){#about .v18-about{grid-template-columns:1fr}#about .about-photo{max-width:380px;justify-self:center;box-sizing:border-box}#about .about-photo-caption{margin:0}}
