.um-hero{display:grid;grid-template-columns:1fr 1fr;min-height:92vh}.um-hero-left{background:var(--black);display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(48px,7vw,96px);position:relative;overflow:hidden}.um-hero-left::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}.um-hero-eyebrow{font-size:0.65rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:10px;margin-bottom:28px}.um-hero-eyebrow::before{content:'';width:24px;height:1px;background:var(--gold);display:block}.um-hero-headline{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,5rem);font-weight:300;color:var(--white);line-height:1.1;margin-bottom:36px}.um-hero-headline em{font-style:italic;color:rgba(255,255,255,0.55)}.um-hero-intro{font-size:1rem;line-height:1.8;color:rgba(255,255,255,0.55);max-width:460px;border-top:1px solid rgba(255,255,255,0.1);padding-top:32px}.um-hero-right{position:relative;overflow:hidden;background:var(--img-placeholder)}.um-hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.um-quote{background:var(--black);padding:clamp(64px,10vw,120px) clamp(32px,8vw,120px);text-align:center}.um-quote-text{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:300;font-style:italic;color:rgba(255,255,255,0.9);line-height:1.4;max-width:900px;margin:0 auto 24px}.um-quote-text em{color:var(--gold);font-style:italic}.um-quote-author{font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.3)}.um-stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--black)}.um-stat{padding:clamp(40px,5vw,64px) clamp(32px,4vw,56px);border-right:1px solid rgba(255,255,255,0.08)}.um-stat:last-child{border-right:none}.um-stat-num{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4rem);font-weight:300;color:var(--white);line-height:1;margin-bottom:8px}.um-stat-num em{color:var(--gold);font-style:normal}.um-stat-label{font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:12px}.um-stat-desc{font-size:0.85rem;line-height:1.65;color:rgba(255,255,255,0.45)}.um-content{background:var(--off-white);padding:clamp(64px,9vw,120px) clamp(24px,6vw,96px)}.um-content-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:clamp(48px,7vw,120px);align-items:start}.um-sidebar{position:sticky;top:120px}.um-sidebar-name{font-family:var(--font-display);font-size:1.4rem;font-weight:400;color:var(--black);margin-bottom:6px}.um-sidebar-title{font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);margin-bottom:32px}.um-sidebar-details{display:flex;flex-direction:column;gap:20px;margin:0;padding:0}.um-detail{display:flex;flex-direction:column;gap:4px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,0.07)}.um-detail-label{font-size:0.62rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--mid-gray)}.um-detail-value{font-size:0.92rem;font-weight:500;color:var(--black)}.um-detail-value a{color:var(--black);text-decoration:underline;text-underline-offset:3px}.um-detail-value a:hover{color:var(--gold)}.um-body{display:flex;flex-direction:column;gap:32px}.um-body-block h2{font-family:var(--font-display);font-size:1.5rem;font-weight:400;font-style:italic;color:var(--black);margin-bottom:16px}.um-body-block p{font-size:1rem;line-height:1.85;color:var(--mid-gray);font-weight:300}.um-body-block p + p{margin-top:16px}@media (max-width:900px){.um-hero{grid-template-columns:1fr;min-height:auto}.um-hero-left{padding:56px 32px 48px}.um-hero-right{height:56vw;min-height:300px}.um-content-inner{grid-template-columns:1fr}.um-sidebar{position:static}.um-stats{grid-template-columns:1fr}.um-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,0.08)}.um-stat:last-child{border-bottom:none}}