:root {
    --ink: #172423;
    --muted: #66716d;
    --paper: #f3f0e8;
    --cream: #fbfaf5;
    --coral: #de765d;
    --line: rgba(23, 36, 35, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 28px 5vw; position: absolute; top: 0; width: 100%; z-index: 2; }
.brand { font-family: "DM Mono", monospace; font-size: 15px; letter-spacing: .04em; }
.brand span { color: var(--coral); }
nav { display: flex; gap: 30px; font-size: 12px; letter-spacing: .04em; }
nav a { opacity: .72; transition: opacity .2s; } nav a:hover { opacity: 1; }
.hero { background: var(--paper); display: grid; min-height: 720px; overflow: hidden; padding: 190px 10vw 90px; position: relative; place-items: center start; }
.hero-copy { max-width: 560px; position: relative; z-index: 1; }
.eyebrow { color: var(--coral); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; margin: 0 0 25px; text-transform: uppercase; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 600; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(64px, 8vw, 116px); line-height: .91; }
h1 em { color: var(--coral); font-style: italic; font-weight: 500; }
.intro { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 38px 0 30px; max-width: 440px; }
.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 13px; gap: 12px; padding-bottom: 8px; }
.text-link span { color: var(--coral); }
.hero-portrait { background: var(--cream); border: 14px solid var(--cream); box-shadow: 18px 20px 0 var(--coral); height: 440px; overflow: hidden; position: absolute; right: 7vw; top: 145px; transform: rotate(3deg); width: 330px; }
.hero-portrait img { filter: grayscale(1) contrast(1.08); height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.scroll-note { bottom: 32px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; position: absolute; right: 5vw; text-transform: uppercase; } .scroll-note span { color: var(--coral); font-size: 18px; margin-left: 10px; }
.section { padding: 130px 10vw; } .section-heading { align-items: end; display: flex; justify-content: space-between; } h2 { font-size: clamp(48px, 7vw, 88px); } .section-note { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; line-height: 1.6; text-align: right; }
.filters { border-bottom: 1px solid var(--line); display: flex; gap: 24px; margin: 55px 0 24px; padding-bottom: 13px; } .filter { background: transparent; border: 0; color: var(--muted); cursor: pointer; font-size: 12px; padding: 0; } .filter.is-active { color: var(--ink); font-weight: 700; }
.gallery-grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); }
.drawing-card { background: #e3dfd4; border: 0; cursor: pointer; min-width: 0; padding: 0; position: relative; } .drawing-card:nth-child(5n+1) { grid-row: span 2; } .drawing-card img { aspect-ratio: 1 / 1; display: block; height: 100%; object-fit: cover; width: 100%; } .drawing-card:nth-child(5n+1) img { aspect-ratio: 1 / 1.35; } .drawing-meta { align-items: center; background: linear-gradient(transparent, rgba(0,0,0,.62)); bottom: 0; color: white; display: flex; font-family: "DM Mono", monospace; font-size: 10px; justify-content: space-between; left: 0; padding: 30px 14px 14px; position: absolute; right: 0; text-align: left; }
.links-section { background: var(--ink); color: var(--cream); } .links-section .eyebrow { color: #e6a18e; } .link-list { border-top: 1px solid rgba(251,250,245,.3); margin-top: 60px; } .link-list a { align-items: center; border-bottom: 1px solid rgba(251,250,245,.3); display: flex; font-size: clamp(20px, 3vw, 38px); justify-content: space-between; padding: 22px 0; } .link-list a span:last-child { color: #e6a18e; }
.site-footer { display: flex; font-family: "DM Mono", monospace; font-size: 10px; justify-content: space-between; padding: 25px 5vw; } .lightbox { align-items: center; background: rgba(15, 24, 23, .95); display: flex; inset: 0; justify-content: center; padding: 7vh 7vw; position: fixed; z-index: 5; } .lightbox[hidden] { display: none; } .lightbox img { max-height: 86vh; max-width: 78vw; object-fit: contain; } .lightbox p { bottom: 25px; color: white; font-family: "DM Mono", monospace; font-size: 10px; left: 0; position: absolute; text-align: center; width: 100%; } .lightbox-close, .lightbox-nav { background: transparent; border: 0; color: white; cursor: pointer; line-height: 1; position: absolute; } .lightbox-close { font-size: 38px; right: 30px; top: 22px; } .lightbox-nav { font-size: 42px; padding: 18px; top: 50%; transform: translateY(-50%); transition: color .2s, transform .2s; } .lightbox-nav:hover { color: var(--coral); } .lightbox-prev { left: 24px; } .lightbox-next { right: 24px; }
.reveal { animation: rise .8s ease-out both; } @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (max-width: 700px) { .site-header { padding: 22px 6vw; } nav { gap: 13px; } nav a:nth-child(2) { display: none; } .hero { min-height: 760px; padding: 145px 8vw 80px; } .hero-portrait { bottom: 42px; height: 285px; right: 10vw; top: auto; transform: rotate(2deg); width: 225px; } .intro { font-size: 14px; max-width: 320px; } .section { padding: 85px 8vw; } .section-heading { align-items: start; flex-direction: column; gap: 18px; } .section-note { text-align: left; } .filters { margin-top: 35px; } .gallery-grid { gap: 8px; grid-template-columns: repeat(2, 1fr); } .drawing-card:nth-child(5n+1) { grid-row: span 1; } .drawing-card:nth-child(5n+1) img { aspect-ratio: 1 / 1; } .link-list { margin-top: 40px; } .link-list a { font-size: 17px; gap: 20px; } .site-footer { gap: 15px; padding: 20px 6vw; } .lightbox { padding-left: 48px; padding-right: 48px; } .lightbox img { max-width: 100%; } .lightbox-nav { font-size: 32px; padding: 12px; } .lightbox-prev { left: 2px; } .lightbox-next { right: 2px; } }