:root{--ink: #232522;--ink-strong: #121410;--muted: #6f7068;--quiet: #98978c;--paper: #f6f3ee;--surface: #fffdf8;--surface-2: #ebe5da;--line: #ddd5c8;--line-strong: #c9bdad;--moss: #66735a;--moss-dark: #4d5945;--clay: #a4664f;--sand: #d8c6aa;--shadow: 0 20px 60px rgba(41, 36, 28, .09);--shadow-soft: 0 12px 30px rgba(41, 36, 28, .08);--radius: 8px;--sidebar: 312px;--content: 928px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65;text-rendering:geometricPrecision}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-shell{min-height:100vh;background:linear-gradient(90deg,rgba(235,229,218,.72) 0 312px,transparent 312px),radial-gradient(circle at 78% 8%,rgba(216,198,170,.22),transparent 34%),var(--paper)}.sidebar{position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;width:var(--sidebar);padding:118px 42px 48px 48px;overflow-y:auto;background:#fffdf8c7;border-right:1px solid var(--line);backdrop-filter:blur(18px)}.site-name{display:inline-block;margin-bottom:34px;color:var(--ink-strong);font-family:Charter,Iowan Old Style,Georgia,serif;font-size:29px;font-weight:650;line-height:1.1;letter-spacing:0}.nav-group{display:grid;gap:8px;margin-bottom:22px;position:relative}.nav-link{position:relative;display:inline-flex;width:fit-content;align-items:center;border:1px solid transparent;border-radius:999px;color:var(--ink);font-size:14px;font-weight:700;line-height:1;padding:8px 11px;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.nav-link:before,.project-nav-link:before{position:absolute;top:50%;left:-16px;width:2px;height:0;border-radius:999px;background:var(--clay);content:"";opacity:0;transform:translateY(-50%);transition:height .16s ease,opacity .16s ease}.project-nav{display:grid;gap:8px;padding-top:2px;padding-left:18px;animation:navReveal .18s ease}.project-nav-link{position:relative;display:block;width:fit-content;border:1px solid transparent;border-radius:999px;color:#5c5c55;font-size:13px;font-weight:520;line-height:1.28;padding:5px 9px;transition:border-color .16s ease,color .16s ease,transform .16s ease}.nav-link:hover,.nav-link:focus-visible,.site-name:hover{color:var(--ink-strong)}.nav-link:hover,.nav-link:focus-visible{background:#ece5da;border-color:#45372a33}.nav-link.current:before{height:22px;opacity:1}.project-nav-link:hover,.project-nav-link:focus-visible{border-color:#45372a7a;color:var(--ink-strong);transform:translate(3px)}.project-nav-link.active:before{height:100%;min-height:22px;left:-12px;background:var(--moss);opacity:1}.contact-links{display:flex;justify-content:center;gap:12px;margin-top:auto;padding-top:34px;transform:translate(-3px)}.contact-link{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(69,55,42,.14);border-radius:999px;background:#fffdf880;color:var(--moss-dark);transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.contact-link:hover,.contact-link:focus-visible{border-color:#45372a6b;background:#ece5da;color:var(--ink-strong);transform:translateY(-2px)}.contact-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}@keyframes navReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.main-content{width:calc(100% - var(--sidebar));margin-left:var(--sidebar);padding:34px 0 96px}.page{width:min(var(--content),calc(100vw - var(--sidebar) - 72px));margin:0 auto;padding-top:76px;text-align:center}.page-narrow{--content: 820px}h1{margin:0 0 70px;color:var(--ink-strong);font-family:Charter,Iowan Old Style,Georgia,serif;font-size:clamp(34px,4vw,52px);font-weight:650;line-height:1.04}.content-blocks{display:grid;justify-items:center;gap:38px}.text-module{width:min(820px,100%);color:#34362f;font-family:Charter,Iowan Old Style,Georgia,serif;font-size:17px;line-height:1.72}.text-module p{margin:0 0 25px}.text-module p:last-child{margin-bottom:0}.subtitle-module{width:min(820px,100%);margin:18px 0 -8px;color:var(--ink-strong);font-family:Charter,Iowan Old Style,Georgia,serif;font-size:clamp(22px,2.1vw,30px);font-weight:700;line-height:1.16;text-align:left}.image-module{width:min(100%,760px);margin:0}.image-module--narrow{width:min(100%,700px)}.about-page .image-module:first-child{width:456px}.resume-page .image-module:first-child{width:760px}.image-module img{width:100%;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.image-module figcaption{margin-top:12px;color:var(--muted);font-size:12px;font-weight:560;line-height:1.35}.gallery-module{display:grid;width:min(100%,820px);grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-module--two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-item{display:grid;align-content:start;gap:9px;margin:0}.gallery-item img{width:100%;aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:var(--radius);background:#fffdf8;box-shadow:var(--shadow-soft);object-fit:contain;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.gallery-item:hover img{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.gallery-item figcaption{color:var(--muted);font-size:12px;font-weight:620;line-height:1.25;text-align:center}.inline-link,.link-module a{color:var(--moss-dark);text-decoration:underline;text-decoration-color:#66735a6b;text-decoration-thickness:1px;text-underline-offset:4px}.inline-link:hover,.link-module a:hover{color:#000}.link-module{width:min(760px,100%);margin:0;font-family:Charter,Iowan Old Style,Georgia,serif;font-size:16px;text-align:center}.embed-module,.video-module{width:min(100%,820px);margin:0;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.embed-module{position:relative;aspect-ratio:16 / 9;background:#0b1118}.embed-module--portrait{width:min(100%,390px);aspect-ratio:9 / 16}.embed-module iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-module video{display:block;width:100%;aspect-ratio:16 / 9;background:#0b1118}.video-module figcaption{margin:12px 14px 14px;color:var(--muted);font-size:12px;font-weight:560;line-height:1.35;text-align:center}.button-module{margin-top:8px}.button{display:inline-flex;min-width:158px;min-height:44px;align-items:center;justify-content:center;padding:11px 24px;border:1px solid rgba(77,89,69,.2);border-radius:999px;background:var(--moss);color:#fffdf8;font-size:14px;font-weight:760;box-shadow:0 10px 24px #4d59452e;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.button:hover{background:var(--moss-dark);box-shadow:0 16px 34px #4d594538;transform:translateY(-2px)}.note-module{width:min(760px,100%);margin:0;color:var(--muted);font-size:14px}.work-page{width:min(960px,calc(100vw - var(--sidebar) - 58px));margin:0 auto}.work-hero{display:grid;min-height:340px;place-items:center;align-content:center;gap:24px;margin-bottom:18px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(#1c201929,#f6f3ee2e),url(/assets/portfolio/work-hero.jpg) center / cover;box-shadow:var(--shadow);overflow:hidden;text-align:center}.work-hero h1{margin:0;color:#fffdf8;font-size:clamp(36px,4.3vw,58px);text-shadow:0 2px 24px rgba(18,20,16,.32)}.work-hero p{margin:0;color:#24251f;background:#fffdf8b8;border:1px solid rgba(255,253,248,.48);border-radius:999px;backdrop-filter:blur(10px);font-size:14px;font-weight:660;padding:9px 16px}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-card{position:relative;min-height:260px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px #ffffffa6;isolation:isolate;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-card img{width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover;transition:filter .22s ease,opacity .18s ease,transform .32s ease}.project-card span{position:absolute;inset:auto 0 0;display:grid;min-height:86px;align-items:end;padding:28px 22px 18px;background:linear-gradient(180deg,transparent,rgba(24,26,22,.76));color:#fffdf8;font-family:Charter,Iowan Old Style,Georgia,serif;font-size:18px;font-weight:650;line-height:1.25;opacity:1;text-align:left;text-shadow:0 1px 14px rgba(0,0,0,.32);transition:background .18s ease,min-height .18s ease,padding .18s ease}.project-card:hover,.project-card:focus-visible{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-4px)}.project-card:hover img{filter:saturate(.86) contrast(.95);transform:scale(1.045)}.project-card:hover span,.project-card:focus-visible span{min-height:100%;align-items:center;padding:24px;background:linear-gradient(180deg,#23252214,#232522d1),#23252224;text-align:center}.project-page h1{margin-bottom:58px}.project-page .text-module{text-align:left}.project-page .image-module{width:min(100%,820px)}.project-page .image-module--narrow{width:min(100%,700px)}.related-projects{margin-top:76px;padding-top:28px;border-top:1px solid var(--line);text-align:left}.related-projects h2{margin:0 0 22px;color:var(--ink);font-family:Charter,Iowan Old Style,Georgia,serif;font-size:20px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related-card{display:grid;gap:10px;color:var(--ink);font-size:14px;font-weight:650;line-height:1.25}.related-card img{width:100%;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;transition:transform .18s ease,box-shadow .18s ease}.related-card:hover img{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.back-to-top{position:fixed;right:40px;bottom:34px;display:grid;width:50px;height:50px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fffdf8d6;color:var(--ink);box-shadow:var(--shadow-soft);font-size:22px;line-height:1;backdrop-filter:blur(12px)}@media(max-width:900px){.site-shell{background:var(--paper)}.sidebar{position:static;width:auto;padding:28px 24px 24px}.site-name{margin-bottom:24px}.project-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.main-content{width:100%;margin-left:0}.page,.work-page{width:min(100% - 32px,820px);padding-top:40px}h1{margin-bottom:42px;font-size:28px}.work-hero{min-height:260px}.gallery-module{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){body{font-size:15px}.project-nav{grid-template-columns:1fr}.about-page .image-module:first-child{width:min(100%,442px)}.project-grid,.related-grid,.gallery-module{grid-template-columns:1fr}.project-card{min-height:0}.back-to-top{right:18px;bottom:18px;width:44px;height:44px}}
