:root{--bg: #f4f5f7;--surface: #ffffff;--surface-soft: #fafbfc;--text: #1f2937;--muted: #4b5563;--line: #d6dbe3;--accent: #1f4f8a;--accent-strong: #163a66;--shadow: 0 8px 24px rgba(15, 23, 42, .08);--radius-lg: 14px;--radius-md: 10px;--radius-sm: 8px;--container: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Instrument Sans,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}main{width:min(calc(100% - 2rem),var(--container));margin:0 auto;padding:1.5rem 0 3rem}.page-shell{position:relative}.surface{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:1rem}.hero--single{grid-template-columns:1fr}.hero__content{padding:2rem}.hero__aside{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.eyebrow,.section-heading span,.hero__label{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .9rem;font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-strong)}.eyebrow:before,.section-heading span:before,.hero__label:before{content:"";width:1.5rem;height:1px;background:currentColor}h1,h2,h3,strong{font-family:Syne,sans-serif}h1{margin:0;max-width:16ch;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.05;letter-spacing:-.02em}.hero__lede,.profile-copy,.section-heading p,.project-card__body p,.status-card p,.timeline span{color:var(--muted);line-height:1.65}.hero__lede{max-width:64ch;margin:1.2rem 0 0}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.75rem 1.15rem;border-radius:var(--radius-sm);font-weight:700;border:1px solid transparent}.button--primary{color:#fff;background:var(--accent)}.button--primary:hover{background:var(--accent-strong)}.button--secondary{border-color:var(--line);background:var(--surface-soft)}.metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.metric-card,.status-card,.project-card,.timeline article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.metric-card{padding:.95rem}.metric-card strong{display:block;font-size:1.5rem}.metric-card span{color:var(--muted);font-size:.92rem}.availability-list,.project-card__meta ul,.contact-list{display:grid;gap:.65rem;padding:0;margin:0;list-style:none}.availability-list li,.pill,.project-card__meta li{border:1px solid var(--line);border-radius:999px;background:var(--surface)}.availability-list li{padding:.65rem .95rem}.status-card{display:flex;gap:.75rem;padding:.9rem}.status-card strong{display:block;margin-bottom:.2rem}.status-card__dot{width:.75rem;height:.75rem;margin-top:.35rem;border-radius:999px;background:#2f7d4a}.content-grid,.about-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.section-card,.projects-section{padding:1.5rem}.section-heading{max-width:56rem}.section-heading h2{margin:0;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.15;letter-spacing:-.02em}.pill-grid{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.35rem}.pill{padding:.6rem .9rem;font-size:.92rem;font-weight:600}.profile-copy{max-width:64ch;margin:1.35rem 0 0}.timeline{display:grid;gap:.85rem;margin-top:1.35rem}.timeline article{padding:1rem}.timeline p,.project-card__meta span{margin:0 0 .55rem;color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.timeline h3,.project-card__body h3{margin:0 0 .45rem;font-size:1.25rem}.project-link{display:inline-flex;align-items:center;margin-top:.85rem;font-weight:700;color:var(--accent-strong)}.project-link:hover{color:var(--accent)}.projects-section{margin-top:1rem}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.project-card{padding:1rem;display:flex;flex-direction:column;gap:1rem}.project-card__meta{display:flex;flex-direction:column;gap:.65rem}.project-card__meta ul{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card__meta li{padding:.45rem .6rem;text-align:center;font-size:.85rem}.contact-list{margin-top:1.4rem}.contact-list a{display:flex;align-items:center;justify-content:space-between;gap:.65rem;min-height:3rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);font-weight:600}.contact-list strong{font-size:.9rem;color:var(--muted)}.contact-list a:after{content:"->";color:var(--accent-strong)}.cta-box{display:grid;gap:.9rem;margin-top:1.35rem}.cta-box p{margin:0;max-width:58ch;color:var(--muted);line-height:1.65}@media(max-width:960px){.content-grid,.about-contact,.projects-grid,.metrics-grid{grid-template-columns:1fr}h1{max-width:100%}}@media(max-width:720px){main{width:min(calc(100% - 1rem),var(--container));padding:.9rem 0 2rem}.hero__content,.hero__aside,.section-card,.projects-section{padding:1.1rem}.project-card__meta ul{grid-template-columns:1fr}}
