*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; font-family: 'Source Sans 3', Georgia, sans-serif; color: #111; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .wrap { max-width: 580px; width: 100%; padding: 3rem 2rem; text-align: center; } .name { font-family: 'EB Garamond', Georgia, serif; font-size: clamp(2.8rem, 8vw, 4.5rem); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #111; line-height: 1; margin-bottom: 0.6rem; } hr.thick { border: none; border-top: 2px solid #111; margin: 1rem auto; width: 100%; } .role { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #888; font-family: 'Source Sans 3', sans-serif; margin-bottom: 3rem; } nav { display: flex; flex-direction: column; gap: 0; border-top: 1.5px solid #111; border-bottom: 1.5px solid #111; } nav a { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; text-decoration: none; padding: 1rem 0.25rem; border-bottom: 0.5px solid #ddd; transition: background 0.15s; } nav a:last-child { border-bottom: none; } nav a:hover { background: #f9f8f6; } .nav-label { font-family: 'Source Sans 3', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #111; } .nav-desc { font-family: 'EB Garamond', Georgia, serif; font-size: 0.95rem; font-style: italic; color: #888; } .nav-arrow { font-size: 0.8rem; color: #aaa; } .footer { margin-top: 2.5rem; font-size: 0.72rem; color: #bbb; font-family: 'Source Sans 3', sans-serif; letter-spacing: 0.08em; }