:root { --ink: #16211d; --muted: #5e6863; --line: #d7dbd6; --paper: #f7f7f3; --surface: #ffffff; --accent: #1b5c48; --dark: #16211d; --measure: 1180px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 18px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #79a692; outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--measure)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font: 600 27px/1 "Playfair Display", Georgia, serif; letter-spacing: -.06em; }.wordmark span { color: var(--accent); }
.nav-links { display: flex; gap: 30px; font-size: 16px; font-weight: 500; }.nav-links a, .nav-linkedin { transition: color .2s ease; }.nav-links a:hover, .nav-linkedin:hover, .text-link:hover, .project-card a:hover, .resume-note a:hover { color: var(--accent); }
.nav-linkedin { font: 500 14px/1 "DM Mono", monospace; }.nav-linkedin span, .button span, .project-card a span, .resume-note span, .text-link span { margin-left: 3px; }
.hero { padding: clamp(80px, 13vw, 154px) 0 42px; }.eyebrow, .section-kicker { margin: 0; color: var(--accent); font: 500 14px/1.35 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.hero-grid, .statement-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(28px, 6vw, 96px); align-items: end; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: -.055em; } h1 { max-width: 850px; margin: 20px 0 0; font-size: clamp(48px, 7.2vw, 102px); line-height: .97; }
.hero-copy { padding-bottom: 7px; }.hero-portrait { width: 210px; aspect-ratio: 1; margin: 0 0 28px; overflow: hidden; border: 4px solid #e0ebe5; border-radius: 50%; background: #d8e8ef; box-shadow: 0 0 0 1px var(--ink); }.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 22%; }.hero-copy p { max-width: 415px; margin-bottom: 28px; color: var(--muted); font-size: 21px; line-height: 1.58; }.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid transparent; padding: 14px 18px; font-size: 16px; font-weight: 600; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--accent); color: #fff; }.button-primary:hover { background: #124a39; }.button-quiet { border-color: var(--line); background: transparent; }.button-dark { background: var(--dark); color: #fff; }
.impact-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: clamp(80px, 11vw, 140px) 0 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.impact-strip div { min-height: 132px; padding: 21px 23px 18px 0; border-right: 1px solid var(--line); }.impact-strip div + div { padding-left: 23px; }.impact-strip div:last-child { border-right: 0; }.impact-strip dt { font: 500 clamp(35px, 4vw, 52px)/1 "Playfair Display", Georgia, serif; letter-spacing: -.06em; }.impact-strip dd { max-width: 185px; margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.4; }
.statement { padding: clamp(86px, 12vw, 152px) 0; }.statement-grid { margin-top: 24px; align-items: start; }.statement h2 { max-width: 750px; margin-bottom: 0; font-size: clamp(38px, 4.8vw, 67px); line-height: 1.05; }.statement-grid > p { max-width: 420px; margin: 6px 0 0; color: var(--muted); font-size: 20px; }
.section { padding: clamp(76px, 10vw, 132px) 0; }.experience { border-top: 1px solid var(--line); }.section-heading { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 48px; }.section-heading > p:last-child { max-width: 345px; margin: 0; color: var(--muted); font-size: 17px; }
.timeline { border-top: 1px solid var(--ink); }.role { display: grid; grid-template-columns: minmax(190px, .38fr) minmax(0, 1fr); gap: 32px; padding: 33px 0 39px; border-bottom: 1px solid var(--line); }.role-meta { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font: 400 14px/1.55 "DM Mono", monospace; }.role-body { max-width: 820px; }.role h3, .project-card h3, .expertise-grid h3 { margin-bottom: 13px; font-size: 30px; line-height: 1.16; letter-spacing: -.035em; }.role-summary { margin-bottom: 17px; font-size: 19px; font-weight: 500; }.role ul { margin: 0; padding-left: 22px; color: var(--muted); font-size: 17px; }.role li + li { margin-top: 8px; }.resume-note { margin: 28px 0 0; color: var(--muted); font-size: 16px; }.resume-note a, .project-card a, .text-link { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.expertise { background: var(--dark); color: #f8f8f3; }.expertise .section-heading > p:last-child { color: #b6c1bc; }.expertise .section-kicker { color: #8ed2b3; }.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #5c6862; }.expertise-grid article { min-height: 275px; padding: 28px 40px 32px 0; border-bottom: 1px solid #5c6862; }.expertise-grid article:nth-child(odd) { border-right: 1px solid #5c6862; padding-right: 40px; }.expertise-grid article:nth-child(even) { padding-left: 40px; }.expertise-number { margin-bottom: 53px; color: #8ed2b3; font: 400 14px/1 "DM Mono", monospace; }.expertise-grid h3 { margin-bottom: 11px; }.expertise-grid article > p:last-child { max-width: 380px; margin: 0; color: #c4ccc8; font-size: 17px; }
.projects { border-bottom: 1px solid var(--line); }.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }.project-card { min-height: 380px; padding: 34px; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }.project-type { margin-bottom: 58px; color: var(--accent); font: 500 14px/1 "DM Mono", monospace; text-transform: uppercase; }.project-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 35px; }.project-card > p:not(.project-type):not(.project-stack) { color: var(--muted); font-size: 17px; }.project-stack { margin: auto 0 23px; font: 400 14px/1.45 "DM Mono", monospace; color: var(--muted); }.project-card a { font-size: 16px; }
.contact { background: #dce9e1; }.contact-inner { padding: clamp(78px, 10vw, 125px) 0; }.contact h2 { max-width: 820px; margin: 19px 0 18px; font-size: clamp(46px, 6vw, 82px); line-height: 1; }.contact-inner > p:not(.section-kicker) { max-width: 570px; color: #43544c; font-size: 20px; }.contact-actions { margin-top: 32px; }.text-link { font-size: 17px; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; color: var(--muted); font: 400 14px/1.4 "DM Mono", monospace; }.footer a { color: var(--ink); }
@media (max-width: 720px) { .shell { width: min(calc(100% - 34px), var(--measure)); }.nav { min-height: auto; padding: 17px 0; flex-wrap: wrap; }.nav-links { order: 3; width: 100%; justify-content: space-between; gap: 8px; }.nav-linkedin { margin-left: auto; }.hero { padding-top: 75px; }.hero-grid, .statement-grid { grid-template-columns: 1fr; gap: 26px; }.hero-portrait { width: 156px; margin: 0 0 22px; }.hero-copy p { font-size: 16px; }.impact-strip { margin-top: 70px; }.impact-strip div, .impact-strip div + div { min-height: 100px; padding: 13px 8px; }.impact-strip dd { font-size: 10px; }.section-heading { display: block; margin-bottom: 34px; }.section-heading > p:last-child { margin-top: 13px; }.role { grid-template-columns: 1fr; gap: 13px; }.role-meta { flex-direction: row; gap: 18px; }.expertise-grid { grid-template-columns: 1fr; }.expertise-grid article, .expertise-grid article:nth-child(odd), .expertise-grid article:nth-child(even) { min-height: 0; padding: 24px 0; border-right: 0; }.expertise-number { margin-bottom: 30px; }.project-grid { grid-template-columns: 1fr; }.project-card { min-height: 310px; padding: 25px; }.contact h2 { font-size: 45px; }.footer { flex-direction: column; } }
@media (max-width: 390px) { .nav-links { font-size: 12px; }.nav-linkedin { display: none; }.hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }.button { justify-content: space-between; }.impact-strip dt { font-size: 28px; } }
