:root { --ink: #0c1014; --paper: #f4f1e9; --warm: #e7653f; --acid: #d3e768; --muted: #6c716f; --line: rgba(12,16,20,.18); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
main, footer { width: min(100% - 48px, 1240px); margin: auto; }
.nav { display: flex; justify-content: space-between; align-items: center; height: 92px; border-bottom: 1px solid var(--line); }
.wordmark { font-family: "DM Mono", monospace; font-size: 21px; font-weight: 500; letter-spacing: -.08em; }
.wordmark span { color: var(--warm); }
.nav-links, footer div { display: flex; gap: 28px; font-family: "DM Mono", monospace; font-size: 12px; }
.nav-links a, footer a { transition: color 150ms ease-out; }
.nav-links a:hover, footer a:hover { color: var(--warm); }
.hero { min-height: min(735px, calc(100vh - 92px)); display: flex; flex-direction: column; justify-content: space-between; padding: 72px 0 46px; }
.eyebrow, .section-label { margin: 0; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--warm); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; font-weight: 500; line-height: .94; }
h1 { max-width: 1060px; margin: auto 0; font-size: clamp(54px, 8.1vw, 120px); }
em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.hero-footer { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hero-footer p { max-width: 345px; margin: 0; font-size: 17px; }
.circle-link { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 100%; font-size: 23px; transition: background-color 150ms ease-out, color 150ms ease-out, transform 150ms ease-out; }
.circle-link:hover { background: var(--ink); color: var(--paper); transform: translateY(3px); }
.statement { display: grid; grid-template-columns: 1fr 2.15fr; gap: 64px; padding: 148px 0; border-top: 1px solid var(--line); }
.statement h2 { max-width: 795px; margin-bottom: 38px; font-size: clamp(38px, 5.2vw, 72px); }
.body-copy { max-width: 500px; margin: 0; color: var(--muted); font-size: 18px; }
.work { padding: 40px 0 142px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 56px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project { display: block; }
.project-art { position: relative; height: 355px; overflow: hidden; padding: 18px; color: rgba(12,16,20,.65); font-family: "DM Mono", monospace; font-size: 12px; }
.project-art > span { position: relative; z-index: 2; }
.project-art img { position: absolute; inset: 0; width: 100%; height: 100%; }.art-inkwell { background: #12100d; }.art-inkwell > span { color: #d6b261; }.art-inkwell img { object-fit: contain; padding: 20px; transform: translateY(18px) scale(1.28); }.art-stateroom { background: #fff; }.art-stateroom img { object-fit: contain; padding: 72px; }.art-dagon { background: #091114; }.art-dagon > span { color: #d6b261; }.art-dagon img { object-fit: contain; padding: 28px; transform: translateY(-12px); }
.project-meta { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; }.project-meta h3 { margin-bottom: 5px; font-size: 19px; font-weight: 600; letter-spacing: -.03em; }.project-meta p { margin: 0; color: var(--muted); font-size: 14px; }.project-meta .project-tag { margin-bottom: 6px; color: var(--ink); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .025em; text-transform: uppercase; }.arrow { font-size: 22px; transition: transform 150ms ease-out; }.project:hover .arrow { transform: translate(3px, -3px); }
.contact { padding: 135px 0 155px; border-top: 1px solid var(--line); }.contact h2 { margin: 36px 0 42px; font-size: clamp(49px, 7vw, 96px); }.email-link { display: inline-flex; gap: 22px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-family: "DM Mono", monospace; font-size: 15px; transition: color 150ms ease-out; }.email-link:hover { color: var(--warm); border-color: var(--warm); }
footer { display: flex; justify-content: space-between; padding: 26px 0 31px; border-top: 1px solid var(--line); color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; }
:focus-visible { outline: 2px solid var(--warm); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0.01ms !important; } }
@media (max-width: 700px) { main, footer { width: min(100% - 32px, 1240px); }.nav { height: 76px; }.nav-links { gap: 14px; }.nav-links a:nth-child(2) { display: none; }.hero { min-height: 610px; padding: 48px 0 30px; }.hero-footer p { font-size: 15px; }.statement { grid-template-columns: 1fr; gap: 34px; padding: 92px 0; }.work { padding-bottom: 90px; }.section-heading { display: block; margin-bottom: 34px; }.section-heading h2 { margin-top: 22px; }.project-grid { grid-template-columns: 1fr; gap: 42px; }.project-art { height: 310px; }.contact { padding: 92px 0; } footer { gap: 16px; flex-wrap: wrap; } }
@media (hover: hover) { .project-art { transition: transform 200ms ease-out; }.project:hover .project-art { transform: translateY(-4px); } }
