
:root {
    --ink: #121212;
    --paper: #ffffff;
    --coral: #ff4d4d;
    --acid: #f4f4f4;
    --line: #dddddd;
    --muted: #666666;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", sans-serif; font-size: 16px; }
.site-header, footer { display: flex; align-items: center; justify-content: space-between; padding: 24px 6vw; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); font: 700 16px "DM Mono", monospace; letter-spacing: 2px; text-decoration: none; }
.brand span { color: var(--coral); }
.issue, .section-number { margin: 0; color: var(--muted); font: 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: 2px; }
.browse-link, footer a { color: var(--ink); display: inline-flex; gap: 7px; align-items: center; font-weight: 700; text-decoration: none; }
.browse-link:hover, footer a:hover { color: var(--muted); }
.browse-link svg, footer svg { height: 16px; width: 16px; }
.page-nav { display: flex; align-items: center; gap: 24px; }
.page-nav a, .page-nav a:visited { color: var(--muted); font-size: 13px; text-decoration: none; }
.page-nav a:hover, .page-nav a:focus, .page-nav a.active { color: var(--ink); text-decoration: none; }
main { overflow: hidden; }
.intro { min-height: 390px; border-bottom: 1px solid var(--line); }
.intro-copy { max-width: 680px; padding: clamp(90px, 14vw, 170px) 10vw 100px; }
.eyebrow { color: var(--muted); font: 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: 1px; }
h1, h2 { font-family: "Inter", sans-serif; font-weight: 700; letter-spacing: -.06em; }
h1 { font-size: clamp(122px, 7vw, 72px); line-height: .95; margin: 24px ; }
h1 em { color: var(--coral); }
.lede { max-width: 420px; border-left: 2px solid var(--ink); color: var(--muted); line-height: 1.65; font-size: 16px; margin: 0; padding-left: 16px; }
.wall { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 110px 10vw; border-bottom: 1px solid var(--line); }
.wall h2 { margin: 0; }
.wall-page { display: block; }
.project-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; }.wall-status { color: var(--muted); font: 13px "DM Mono", monospace; }.project-card { min-width: 0; max-width: 100%; overflow: hidden; padding: 0 0 28px; border-bottom: 1px solid var(--line); background: var(--paper); }.project-card-top, .project-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; }.project-card-top p, .project-card-top span { color: var(--muted); font: 10px "DM Mono", monospace; letter-spacing: 1px; text-transform: uppercase; overflow-wrap: anywhere; }.project-card h3 { margin: 18px 0 8px; font: 700 29px "Inter", sans-serif; letter-spacing: -.04em; overflow-wrap: anywhere; }.project-media-list { display: grid; gap: 10px; min-width: 0; margin: 16px 0; }.project-media { display: block; width: auto; max-width: 100%; height: auto; max-height: none; border: 0; object-fit: initial; background: transparent; }.file-link { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; color: var(--ink); font: 11px "DM Mono", monospace; overflow-wrap: anywhere; text-transform: uppercase; }.file-link svg { flex: 0 0 auto; width: 14px; }.project-description { color: var(--ink); line-height: 1.5; margin: 0 0 9px; overflow-wrap: anywhere; }.project-artist { color: var(--muted); font-size: 13px; margin: 0; overflow-wrap: anywhere; }.project-link { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; color: var(--ink); font: 11px "DM Mono", monospace; margin-top: 14px; overflow-wrap: anywhere; text-transform: uppercase; }.project-link svg { flex: 0 0 auto; width: 14px; }.project-actions { border-top: 1px solid var(--line); color: var(--muted); font: 11px "DM Mono", monospace; margin-top: 20px; padding-top: 13px; }.like-button { flex: 0 0 auto; background: none; border: 0; box-shadow: none; color: var(--muted); font: 11px "DM Mono", monospace; padding: 0; }.like-button:hover { background: none; box-shadow: none; color: var(--ink); transform: none; }.like-button svg { width: 15px; vertical-align: middle; }.comment-list { display: grid; gap: 7px; list-style: none; margin: 16px 0 0; padding: 0; }.comment-list li { color: #444444; font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }.comment-list strong { color: var(--ink); }.comment-form { display: grid; grid-template-columns: minmax(0, .6fr) minmax(0, 1fr) auto; gap: 10px; min-width: 0; margin-top: 16px; }.comment-form input { min-width: 0; font-size: 13px; }.comment-form button { flex: 0 0 auto; padding: 9px 13px; font-size: 11px; }
.submission { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); align-items: start; gap: 8vw; padding: 110px 10vw; background: var(--acid); border-bottom: 1px solid var(--line); }
.submission-heading { padding-top: 5px; }
.submission-rules { min-width: 0; }
.submission-rules h2 { margin: 0 0 14px; font-size: 22px; }
.submission-rules p { max-width: 240px; color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
h2 { margin: 16px 0 20px; font-size: clamp(42px, 5vw, 68px); line-height: 1.08; }
.submission-heading > p:last-child { max-width: 270px; color: var(--muted); line-height: 1.55; }
.project-form { display: grid; gap: 22px; }
label, legend { display: grid; gap: 9px; font-weight: 500; font-size: 13px; letter-spacing: .4px; }
input, textarea { border: 0; border-bottom: 1px solid #cfcfcf; border-radius: 0; background: transparent; color: var(--ink); font: 16px "Inter", sans-serif; padding: 10px 0; outline: none; width: 100%; }
input:focus, textarea:focus { border-color: var(--coral); box-shadow: 0 1px var(--coral); }
textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
fieldset { border: 0; margin: 0; padding: 0; }
.tag-options { display: flex; gap: 6px; flex-wrap: wrap; }
.tag-options label { cursor: pointer; }
.tag-options input { opacity: 0; position: absolute; pointer-events: none; }
.tag-options span { border: 1px solid #cfcfcf; padding: 7px 9px; font: 12px "DM Mono", monospace; }
.tag-options input:checked + span { background: var(--ink); color: var(--paper); }
.upload-wrap input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.upload-zone { cursor: pointer; display: flex; min-height: 130px; align-items: center; justify-content: center; border: 1px dashed #555555; background: var(--paper); text-align: center; padding: 25px; transition: background .2s ease; }
.upload-zone.dragging, .upload-zone:hover { background: var(--acid); border-color: var(--ink); }
.upload-zone svg { height: 22px; width: 22px; margin-right: 8px; }
.upload-zone small { color: var(--muted); display: block; font: 11px "DM Mono", monospace; margin-top: 8px; }
.file-list { font: 12px "DM Mono", monospace; }
.file-list p { display: flex; gap: 7px; align-items: center; margin: 8px 0 0; }.file-list svg { width: 14px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 7px; }.form-footer p { color: var(--muted); font-size: 12px; line-height: 1.4; max-width: 290px; margin: 0; }
.form-footer p { color: var(--muted); }
button { cursor: pointer; border: 0; border-radius: 0; background: var(--ink); box-shadow: none; color: var(--paper); display: inline-flex; align-items: center; gap: 25px; font: 700 13px "Inter", sans-serif; letter-spacing: .5px; padding: 14px 19px; white-space: nowrap; transition: transform .2s ease, background .2s ease; } button:hover { background: #cccccc; box-shadow: none; transform: translateY(-2px); } button svg { width: 16px; }
.form-status { color: #176b45; font-weight: 700; margin: -8px 0 0; min-height: 20px; }
.project-media { width: auto; max-width: 100%; height: auto; max-height: none; border: 0; object-fit: initial; background: transparent; }
.project-image-wrap { position: relative; width: fit-content; max-width: 100%; }.zoom-button { position: absolute; right: 10px; bottom: 10px; display: grid; width: 34px; height: 34px; place-items: center; padding: 0; background: rgba(0, 0, 0, .82); color: #ffffff; }.zoom-button:hover { background: #000000; transform: none; }.zoom-button svg { width: 16px; }.image-modal { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(0, 0, 0, .92); }.image-modal[hidden] { display: none; }.image-modal img { display: block; max-width: 92vw; max-height: 88vh; width: auto; height: auto; }.modal-close { position: absolute; top: 24px; right: 28px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; background: #000000; color: #ffffff; }.modal-close:hover { transform: none; }.modal-close svg { width: 18px; }.modal-open { overflow: hidden; }
footer { background: var(--paper); border: 0; color: var(--ink); } footer span { font: 700 16px "DM Mono", monospace; letter-spacing: 2px; }
.project-list { grid-auto-flow: row; grid-auto-rows: auto; }
footer { min-height: 0; padding: 12px 6vw; font-size: 10px; }
.report-button, .report-comment-button { background: transparent; color: var(--muted); padding: 4px; gap: 0; box-shadow: none; }
.report-button:hover, .report-comment-button:hover { background: transparent; color: var(--ink); transform: none; }
.report-button svg, .report-comment-button svg { width: 13px; }
.comment-list li { display: flex; align-items: center; gap: 6px; }
.report-comment-button { margin-left: auto; }
footer p { margin: 0; font-size: 10px; }
.project-card { overflow: visible; min-width: 0; }
.project-card h2, .project-card h3, .project-card p, .project-card a, .project-card li { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
.project-card h2 { margin: 18px 0 8px; font-size: clamp(20px, 2.2vw, 29px); line-height: 1.1; }
@media (max-width: 1050px) and (min-width: 761px) { .project-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .site-header { padding: 20px 6vw; }.intro-copy { padding: 90px 6vw 85px; }.wall, .submission { grid-template-columns: 1fr; padding: 75px 6vw; gap: 45px; }.project-list { grid-template-columns: 1fr; gap: 28px; }.submission-rules p { max-width: 100%; }.field-row { grid-template-columns: 1fr; gap: 22px; }.comment-form { grid-template-columns: 1fr; }.form-footer { align-items: flex-start; flex-direction: column; } footer { padding: 28px 6vw; } }