.honoree-form { display: block; }
.form-section { border: 0; border-bottom: 1px solid #ece9e0; margin: 0; padding: 23px 24px 25px; }
.form-section legend { align-items: center; display: flex; float: none; gap: 10px; margin-bottom: 18px; padding: 0; width: 100%; }
.form-section legend > i { align-items: center; border: 1px solid #d6c690; border-radius: 50%; color: #967521; display: flex; flex: 0 0 auto; font-size: 10px; font-style: normal; height: 30px; justify-content: center; width: 30px; }
.form-section legend b, .form-section legend small { display: block; }
.form-section legend b { color: #27463d; font-size: 11px; }
.form-section legend small { color: #939d99; font-size: 8px; margin-top: 2px; }
.form-section-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field--wide { grid-column: 1 / -1; }
.field > span { color: #5e6d67; display: block; font-size: 9px; font-weight: 500; margin-bottom: 6px; }
.field > span em { color: #a5ada9; font-size: 7px; font-style: normal; font-weight: 400; }
.field input, .field select, .field textarea, .panel-heading--records select { background: #f7f6f2; border: 1px solid #dedcd3; border-radius: 8px; color: #183b32; font-size: 11px; min-height: 44px; outline: none; padding: 11px 13px; resize: vertical; transition: .2s; width: 100%; }
.field--name input { background: #fffdf8; border-color: #d8c995; font-size: 15px; font-weight: 600; min-height: 52px; }
.field input:focus, .field select:focus, .field textarea:focus { background: white; border-color: #bd9835; box-shadow: 0 0 0 3px rgba(198,157,48,.11); }
.field textarea { line-height: 1.7; }
.appearance-grid { align-items: stretch; display: grid; gap: 12px; grid-template-columns: minmax(220px, 1fr) 118px; }
.upload-field { align-items: center; background: linear-gradient(90deg, #faf8f1, #fff); border: 1px dashed #c9b976; border-radius: 9px; cursor: pointer; display: flex; gap: 11px; grid-row: span 2; min-height: 98px; padding: 14px; position: relative; }
.upload-field input { inset: 0; opacity: 0; position: absolute; width: 100%; }
.upload-icon { align-items: center; background: #123f34; border-radius: 50%; color: #ebd488; display: flex; flex: 0 0 auto; font-size: 19px; height: 43px; justify-content: center; width: 43px; }
.upload-field b, .upload-field small { display: block; }
.upload-field b { color: #304b43; font-size: 10px; }
.upload-field small { color: #919b97; font-size: 7px; margin-top: 4px; }
.image-preview-mini { border: 2px solid #d5b75e; border-radius: 50%; height: 54px; margin-inline-start: auto; object-fit: cover; width: 54px; }
.field--small { max-width: none; }
.switches { align-items: stretch; display: grid; gap: 7px; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
.switches label { align-items: center; background: #f8f7f3; border: 1px solid #e4e1d8; border-radius: 8px; color: #52635c; cursor: pointer; display: flex; font-size: 9px; gap: 8px; min-height: 50px; padding: 8px 10px; }
.switches input { display: none; }
.switches label > span { background: #d9ddd9; border-radius: 999px; flex: 0 0 auto; height: 20px; position: relative; transition: .2s; width: 36px; }
.switches label > span::after { background: white; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.2); content: ""; height: 14px; left: 3px; position: absolute; top: 3px; transition: .2s; width: 14px; }
.switches input:checked + span { background: #175344; }
.switches input:checked + span::after { left: 19px; }
.switches label b, .switches label small { display: block; }
.switches label b { color: #314b43; font-size: 9px; }
.switches label small { color: #9aa39f; font-size: 7px; margin-top: 2px; }
.form-footer { align-items: center; background: #f7f4eb; display: flex; gap: 16px; justify-content: space-between; padding: 16px 24px; }
.form-notice b, .form-notice span { display: block; }
.form-notice b { color: #38564d; font-size: 9px; }
.form-notice span { color: #929c98; font-size: 7px; margin-top: 2px; }
.save-button { align-items: center; background: linear-gradient(135deg, #165445, #082f27); border: 1px solid #286b5b; border-radius: 9px; box-shadow: 0 10px 24px rgba(17,69,57,.16); color: white; display: flex; font-size: 10px; gap: 8px; justify-content: center; min-width: 170px; padding: 12px 17px; }
.save-button > span { color: #efd98f; font-size: 15px; }

.preview-panel { min-width: 0; position: sticky; top: 18px; }
.preview-heading { align-items: end; display: flex; justify-content: space-between; padding: 4px 3px 10px; }
.preview-heading span { color: #9b7f35; font-size: 8px; }
.preview-heading b { color: #62716c; font-size: 8px; font-weight: 500; }
.preview-stage { --preview-accent: #d7b65b; align-items: center; background: radial-gradient(circle at 50% 27%, #155445, #072c25 48%, #031612 100%); border: 1px solid #997d33; border-radius: 14px; box-shadow: 0 24px 60px rgba(5,29,24,.22); color: white; display: flex; flex-direction: column; min-height: 505px; overflow: hidden; padding: 43px 24px 35px; position: relative; text-align: center; }
.preview-stage::before { border: 1px solid rgba(222,193,109,.3); border-radius: 11px; content: ""; inset: 9px; pointer-events: none; position: absolute; }
.preview-lights { inset: 0; pointer-events: none; position: absolute; }
.preview-lights i { background: radial-gradient(circle, #fff2bd 0 8%, var(--preview-accent) 25%, transparent 72%); border-radius: 50%; height: 38px; opacity: .38; position: absolute; width: 38px; }
.preview-lights i:nth-child(1) { left: 7%; top: 12%; transform: scale(.3); }.preview-lights i:nth-child(2) { right: 9%; top: 24%; transform: scale(.55); }.preview-lights i:nth-child(3) { bottom: 22%; left: 12%; transform: scale(.45); }.preview-lights i:nth-child(4) { bottom: 12%; right: 13%; transform: scale(.23); }.preview-lights i:nth-child(5) { left: 48%; top: 4%; transform: scale(.22); }
.preview-portrait { height: 145px; margin-bottom: 27px; position: relative; width: 145px; }
