/* Project identities and concept artwork, within the V2 type and spacing system. */
.project-logo { width: 64px; height: 64px; object-fit: contain; flex: 0 0 auto; border-radius: 12px; background: #fff; }
.project-heading { display: flex; align-items: center; gap: 18px; }
.project-heading h3,.project-heading h2 { margin: 0; }
.venture-grid .project-heading { margin: 30px 0 20px; }.venture-grid .project-heading h3 { margin: 0; }
.feature-copy > .project-heading { margin-block: 24px; }.feature-copy > .project-heading h3 { margin: 0; }
.feature-artwork { margin: 0; display: flex; flex-direction: column; justify-content: center; background: #ebe7df; min-height: 420px; border-radius: var(--radius); overflow: hidden; }
.feature-artwork img { width: 100%; height: auto; object-fit: contain; }
.feature-artwork figcaption { padding: 20px 24px; color: #5b6067; font-size: .75rem; }
.artwork-gallery-link { display: inline-flex; margin: 18px 0 0 20px; }
.project-entry { grid-template-columns: minmax(180px,260px) minmax(0,.85fr) minmax(0,1.25fr); gap: 34px; align-items: center; }
.project-thumbnail { margin: 0; border-radius: 10px; overflow: hidden; background: #ecebe5; }
.project-thumbnail img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.project-thumbnail figcaption { padding: 7px 12px; font-size: .65rem; color: var(--muted); }
.thumbnail-screen { background: #e5e9eb; }.thumbnail-screen img { object-fit: contain; padding: 10px; }
#receiptcal .thumbnail-screen { background: #064536; }#receiptcal .thumbnail-screen img { aspect-ratio: 1.5; }
.thumbnail-brand { background: #fff; }.thumbnail-brand img { object-fit: contain; padding: 24px; }
.thumbnail-type { display: grid; align-content: center; min-height: 155px; padding: 24px; background: #e7edf9; color: #2457e6; }.thumbnail-type span { font-size: 1.6rem; letter-spacing: -.05em; font-weight: 600; }.thumbnail-type small { font-size: .65rem; margin-top: 10px; }
.project-entry-title .project-logo { width: 44px; height: 44px; border-radius: 8px; display: block; margin: 12px 0; }
.case-identity { margin-bottom: 30px; }.case-identity .project-logo { width: 80px; height: 80px; }.organization-mark { width: 165px; height: 65px; object-fit: contain; object-position: left center; }
.case-artwork img { padding: 0; max-height: none; height: auto; }.case-artwork figcaption { background: #eeebe4; }
.story-figure { margin: 35px 0 0; }.story-figure img { padding: 0; }.story-figure figcaption { font-size: .78rem; line-height: 1.6; }
.story-figure .flow-diagram { padding: 35px 20px; gap: 12px; }.story-figure .flow-diagram span { font-size: 1.1rem; padding: 24px 10px; }.story-figure .flow-diagram small { font-size: .72rem; }
.receipt-story { border: 1px solid #cadacf; border-radius: 12px; background: #edf4ef; overflow: hidden; }.receipt-story ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; padding: 28px; gap: 24px; margin: 0; }.receipt-story li > span { display: block; color: #166349; font-size: .7rem; margin-bottom: 20px; }.receipt-story strong { display: block; line-height: 1.3; font-size: 1rem; }.receipt-story li p { font-size: .85rem; line-height: 1.65; margin-bottom: 0; }.receipt-story figcaption { padding: 18px 28px; border-top: 1px solid #cadacf; color: #4c665a; }
.gallery-context { color: var(--muted); font-size: .85rem; max-width: 660px; margin: 24px 0; }.gallery-section { padding-bottom: 110px; }
.gallery-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; border-block: 1px solid var(--line); padding: 22px 0; margin: 0 0 40px; }.gallery-tools[hidden] { display: none; }.gallery-tools label { font-size: .85rem; font-weight: 600; }.gallery-tools input,.gallery-tools button { min-height: 44px; padding: 10px 14px; border-radius: 7px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; font-size: .85rem; }.gallery-tools input { min-width: 250px; }.gallery-tools button { cursor: pointer; }.gallery-tools button:hover { border-color: var(--accent); }.gallery-tools p { margin-left: auto; color: var(--muted); font-size: .8rem; }
.artwork-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px 28px; }.artwork-card { min-width: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--surface); }.artwork-card figure { margin: 0; background: #eae8e2; }.artwork-card figure img { display: block; width: 100%; height: auto; }.artwork-card figcaption { padding: 8px 24px; font-size: .66rem; color: var(--muted); }.artwork-card-copy { padding: 26px 28px 30px; }.artwork-card .project-logo { width: 80px; height: 80px; }.artwork-card h2 { font-size: clamp(1.4rem,2vw,1.8rem); line-height: 1.15; letter-spacing: -.04em; }.artwork-card-copy > p { color: var(--muted); font-size: .9rem; margin: 22px 0; line-height: 1.7; }.artwork-card .text-link { font-size: .83rem; }.artwork-grid.dark-marks .project-logo { background: #34424d; }
@media(max-width:980px) { .project-entry { grid-template-columns: 200px minmax(0,1fr); gap: 22px 30px; }.project-thumbnail { grid-row: span 2; }.project-entry-title h3 { margin-top: 8px; }.project-entry-title .project-logo { float: right; margin: 0 0 10px 15px; }.project-entry > div:last-child { grid-column: 2; }.feature-artwork { min-height: 0; } }
@media(max-width:760px) { .project-entry { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }.project-entry > div:last-child { grid-column: auto; }.project-thumbnail { grid-row: auto; }.project-thumbnail img { max-height: 260px; }.project-entry-title .project-logo { float: none; }.project-heading { gap: 15px; }.project-logo { width: 54px; height: 54px; }.artwork-gallery-link { margin-left: 0; justify-content: flex-start; }.receipt-story ol { grid-template-columns: 1fr; gap: 26px; }.receipt-story li > span { margin-bottom: 10px; }.artwork-grid { grid-template-columns: 1fr; gap: 28px; }.gallery-tools label { width: 100%; }.gallery-tools input { width: 100%; min-width: 0; }.gallery-tools p { margin: 0; }.artwork-card-copy { padding: 24px; }.artwork-card .project-logo { width: 62px; height: 62px; }.artwork-card .text-link { justify-content: flex-start; }.case-artwork img { padding: 0; } }
@media(prefers-reduced-motion:reduce) { .artwork-card,.project-thumbnail { transition: none; } }
