.photo-fieldset legend span { color: var(--muted); font-size: 13px; font-weight: 400; }
.field-help { color: var(--muted); line-height: 1.55; margin: -10px 0 20px; }
.photo-picker { background: #fff; border: 2px dashed var(--line); cursor: pointer; min-height: 130px; padding: 28px; text-align: center; }
.photo-picker:hover,
.photo-picker:focus-within { border-color: #8a7615; }
.photo-picker strong,
.photo-picker span { display: block; }
.photo-picker strong { font-size: 17px; }
.photo-picker span { color: var(--muted); font-weight: 400; margin-top: 7px; }
.photo-picker input { margin: 18px auto 0; min-height: auto; padding: 0; width: min(100%, 340px); }
.photo-feedback { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 12px; min-height: 20px; }
.photo-feedback.error { color: #8d2222; font-weight: 700; }
.photo-clear { background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 4px 0; text-decoration: underline; }
.photo-previews { display: grid; gap: 10px; grid-template-columns: repeat(5, 1fr); margin-top: 12px; }
.photo-previews figure { background: #fff; border: 1px solid var(--line); margin: 0; min-width: 0; padding: 6px; position: relative; }
.photo-previews img { aspect-ratio: 1; display: block; object-fit: cover; width: 100%; }
.photo-previews figcaption { color: var(--muted); font-size: 10px; overflow: hidden; padding: 6px 2px 2px; text-overflow: ellipsis; white-space: nowrap; }
.photo-remove { align-items: center; background: #151512; border: 2px solid #fff; border-radius: 50%; color: #fff; cursor: pointer; display: flex; font: 700 20px/1 Arial,sans-serif; height: 34px; justify-content: center; padding: 0 0 2px; position: absolute; right: -8px; top: -8px; width: 34px; }
.button:disabled { cursor: not-allowed; opacity: .45; }
.form-actions { align-items: center; display: grid; gap: 12px; grid-template-columns: auto auto; margin-top: 26px; }
.form-actions .button { grid-row: 1; }
.save-draft { background: transparent; border: 1px solid var(--ink); cursor: pointer; font-weight: 700; min-height: 56px; padding: 0 22px; }
.form-actions p { color: var(--muted); font-size: 12px; grid-column: 1 / -1; line-height: 1.5; margin: 0; }
.draft-confirmed .draft-home { display: block; font-weight: 700; margin-top: 22px; text-decoration: underline; }
.service-survey { background: #ebe8dc; border: 1px solid #d8d4c6; border-radius: 22px; box-shadow: 0 18px 50px rgba(17,17,15,.06); margin: 58px 0; overflow: hidden; padding: 34px 38px 38px; }
.service-survey[hidden] { display: none; }
.service-survey legend { float: left; font-size: clamp(25px,4vw,34px); letter-spacing: -.035em; line-height: 1.1; margin: 0 0 14px; padding: 0; width: 100%; }
.service-survey > .field-help { clear: both; font-size: 15px; margin: 0; padding: 0 0 26px; }
.survey-question { border-top: 1px solid var(--line); padding: 22px 0 2px; }
.survey-question > label { margin-bottom: 20px; }
.survey-question label > small { color: var(--muted); display: block; font-weight: 400; line-height: 1.45; margin-top: 5px; }
.survey-checks { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin: 10px 0 22px; }
.survey-checks label { align-items: center; background: #fff; border: 1px solid transparent; border-radius: 11px; display: flex; font-weight: 500; gap: 9px; margin: 0; min-height: 50px; padding: 11px 13px; transition: border-color .18s ease,transform .18s ease; }
.survey-checks label:hover { border-color: #b5a13d; transform: translateY(-1px); }
.survey-checks input { flex: 0 0 20px; height: 20px; margin: 0; min-height: 0; padding: 0; width: 20px; }
.survey-photo-guide { background: var(--ink); border-radius: 14px; color: #fff; margin-top: 12px; padding: 20px 22px; }
.survey-photo-guide p { color: #c1c1b9; line-height: 1.5; margin: 7px 0 0; }
@media (max-width: 600px) { .photo-previews { grid-template-columns: repeat(3, 1fr); } .photo-picker { padding: 22px 14px; } }
@media (max-width: 600px) { .service-survey { border-radius: 16px; margin: 42px 0; padding: 26px 18px 22px; } .service-survey legend { font-size: 25px; } .survey-checks { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .form-actions { grid-template-columns: 1fr; } .form-actions .button { grid-row: auto; } .form-actions p { grid-column: auto; } }
