:root {
  --paper: #d5c8a8;
  --paper-light: #e5ddc6;
  --ink: #172016;
  --screen: #88ec78;
  --screen-dim: #438c44;
  --line: rgba(23, 32, 22, .38);
  --mono: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--mono); }
body::before { content: ""; position: fixed; z-index: 10; pointer-events: none; inset: 0; opacity: .14; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(21,35,21,.3) 3px 4px); mix-blend-mode: multiply; }
a { color: inherit; }
.skip { position: fixed; z-index: 50; top: -5rem; left: 1rem; padding: .7rem; background: var(--screen); }.skip:focus { top: 1rem; }
.shell { width: min(1120px, calc(100% - 3rem)); margin: 0 auto; }
.masthead { position: sticky; z-index: 5; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.2rem; padding: 0 max(1.5rem, calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--line); background: rgba(213,200,168,.94); backdrop-filter: blur(7px); font-size: .72rem; letter-spacing: .08em; }
.wordmark { font-weight: 700; text-decoration: none; }.wordmark span { color: var(--screen-dim); }.masthead nav { display: flex; gap: 1.25rem; }.masthead nav a { text-decoration: none; }.masthead nav a:hover, .project-link:hover, footer a:hover { color: #225e28; text-decoration: underline; }.system-status { white-space: nowrap; font-size: .62rem; }.system-status i { display: inline-block; width: .45rem; height: .45rem; margin-right: .28rem; border-radius: 50%; background: var(--screen); box-shadow: 0 0 8px var(--screen); }
.intro { display: grid; grid-template-columns: 1fr 280px; gap: 3rem; padding-top: clamp(5rem,12vw,11rem); padding-bottom: clamp(5rem,11vw,10rem); }.kicker { margin: 0; color: #3b5134; font-size: .68rem; font-weight: bold; letter-spacing: .1em; }.intro > .kicker { grid-column: 1/-1; }.intro h1 { max-width: 820px; margin: -1.8rem 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 8.3vw, 7.2rem); font-weight: 400; letter-spacing: -.07em; line-height: .86; }.intro h1 span { color: #325d32; }.intro-note { align-self: end; padding: 1rem; border: 1px solid var(--line); background: var(--paper-light); font-size: .75rem; line-height: 1.5; box-shadow: 5px 5px 0 rgba(23,32,22,.17); }.note-label { display: block; margin-bottom: .75rem; color: #526d4d; font-size: .62rem; letter-spacing: .08em; }.intro-note p { margin: 0; }
.projects { padding-bottom: 8rem; }.section-head { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .68rem; }.section-head > p:last-child { margin: 0; color: #526d4d; }
.project { display: grid; grid-template-columns: 72px minmax(220px, .78fr) minmax(280px, 1fr); gap: clamp(1.3rem, 3vw, 3.4rem); align-items: start; padding: 2.3rem 0; border-bottom: 1px solid var(--line); }.project-meta { display: flex; flex-direction: column; gap: .45rem; color: #526d4d; font-size: .68rem; }.project > img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; filter: sepia(.18) contrast(.95) saturate(.85); transition: filter .25s; }.project:hover > img { filter: sepia(0) contrast(1) saturate(1); }.project-copy { padding-top: .15rem; }.project-kind { margin: 0 0 .8rem; color: #426e3c; font-size: .64rem; font-weight: bold; letter-spacing: .07em; }.project h2 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .93; }.project-copy > p:not(.project-kind):not(.tags) { max-width: 510px; margin-bottom: 1.1rem; font-size: .82rem; line-height: 1.6; }.tags { margin: 0; color: #526d4d; font-size: .65rem; line-height: 1.6; }.project-link { display: inline-block; margin-top: 1.35rem; color: #1f5a29; font-size: .72rem; font-weight: bold; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.project h2 a { text-decoration: none; }.project h2 a:hover { color: #225e28; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }.project-link + .project-link { margin-left: 1rem; }
.video-section { padding: 6rem 0; color: #b8d8a7; background: #152114; }.video-section .section-head { border-color: rgba(184,216,167,.32); }.video-section .section-head > p:last-child { color: #83a276; }.videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; padding-top: 2rem; }.video-screen { position: relative; aspect-ratio: 4/3; border: 1px solid #5a7651; background: #091108; box-shadow: inset 0 0 35px rgba(112,225,108,.11); }.video-screen::before { content: "VIDEO SIGNAL"; position: absolute; z-index: 1; top: .55rem; left: .6rem; color: var(--screen); font-size: .53rem; letter-spacing: .08em; pointer-events: none; }.video-screen iframe { width: 100%; height: 100%; border: 0; }.video-entry p { margin: .75rem 0 0; font-size: .67rem; line-height: 1.5; }.video-entry p span { display: block; margin-bottom: .25rem; color: #70a265; font-size: .58rem; }
.resume-page { padding-top: clamp(2.5rem,6vw,4rem); padding-bottom: 5rem; }.resume-page .section-head { margin-bottom: 1.6rem; }.resume-frame { height: min(85vh, 1150px); border: 1px solid var(--line); background: #f5f1e7; box-shadow: 6px 6px 0 rgba(23,32,22,.16); }.resume-frame iframe { width: 100%; height: 100%; border: 0; }.resume-actions { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 1.4rem; font-size: .72rem; }.resume-actions a { color: #1f5a29; font-weight: bold; text-underline-offset: 4px; }
.about { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; padding-top: 7rem; padding-bottom: 7rem; }.about h2 { max-width: 650px; margin: 0 0 1.4rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }.about div > p { max-width: 500px; margin-bottom: 2rem; font-size: .85rem; line-height: 1.65; }.contact { color: #1f5a29; font-size: .83rem; font-weight: bold; text-underline-offset: 5px; }
footer { display: flex; justify-content: space-between; padding: 1.4rem max(1.5rem, calc((100vw - 1120px) / 2)); border-top: 1px solid var(--line); font-size: .63rem; }.back-to-top { text-decoration: none; }.resume-link { display: table; margin-top: 1rem; color: #1f5a29; font-size: .83rem; font-weight: bold; text-underline-offset: 5px; }
.project-page { padding-top: clamp(5rem,10vw,9rem); padding-bottom: 7rem; }.back-link { display: inline-block; margin-bottom: 2.6rem; color: #1f5a29; font-size: .7rem; font-weight: bold; text-underline-offset: 4px; }.project-page h1 { max-width: 890px; margin: .8rem 0 2.2rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.9rem,6vw,5.2rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }.project-hero-image { width: 100%; max-height: 440px; object-fit: cover; border: 1px solid var(--line); filter: sepia(.12) contrast(.95); }.project-led { max-width: 720px; margin: 2.4rem 0 3.4rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem,2.3vw,2rem); letter-spacing: -.03em; line-height: 1.25; }.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 3.4rem; background: var(--line); border: 1px solid var(--line); }.fact { min-height: 104px; padding: 1.2rem 1.3rem; background: var(--paper-light); }.fact span { display: block; margin-bottom: .8rem; color: #526d4d; font-size: .6rem; font-weight: bold; letter-spacing: .08em; }.fact strong { font-size: .78rem; line-height: 1.55; }.detail-grid { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 2.4rem; max-width: 900px; padding: 2.4rem 0; border-top: 1px solid var(--line); }.detail-grid h2 { margin: .2rem 0 0; color: #426e3c; font-size: .68rem; letter-spacing: .08em; }.detail-grid p, .detail-grid li { max-width: 670px; font-size: .86rem; line-height: 1.7; }.detail-grid p { margin: 0; }.detail-grid ul { margin: 0; padding-left: 1.1rem; }.detail-grid li + li { margin-top: .55rem; }.detail-video { max-width: 850px; margin-top: 1rem; }.detail-video .video-screen { aspect-ratio: 16/9; }.next-project { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .75rem; }.next-project a { color: #1f5a29; font-weight: bold; }
.project-gallery { max-width: 930px; margin-top: 3.6rem; padding-top: 2.6rem; border-top: 1px solid var(--line); }.project-gallery > h2 { margin: 0 0 1.8rem; color: #426e3c; font-size: .68rem; letter-spacing: .08em; }.gallery-grid { columns: 260px 2; column-gap: 14px; }.gallery-grid figure { margin: 0 0 14px; break-inside: avoid; }.gallery-grid img { display: block; width: 100%; border: 1px solid var(--line); background: var(--paper-light); filter: sepia(.12) contrast(.95); transition: filter .25s; }.gallery-grid img:hover { filter: none; }.gallery-grid figcaption { margin-top: .5rem; color: #526d4d; font-size: .62rem; line-height: 1.45; }.gallery-grid--single { columns: 1; max-width: 560px; }
@media (max-width: 720px) { .masthead { min-height: 3.5rem; padding-inline: 1rem; }.masthead nav { gap: .7rem; }.system-status { display: none; }.shell { width: min(100% - 2rem, 1120px); }.intro { display: block; padding-top: 6rem; }.intro h1 { margin: 1.3rem 0 3rem; }.intro-note { max-width: 320px; }.project { grid-template-columns: 44px 1fr; gap: 1rem; }.project > img { grid-column: 2; }.project-copy { grid-column: 2; }.project-link + .project-link { margin-left: .75rem; }.videos { grid-template-columns: 1fr; }.video-screen { aspect-ratio: 16/10; }.about { grid-template-columns: 1fr; gap: 1.5rem; }.about, .video-section { padding-block: 4.5rem; }.resume-frame { height: 80vh; }.project-page { padding-top: 5rem; }.back-link { margin-bottom: 3rem; }.facts { grid-template-columns: 1fr; }.detail-grid { grid-template-columns: 1fr; gap: 1.2rem; }.next-project { flex-direction: column; } }
