:root { --ink:#10151f; --paper:#f5f3ef; --muted:#646a73; --line:#d7d5d0; --lime:#cdf55a; --blue:#b5c8ff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Manrope,Arial,sans-serif; line-height:1.55; }
a { color:inherit; text-decoration:none; }
.site-header, main, footer { width:min(1180px, calc(100% - 48px)); margin:auto; }
.site-header { min-height:88px; display:flex; align-items:center; justify-content:space-between; }
.brand { font-family:"DM Mono",monospace; font-weight:500; font-size:1.25rem; letter-spacing:-.1em; } .brand span { color:#79a61a; }
nav { display:flex; gap:32px; font-size:.9rem; font-weight:700; } nav a:hover,.text-link:hover { color:#6c9321; }
.menu-button { display:none; background:none; border:0; font:inherit; font-weight:700; }
.hero { padding:112px 0 152px; max-width:850px; }
.eyebrow,.project-number,.project-type,.tags,.work-note,.contact-note,footer { font-family:"DM Mono",monospace; font-size:.71rem; letter-spacing:.04em; }
.eyebrow { color:var(--muted); margin:0 0 19px; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; } h1,h2,h3 { letter-spacing:-.06em; line-height:1.04; }
h1 { font-size:clamp(3.45rem,8.3vw,7.2rem); font-weight:800; margin:0; } h1 em { color:#6c9321; font-style:normal; }
.hero-copy { max-width:600px; color:#454b55; font-size:1.12rem; margin:31px 0 35px; }
.hero-actions { display:flex; align-items:center; gap:27px; flex-wrap:wrap; }.button { display:inline-flex; align-items:center; gap:28px; padding:14px 17px; font-weight:800; font-size:.88rem; }.primary { background:var(--ink); color:white; }.primary span,.text-link span,.contact-email span { font-size:1.15em; }.text-link { border-bottom:1px solid var(--ink); padding-bottom:3px; font-size:.88rem; font-weight:700; }
.section { border-top:1px solid var(--line); padding:112px 0; }.section-heading { max-width:620px; }.section h2,.contact-section h2 { font-size:clamp(2.2rem,4.5vw,4.45rem); margin-bottom:52px; }
.project-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }.project-card { min-height:470px; padding:28px; display:flex; flex-direction:column; position:relative; overflow:hidden; }.project-yarg { background:var(--lime); }.project-espn { background:var(--blue); }.project-mark { margin-left:auto; width:115px; height:115px; background:var(--ink); color:white; border-radius:50%; display:grid; place-items:center; font-family:"DM Mono",monospace; font-weight:500; }.project-mark span { font-size:1.3rem; }.project-espn .project-mark { background:white; color:var(--ink); border-radius:10px; width:120px; height:58px; }.project-mark::after { content:""; position:absolute; width:160px; height:160px; border:1px solid currentColor; border-radius:50%; opacity:.17; }.project-content { margin-top:auto; position:relative; }.project-number { position:absolute; right:0; top:-160px; opacity:.55; }.project-type { margin-bottom:13px; text-transform:uppercase; }.project-card h3 { font-size:2.15rem; margin-bottom:14px; }.project-card p:not(.project-number):not(.project-type) { max-width:420px; font-size:.94rem; }.tags { display:flex; flex-wrap:wrap; gap:7px; margin-top:25px; }.tags span { border:1px solid rgba(16,21,31,.35); padding:4px 7px; }.work-note { color:var(--muted); margin:28px 0 0; }
.about-section { display:grid; grid-template-columns:1fr 1fr; gap:60px; }.about-section h2 { margin:0; max-width:440px; }.about-copy { font-size:1.1rem; color:#383e47; }.about-copy p { max-width:500px; }.skill-list { border-top:1px solid var(--line); margin-top:38px; }.skill-list span { display:block; padding:14px 0; border-bottom:1px solid var(--line); font-size:.83rem; font-weight:700; }
.contact-section { border-top:1px solid var(--line); padding:112px 0 132px; }.contact-section h2 { max-width:700px; margin-bottom:30px; }.contact-email { font-size:clamp(1.5rem,3vw,2.7rem); letter-spacing:-.05em; font-weight:800; border-bottom:2px solid var(--ink); }.contact-note { margin-top:27px; color:var(--muted); } footer { border-top:1px solid var(--line); padding:25px 0 38px; display:flex; justify-content:space-between; color:var(--muted); } footer a:hover { color:var(--ink); }
@media (max-width:680px) { .site-header,main,footer { width:min(100% - 32px,1180px); }.site-header { min-height:74px; } .menu-button { display:block; } nav { display:none; position:absolute; top:74px; left:16px; right:16px; background:var(--ink); color:white; padding:20px; flex-direction:column; gap:14px; z-index:2; } nav.open { display:flex; }.hero { padding:74px 0 100px; }.section { padding:75px 0; }.project-grid,.about-section { grid-template-columns:1fr; }.project-card { min-height:405px; }.contact-section { padding:75px 0 90px; } }
