/* Small additions to the existing artist site; no shared layout overrides. */
.project-section { padding: clamp(3rem, 6vw, 5rem) 0; background: #faf9f5; color: #171717; }
.project-heading { max-width: 54rem; margin-bottom: 2rem; }
.project-heading h2, .project-invitation h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.2; }
.project-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.project-card { min-width: 0; border-top: 1px solid #d8d3ca; padding-top: 1.5rem; }
.project-card h3 { font-size: 1.6rem; }
.project-card p { max-width: 38rem; }
.project-link { display: inline-block; text-decoration: underline; text-underline-offset: .25em; padding: .5rem 0; }
.project-hero-link { display: block; width: fit-content; margin-top: 1rem; color: inherit; font-size: .85rem; }
.project-invitation { max-width: 60rem; margin: 2rem auto; padding: 2rem; border: 1px solid #d8d3ca; background: #faf9f5; color: #171717; }
.project-invitation-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.project-context { margin: 1.5rem 0; }
.project-context[hidden] { display: none; }
.project-context label { display: block; margin-bottom: .5rem; }
.project-context select { width: 100%; min-height: 48px; padding: .7rem; font: inherit; color: #171717; border: 1px solid #81786d; background: #fff; }
.project-help { margin-top: .75rem; font-size: .9rem; line-height: 1.6; }
#pedido { scroll-margin-top: 6rem; }
.project-link:focus-visible, .project-context select:focus-visible { outline: 2px solid #983f38; outline-offset: 4px; }
@media (max-width: 600px) { .project-cards { grid-template-columns: 1fr; } .project-invitation { padding: 1.5rem; } }
