*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:#0b0b0b}button,a{color:inherit;cursor:pointer}a{text-decoration:none}.magazine{background-color:#0b0b0b;color:#e8e8e8;height:100vh;width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center}.magazine-content{width:min(90vw,960px);height:min(90vh,700px);display:flex;flex-direction:column;justify-content:space-between}.masthead{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.issue-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;flex:1;align-items:center;padding:2rem 0}.headline-section{display:flex;flex-direction:column;gap:1.5rem}.name{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:.95;letter-spacing:-.03em;margin:0;color:#fff}.title{font-size:clamp(.9rem,1.8vw,1.15rem);font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin:0}.divider{width:3rem;height:1px;background:#ffffff4d}.feature-section{display:flex;flex-direction:column;gap:1.5rem}.photo-frame{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:2px}.photo{width:100%;height:100%;object-fit:cover;filter:grayscale(20%)}.bio{font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.7;color:#ffffffb3;margin:0}.links-bar{display:flex;flex-direction:column;gap:1rem}.links-bar .divider{width:100%}.links{display:flex;gap:2rem;flex-wrap:wrap}.links a{display:flex;align-items:center;gap:.4rem;font-size:.85rem;letter-spacing:.05em;color:#ffffff8c;text-decoration:none;transition:color .2s ease}.links a:hover{color:#fff}@media (max-width: 640px){.main-grid{grid-template-columns:1fr;gap:2rem}.magazine-content{height:auto;min-height:90vh;padding:2rem 0}.name{font-size:3rem}.photo-frame{max-height:200px}}
