:root { --paper: #f8f7f3; --paper-deep: #efede7; --ink: #1c211d; --muted: #727871; --line: #d8d6cf; --accent: #476653; --warm: #a96e42; --serif: "Instrument Serif", Georgia, serif; --sans: "DM Sans", "Segoe UI", sans-serif; --mono: "IBM Plex Mono", ui-monospace, monospace; --shell: min(1080px, calc(100% - 64px)); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: absolute; top: -40px; left: 16px; z-index: 10; padding: 8px 12px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 12px; }
.site-header { padding: 28px 0; }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 13px; font-weight: 700; }
.wordmark-mark { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: -.12em; }
.site-nav, .hero-links, .notes-links { display: flex; align-items: center; gap: 22px; }
.site-nav { font-size: 12px; }
.site-nav a, .hero-links a, .section-link, .notes-links a, .connect-links a, .footer-inner a { text-decoration: none; }
.site-nav a, .hero-links a, .section-link, .notes-links a, .connect-links a { color: var(--muted); }
.site-nav a:hover, .site-nav a:focus-visible, .hero-links a:hover, .hero-links a:focus-visible, .section-link:hover, .section-link:focus-visible, .notes-links a:hover, .connect-links a:hover, .connect-links a:focus-visible { color: var(--accent); }
.hero { min-height: 680px; padding-top: 102px; padding-bottom: 112px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-top, .section-head, .hero-bottom, .notes-inner, .connect-inner { display: flex; justify-content: space-between; gap: 40px; }
.eyebrow, .hero-index, .section-kicker, .work-number, .about-list dt, .loading-note { margin: 0; color: var(--accent); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.hero-index, .work-number { color: var(--warm); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 400; letter-spacing: -.05em; }
h1 { max-width: 820px; margin: auto 0; font-size: clamp(72px, 11vw, 142px); line-height: .84; }
h1 em { color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero-bottom { align-items: end; }
.hero-lede { max-width: 460px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-links { flex-wrap: wrap; justify-content: flex-end; font-size: 12px; }
.section { padding-block: 112px; }
.section-head { align-items: end; margin-bottom: 52px; }
.section-head h2, .about-section h2, .notes-inner h2, .connect-inner h2 { margin: 16px 0 0; font-size: clamp(40px, 5vw, 68px); line-height: .92; }
.section-note { max-width: 365px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.compact { margin-bottom: 36px; }
.section-link { font-size: 12px; font-weight: 600; }
.work-list, .repo-list { border-top: 1px solid var(--ink); }
.work-row { display: grid; grid-template-columns: 46px minmax(0, 1fr) 64px; gap: 22px; padding: 25px 0 24px; border-bottom: 1px solid var(--line); }
.work-number { padding-top: 5px; }
.work-copy h3 { margin: 0 0 9px; font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.work-copy h3 span { margin-left: 11px; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.work-copy p { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; }
.work-link { align-self: start; padding-top: 5px; color: var(--accent); font-size: 11px; text-align: right; text-decoration: none; }
.work-link:hover, .work-link:focus-visible { color: var(--warm); }
.about-section { background: var(--paper-deep); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.about-copy { max-width: 480px; }
.about-copy > p { max-width: 390px; margin: 0 0 40px; font-size: 17px; line-height: 1.65; }
.about-list { margin: 0; border-top: 1px solid var(--line); }
.about-list div { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.about-list dd { margin: 0; font-size: 12px; }
.repo-list { display: grid; }
.repo-row { display: grid; grid-template-columns: minmax(140px, .45fr) minmax(0, 1fr) auto; gap: 26px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.repo-row:hover .repo-name, .repo-row:focus-visible .repo-name { color: var(--accent); }
.repo-name { font-size: 15px; font-weight: 600; }
.repo-description { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.repo-meta { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; white-space: nowrap; }
.loading-note { padding: 17px 0; color: var(--muted); }
.muted-note { color: var(--muted); font-size: 13px; }
.muted-note a { color: var(--accent); }
.notes-section { padding: 72px 0; border-block: 1px solid var(--line); }
.notes-inner { align-items: end; }
.notes-inner h2 { font-size: 43px; }
.notes-inner > p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; }
.notes-links { justify-content: flex-end; font-size: 12px; white-space: nowrap; }
.connect-section { padding: 112px 0 124px; }
.connect-inner { align-items: end; }
.connect-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; min-width: 300px; }
.connect-links a { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.site-footer { padding: 23px 0; border-top: 1px solid var(--ink); color: var(--muted); font-family: var(--mono); font-size: 9px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--ink); }
:focus-visible { outline: 2px solid var(--warm); outline-offset: 3px; }
@media (max-width: 760px) { :root { --shell: calc(100% - 32px); } .site-header { padding: 20px 0; } .site-nav { gap: 13px; } .hero { min-height: 620px; padding-top: 78px; padding-bottom: 76px; } h1 { font-size: clamp(64px, 17vw, 100px); } .hero-bottom, .section-head, .notes-inner, .connect-inner { flex-direction: column; align-items: flex-start; gap: 28px; } .hero-links { justify-content: flex-start; gap: 14px 18px; } .section { padding-block: 78px; } .section-head { margin-bottom: 34px; } .section-note { max-width: 430px; } .work-row { grid-template-columns: 30px minmax(0, 1fr); gap: 13px; } .work-link { grid-column: 2; padding-top: 0; text-align: left; } .work-copy h3 span { display: block; margin: 7px 0 0; } .about-grid { grid-template-columns: 1fr; gap: 34px; } .repo-row { grid-template-columns: 1fr auto; gap: 5px 16px; } .repo-description { grid-column: 1 / -1; grid-row: 2; white-space: normal; } .repo-meta { grid-column: 2; grid-row: 1; } .notes-section { padding: 58px 0; } .notes-inner > p { max-width: 420px; } .notes-links { justify-content: flex-start; } .connect-section { padding: 78px 0 88px; } .connect-links { width: 100%; min-width: 0; } .footer-inner { align-items: flex-start; flex-direction: column; gap: 7px; } }
@media (max-width: 430px) { .header-inner { align-items: flex-start; flex-direction: column; gap: 14px; } .site-nav { gap: 18px; } h1 { font-size: 61px; } .hero { min-height: 570px; } }
@media print { .site-header, .hero-links, .repo-list, .notes-section, .connect-section, .site-footer { display: none !important; } body, .about-section { background: white; } .hero, .section { min-height: auto; padding-block: 30px; } .work-row { break-inside: avoid; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
