:root {
  --page: #f3f0e9;
  --surface: #e8e3d8;
  --ink: #252a27;
  --muted: #777a72;
  --line: #d8d2c6;
  --accent: #c65336;
  --dark: #202522;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font: 16px/1.55 "DM Sans", sans-serif; }
a { color: inherit; }
button, a { outline-offset: 4px; }
:focus-visible { outline: 2px solid var(--accent); }
.skip-link { position: absolute; left: 16px; top: -50px; padding: 10px; background: var(--dark); color: white; z-index: 3; }
.skip-link:focus { top: 10px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); height: 72px; }
.nav-row, .footer-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark, h1, h2, h3, .eyebrow, .list-row strong, .paper-name { font-family: "Space Grotesk", sans-serif; }
.wordmark { font-weight: 700; text-decoration: none; }
nav, .footer-row div { display: flex; gap: 24px; } nav a { text-decoration: none; } nav a:hover { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 6px; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1; letter-spacing: -.055em; } h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); max-width: 720px; } h2 { font-size: clamp(2rem, 4vw, 3.3rem); } h3 { font-size: clamp(1.3rem, 2.5vw, 2rem); } p { color: #4d524d; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 9vw; padding-block: 80px; }.lede { max-width: 610px; margin: 26px 0; font-size: 1.2rem; }.hero-actions { display: flex; align-items: center; gap: 22px; }.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 17px; border: 1px solid var(--ink); text-decoration: none; font-weight: 600; }.button--primary { border-color: var(--accent); background: var(--accent); color: white; }.button--primary:hover { background: var(--dark); border-color: var(--dark); }.copy-button { border: 0; border-bottom: 1px solid var(--ink); padding: 7px 0; background: none; cursor: pointer; font-weight: 600; }.copy-status { min-height: 24px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.desk { transform: rotate(2deg); }.desk-paper { position: relative; min-height: 430px; overflow: hidden; padding: 36px 32px; background: var(--surface); box-shadow: 14px 18px 0 var(--line); }.paper-tab { position: absolute; top: 0; right: 28px; padding: 10px 14px; background: var(--accent); color: white; font: 700 11px "Space Grotesk"; }.grid-marks { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 30px 30px; }.paper-name { position: relative; margin-top: 55px; font-size: clamp(3rem, 7vw, 6rem); line-height: .82; letter-spacing: -.09em; }.paper-name em { color: var(--accent); font-style: normal; }.paper-slip { position: absolute; padding: 11px 13px; background: var(--page); color: var(--muted); font: 700 10px/1.3 "Space Grotesk"; letter-spacing: .08em; }.paper-slip strong { display: block; margin-top: 5px; color: var(--ink); font-size: 13px; letter-spacing: -.02em; }.slip-work { right: 34px; top: 130px; transform: rotate(-5deg); }.slip-now { left: 38px; bottom: 55px; transform: rotate(4deg); }.slip-contact { right: 44px; bottom: 35px; transform: rotate(-3deg); }.desk-pencil { position: absolute; right: 15px; bottom: 8px; width: 170px; height: 9px; background: var(--dark); transform: rotate(-21deg); }
.work, .notebook { padding-block: 100px; border-top: 1px solid var(--line); }.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 40px; }.section-head > p { max-width: 400px; margin: 0; }.project-list { border-top: 1px solid var(--line); }.project { display: grid; grid-template-columns: 42px .82fr 1.18fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }.project-number { color: var(--muted); font: 600 12px "Space Grotesk"; }.project-visual { min-height: 240px; overflow: hidden; position: relative; background: var(--surface); }.visual-route { display: flex; align-items: end; gap: 14px; padding: 30px; }.visual-route i { width: 22%; background: var(--dark); }.visual-route i:nth-child(1) { height: 42%; }.visual-route i:nth-child(2) { height: 78%; background: var(--accent); }.visual-route i:nth-child(3) { height: 60%; }.visual-route span { position: absolute; right: 24px; top: 22px; font: 700 30px "Space Grotesk"; }.visual-garden svg { width: 100%; height: 100%; }.visual-garden path { fill: none; stroke: var(--dark); stroke-width: 4; }.visual-garden circle { fill: var(--accent); }.visual-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 30px; }.visual-index b { display: grid; place-items: center; background: var(--dark); color: var(--page); font: 700 42px "Space Grotesk"; }.visual-index b:nth-child(2) { background: var(--accent); }.project-copy { align-self: center; }.project-copy ul { display: flex; gap: 10px; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 600; }.project-copy li + li::before { content: "·"; margin-right: 10px; }
.lists { padding-block: 94px; background: var(--surface); }.tabs { display: flex; border-bottom: 1px solid var(--line); }.tabs button { border: 0; border-bottom: 3px solid transparent; padding: 12px 18px; background: none; color: var(--muted); cursor: pointer; font-weight: 600; }.tabs button[aria-selected="true"] { border-color: var(--accent); color: var(--ink); }.tab-panel[hidden] { display: none; }.list-row { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }.list-row span { color: var(--muted); font: 700 11px "Space Grotesk"; letter-spacing: .08em; text-transform: uppercase; }.list-row strong { font-size: 1.3rem; }
.notebook .section-head a { font-weight: 600; text-underline-offset: 5px; }.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.note-grid article { padding: 24px 24px 10px 0; }.note-grid article + article { padding-left: 24px; border-left: 1px solid var(--line); }.note-grid time { color: var(--muted); font: 600 12px "Space Grotesk"; }.note-grid h3 { margin-top: 16px; font-size: 1.45rem; }.note-grid h3 a { text-decoration: none; }.note-grid h3 a:hover { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 5px; }
.contact { padding-block: 95px; background: var(--dark); }.contact-inner { max-width: 820px; margin-left: max(20px, calc((100% - 1160px) / 2)); }.contact h2 { color: var(--page); }.contact p { max-width: 640px; color: #c6c8c1; font-size: 1.1rem; }.contact .button { margin-top: 10px; }.site-footer { height: 90px; border-top: 1px solid var(--line); }.footer-row p { margin: 0; color: var(--muted); font-size: 14px; }.footer-row a { text-underline-offset: 5px; }
@media (max-width: 850px) { .hero { grid-template-columns: 1fr; gap: 60px; }.desk { width: min(500px, 100%); }.section-head { align-items: flex-start; flex-direction: column; gap: 16px; }.project { grid-template-columns: 35px 1fr; }.project-visual { grid-column: 2; }.project-copy { grid-column: 2; }.note-grid { grid-template-columns: 1fr; }.note-grid article, .note-grid article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); } }
@media (max-width: 560px) { nav a:not(:last-child) { display: none; }.hero { min-height: auto; padding-block: 62px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }.project { gap: 14px; }.list-row { grid-template-columns: 1fr; gap: 6px; }.footer-row { flex-direction: column; align-items: flex-start; padding-block: 18px; }.site-footer { height: auto; }.paper-name { font-size: 3.7rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
