*{box-sizing:border-box}body{margin:0;padding:0;background-color:#f9f7f4;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{display:grid;grid-template-columns:42% 58%;min-height:100vh;width:100%}.left-panel{background-color:#696969;display:flex;align-items:flex-end;justify-content:flex-end;padding:4rem 3rem 4rem 4rem}.profile-photo{width:min(380px,90%);aspect-ratio:3/4;object-fit:cover;display:block}.right-panel{background-color:#f7f9f6;display:flex;align-items:flex-end;justify-content:flex-end;padding:4rem 6rem 4rem 4rem}.content{max-width:480px;text-align:right}.name{font-size:clamp(2.75rem,5.5vw,4.5rem);font-weight:275;color:#1a1a1a;margin:0 0 3.5rem;letter-spacing:-.045em;line-height:.92}.links{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-end}.links a{color:#1a1a1a;text-decoration:none;font-size:.875rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;position:relative;display:inline-block;padding-bottom:2px}.links a:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:1px;background-color:#1a1a1a;transition:width .4s cubic-bezier(.4,0,.2,1)}.links a:hover:after{width:100%}@media(max-width:1024px){.container{grid-template-columns:1fr;grid-template-rows:60vh auto}.left-panel{justify-content:center;padding-right:4rem}.content{max-width:100%}.right-panel{padding:3rem 2rem}}
