.project-questions { max-width: 1200px; margin: 32px auto; padding: 0 24px; color: inherit; font: inherit; line-height: 1.65; }
.project-questions h2 { font-size: clamp(20px, 2.5vw, 28px); line-height: 1.3; margin: 0 0 16px; }
.project-questions p { margin: 12px 0; }
.project-questions details { border-bottom: 1px solid rgba(74,15,27,.2); padding: 12px 0; }
.project-questions summary { cursor: pointer; font-weight: 600; }
.project-questions a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.project-questions summary:focus-visible { outline: 2px solid #4a0f1b; outline-offset: 4px; }
