/* Scoped project inquiry and responsive improvements. */
.project-details { margin: 0 0 24px; border: 1px solid #c5d1ce; padding: 18px; color: #10252b; }
.project-details summary { cursor: pointer; font-weight: 700; min-height: 44px; display: list-item; padding: 10px 0; }
.project-details summary span { font-weight: 400; }
.project-details > p { margin: 10px 0 20px; line-height: 1.6; }
.project-details .form-grid { margin-top: 20px; }
.project-sources { padding-top: 40px; padding-bottom: 40px; }
.project-sources h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
.project-sources p, .project-sources li { line-height: 1.7; }
.project-sources ul { padding-left: 22px; }
.project-sources a { text-decoration: underline; text-underline-offset: 3px; }
#secuconsent-settings { position: static; display: block; width: fit-content; max-width: calc(100% - 32px); min-height: 44px; margin: 16px auto; }
.project-details summary:focus-visible, .project-sources a:focus-visible { outline: 3px solid #087736; outline-offset: 4px; }
@media (max-width: 640px) {
.hero-copy { padding-top: 36px; padding-bottom: 32px; }
.hero h1 { font-size: clamp(2rem, 8.5vw, 2.65rem); line-height: 1.09; }
.hero-lead { font-size: 1rem; line-height: 1.55; }
.hero-actions { margin-top: 24px; }
.project-details { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.process-proof > p { line-height: 1.7; max-width: 85ch; margin: 20px 0; }
.process-proof h3 { margin-top: 28px; }
.responsibility-list { padding-left: 22px; line-height: 1.8; margin: 18px 0; }
.result-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin: 24px 0; }
.result-grid article { border: 1px solid #bccdc7; background: #fff; padding: 24px; }
.result-grid h4 { font-size: 1.2rem; line-height: 1.3; margin-bottom: 20px; }
.result-grid dt { font-weight: 700; margin-top: 16px; }
.result-grid dd { margin: 6px 0 0; line-height: 1.6; }
.process-chain { font-weight: 700; font-size: 1.1rem; }
.example-label { border-left: 4px solid #087736; padding-left: 16px; }
@media (max-width: 900px) { .result-grid { grid-template-columns: 1fr; } }
