.about-hero-grid{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;z-index:1}.about-hero-grid,.about-hero-photo{position:relative}.about-hero-frame{position:absolute;bottom:-16px;right:-16px;width:100%;height:100%;border:1.5px solid rgba(200,151,61,.3);border-radius:4px;pointer-events:none;z-index:0}.about-hero-photo-img{position:relative;aspect-ratio:4/5;border-radius:4px;overflow:hidden;z-index:1}.about-hero-photo-img img{width:100%;height:100%;object-fit:cover;object-position:center top}.story-prose{display:flex;flex-direction:column;gap:20px}.story-prose p{font-size:17px;line-height:1.82}.story-prose em{color:var(--h)}.hobby-card-body{padding:28px}.hobby-card-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hobby-card-header span{font-size:22px}.hobby-photo-btn{display:block;width:100%;border:none;padding:0;background:none;cursor:pointer}@media (max-width:860px){.about-hero-grid{grid-template-columns:1fr;gap:40px}}