.project-feature { margin: 0 0 3rem; }
.project-feature img { width: 100%; height: auto; display: block; }
.project-feature figcaption { font-size: .9rem; color: #bbb6ad; padding-top: .75rem; }
.project-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; align-items: start; }
.project-gallery .project-tile { min-height: 390px; justify-content: start; gap: .85rem; }
.project-gallery h2 { font-size: clamp(1.5rem,2.4vw,2rem); line-height: 1.2; }
.project-gallery p { color: #c5bfb5; font-size: 1rem; line-height: 1.65; }
.project-gallery details { border-top: 1px solid rgba(255,255,255,.15); padding: 1rem 0; }
.project-gallery summary { cursor: pointer; color: var(--gold-soft); font-size: 1rem; }
.project-gallery details h3 { font-family: inherit; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 1.25rem 0 .5rem; }
.project-gallery a { margin-top: auto; }
.project-gallery summary:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 5px; }
@media(max-width:1000px) { .project-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:650px) { .project-gallery { grid-template-columns: 1fr; } .project-gallery .project-tile { min-height: 0; } }
