:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #252525;
  background: #f5f5f3;
}

* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(100% - 32px, 760px); margin: 0 auto; padding: 48px 0; }
header { margin-bottom: 28px; }
h1 { margin: 0 0 10px; font-size: clamp(30px, 6vw, 46px); line-height: 1.1; }
header p { margin: 0; color: #666; font-size: 17px; line-height: 1.5; }
.submission-policy { margin-top: 16px; padding: 14px 16px; border-left: 4px solid #7d2924; background: #fff; font-size: 14px; }
.submission-policy strong { color: #7d2924; }
form { display: grid; gap: 20px; }
section { padding: 26px; border: 1px solid #d8d8d8; border-radius: 10px; background: white; }
h2 { margin: 0 0 22px; font-size: 22px; }
label, fieldset { display: block; margin: 22px 0 0; font-weight: 600; }
small, .privacy { color: #666; font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 12px; border: 1px solid #ccc; border-radius: 6px; background: white; color: #252525; font: inherit; }
textarea { min-height: 105px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgb(125 41 36 / 15%); border-color: #7d2924; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.columns label { margin-top: 0; }
fieldset { padding: 0; border: 0; }
legend { padding: 0; font-weight: 600; }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.choices legend { grid-column: 1 / -1; margin-bottom: 5px; }
.choices label { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 14px; font-weight: 400; }
.choices input, .rating input { width: auto; margin: 0; accent-color: #7d2924; }
.rating > div { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.rating label { display: flex; gap: 4px; margin: 0; font-weight: 400; }
.rating span { color: #666; font-size: 12px; }
.optional-contact { margin-top: 24px; padding: 18px; border-radius: 8px; background: #f5f5f3; }
.privacy { margin: 20px 0 0; font-size: 13px; line-height: 1.5; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#form-status { min-height: 20px; margin: 18px 0 0; color: #7d2924; font-weight: 600; }
button { width: 100%; padding: 13px 18px; border: 0; border-radius: 6px; color: white; background: #7d2924; font: 700 16px Arial, sans-serif; cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
.already-submitted { text-align: center; }
.already-submitted p { margin: 0; color: #666; line-height: 1.6; }

@media (max-width: 620px) {
  main { width: min(100% - 20px, 760px); padding: 30px 0; }
  section { padding: 20px 16px; }
  .columns, .choices { grid-template-columns: 1fr; }
  .choices legend { grid-column: auto; }
  .rating > div { flex-wrap: wrap; }
}
