
.request-modern { background: #eaf0ec; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: clamp(24px,4vw,64px); }
.request-modern .request-copy h2 { font-size: clamp(32px,3.5vw,52px); line-height: 1.12; letter-spacing: -.04em; }
.request-modern .request-copy em { color: #0f5960; font-style: normal; }
.request-modern .request-copy p { font-size: 18px; max-width: 34ch; }
.request-location { margin: 36px 0; padding-left: 18px; border-left: 3px solid #0f5960; font-weight: 750; }
.request-location span { color: #526565; font-size: 14px; font-weight: 450; }
.request-direct { display: grid; gap: 8px; font-size: 14px; }
.request-direct strong { font-size: 24px; }
.request-modern .request-form { border-radius: 24px; box-shadow: 0 20px 65px #173b3020; padding: clamp(20px,3vw,38px); gap: 18px; }
.request-modern label { font-size: 14px; font-weight: 650; }
.request-modern input:not([type=checkbox]), .request-modern select, .request-modern textarea { background: #f6f8f6; border: 1px solid #d9e2dc; border-radius: 10px; font-weight: 400; min-height: 48px; }
.request-modern :is(input,select,textarea,summary,a,button):focus-visible { outline: 3px solid #0f5960; outline-offset: 4px; }
.request-modern .project-choices { border: 0; padding: 0; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.request-modern legend, .request-form-title { font-size: 20px; font-weight: 750; padding: 0; margin: 0 0 16px; color: #172429; }
.request-number { font-size: 12px; color: #0f5960; margin-right: 10px; font-weight: 800; }
.request-modern .choice-hint { grid-column: 1/-1; font-size: 13px; font-weight: 400; color: #526565; margin: 0 0 4px; }
.request-modern .project-choice { position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 0; border: 2px solid #e3e9e4; border-radius: 12px; overflow: hidden; cursor: pointer; background: white; }
.project-choice img { height: 86px; object-fit: cover; }
.project-choice span { padding: 10px 7px; font-size: 12px; text-align: center; }
.request-modern .project-choice input { position: absolute; right: 7px; top: 7px; margin: 0; accent-color: #0f5960; width: 20px; height: 20px; }
.request-modern .project-choice:has(input:checked) { border-color: #0f5960; background: #e2f0e8; }
.request-modern .project-choice:focus-within { outline: 3px solid #0f5960; outline-offset: 3px; }
.request-modern .project-choice:hover { border-color: #79978b; }
.request-form-title { margin: 18px 0 0; }
.request-hint { margin: -8px 0 0; font-size: 12px; color: #526565; }
.project-details { border-block: 1px solid #dce4df; padding: 20px 0; }
.project-details summary { cursor: pointer; font-size: 15px; font-weight: 700; }
.project-details summary span { color: #526565; font-weight: 400; font-size: 12px; margin-left: 8px; }
.project-details-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.project-details fieldset { padding: 14px; }
.project-details legend { font-size: 14px; margin: 0; }
.request-modern .privacy { align-items: flex-start; font-size: 12px; line-height: 1.6; font-weight: 400; }
.request-modern .privacy input { accent-color: #0f5960; margin-top: 2px; }
.request-modern button[type=submit] { display: flex; justify-content: space-between; width: 100%; border-radius: 12px; padding: 18px 22px; }
@media(max-width:980px) { .request-modern { grid-template-columns: 1fr; } .request-modern .request-copy { position: static; } }
@media(max-width:640px) { .request-modern .request-form { grid-template-columns: 1fr; padding: 22px 16px; } .request-modern .project-choices { grid-template-columns: repeat(2,minmax(0,1fr)); } .project-details-fields { grid-template-columns: 1fr; } .project-details fieldset { grid-template-columns: 1fr; } }

.photo-upload { border-radius: 16px; background: #f0f5f1; padding: 22px; }
.photo-upload h3 { margin: 0 0 12px; font-size: 18px; }
.photo-upload h3 span { font-size: 12px; font-weight: 400; color: #526565; }
.photo-upload p { font-size: 13px; line-height: 1.6; }
.request-modern .photo-picker { display: grid; gap: 10px; }
.photo-picker input { max-width: 100%; font-size: 12px; }
.photo-picker input::file-selector-button { border: 0; border-radius: 8px; background: #0f5960; color: white; padding: 12px; cursor: pointer; margin-right: 8px; }
#photo-error { color: #9d2920; }
#photo-preview { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
#photo-preview li { display: grid; grid-template-columns: 50px minmax(0,1fr) auto; align-items: center; gap: 10px; font-size: 12px; }
#photo-preview img { width: 50px; height: 50px; object-fit: cover; border-radius: 8px; }
#photo-preview span { overflow-wrap: anywhere; }
#photo-preview button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; padding: 8px 0; color: #0f5960; }
