:root {
  --cream: #f3ead2;
  --paper: #fffaf0;
  --ink: #172326;
  --red: #8f241f;
  --red-dark: #651713;
  --blue: #4e7379;
  --blue-dark: #294b51;
  --mustard: #d5aa39;
  --error: #9d1d18;
  --shadow: 7px 7px 0 var(--blue-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--cream);
  background-image: radial-gradient(circle at 15% 8%, rgb(143 36 31 / 8%) 0 2px, transparent 2px), radial-gradient(circle at 85% 18%, rgb(41 75 81 / 9%) 0 1px, transparent 1px);
  background-size: 18px 18px, 11px 11px;
  color: var(--ink);
  font: 1rem/1.55 "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
a { color: var(--red-dark); }
.skip-link { position: fixed; z-index: 10; top: .5rem; left: .5rem; padding: .7rem 1rem; background: var(--paper); border: 3px solid var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.masthead { position: relative; overflow: hidden; border-bottom: 6px solid var(--ink); background: var(--red); padding: .85rem max(1rem, calc((100% - 880px) / 2)); }
.masthead::after { content: ""; position: absolute; width: 260px; height: 260px; top: -150px; right: max(-90px, calc((100% - 1050px) / 2)); border: 18px double rgb(255 250 240 / 22%); border-radius: 50%; }
.brand { position: relative; z-index: 1; display: inline-flex; flex-direction: column; color: white; text-decoration: none; text-transform: uppercase; }
.brand-kicker { font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.brand-name { font: 2.2rem/1 Impact, "Arial Black", sans-serif; font-size: clamp(1.75rem, 8vw, 2.8rem); letter-spacing: .045em; }
.brand-name strong { color: var(--mustard); font-weight: inherit; }
main { width: min(880px, calc(100% - 1.5rem)); margin: clamp(1.25rem, 4vw, 2.5rem) auto 3rem; }
.intro { display: grid; grid-template-columns: 104px 1fr; align-items: center; gap: clamp(1rem, 4vw, 2rem); margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 5px solid var(--ink); }
.eyebrow { margin: 0 0 .35rem; color: var(--red-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, legend, .section-heading { font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif; text-transform: uppercase; }
.intro h1, .card h1 { margin: 0; font-size: clamp(2.35rem, 9vw, 4.6rem); font-weight: 900; letter-spacing: .015em; line-height: .95; }
.lede { max-width: 610px; margin: .75rem 0 0; font-size: clamp(1.05rem, 3.5vw, 1.3rem); font-weight: 700; }
.burst { display: grid; width: 104px; aspect-ratio: 1; place-items: center; background: var(--mustard); clip-path: polygon(50% 0, 60% 20%, 78% 6%, 78% 29%, 100% 27%, 84% 45%, 100% 57%, 78% 62%, 88% 85%, 64% 77%, 55% 100%, 43% 78%, 19% 94%, 24% 68%, 0 65%, 18% 49%, 1% 34%, 27% 32%, 24% 8%, 43% 23%); transform: rotate(-5deg); }
.burst span { width: 68px; text-align: center; font: .92rem/1.05 Impact, "Arial Black", sans-serif; text-transform: uppercase; transform: rotate(5deg); }
.safety-notice { margin-bottom: 1.25rem; padding: .85rem 1rem; border: 3px solid var(--ink); border-left: 10px solid var(--mustard); background: var(--paper); }
.safety-notice strong { display: block; text-transform: uppercase; }
form, .card { border: 4px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); }
form { padding: clamp(1rem, 4vw, 2.1rem); }
.required-note { margin: 0 0 1rem; text-align: right; font-size: .85rem; font-weight: 700; }
.form-section + .form-section { margin-top: 2rem; padding-top: 2rem; border-top: 4px solid var(--ink); }
.section-heading { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.2rem; }
.section-heading span { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--blue); color: white; font: 900 .85rem "Trebuchet MS", sans-serif; }
.section-heading h2 { margin: 0; font-size: clamp(1.55rem, 6vw, 2.25rem); letter-spacing: .035em; }
.grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 1.25rem; }
.field { margin-bottom: 1.15rem; }
label, legend { display: block; margin-bottom: .35rem; font-weight: 900; }
.photo-heading { margin: 0 0 .35rem; font-weight: 900; }
.photo-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.photo-option { display: flex; flex-direction: column; align-items: flex-start; }
.photo-option .help { flex: 1; }
.photo-feedback { margin: .65rem 0 0; font-size: .9rem; font-weight: 700; overflow-wrap: anywhere; }
.help { margin: -.15rem 0 .45rem; color: #394a4d; font-size: .9rem; }
input, textarea { width: 100%; min-height: 50px; padding: .75rem; border: 3px solid var(--ink); border-radius: 0; background: white; color: var(--ink); font: inherit; }
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, button:focus-visible, .button:focus-visible, .text-link:focus-visible, .brand:focus-visible, .skip-link:focus, .photo-input:focus + .photo-button { outline: 4px solid var(--mustard); outline-offset: 3px; }
.field-invalid input, .field-invalid textarea, fieldset.field-invalid { border-color: var(--error); box-shadow: inset 5px 0 0 var(--error); }
.error { min-height: 1.3em; margin: .3rem 0 0; color: var(--error); font-size: .9rem; font-weight: 900; }
.error-summary { display: flex; flex-direction: column; margin-bottom: 1rem; padding: .8rem 1rem; border: 3px solid var(--error); background: #fff4e8; color: var(--error); }
fieldset { min-width: 0; margin: .2rem 0 1rem; padding: 1rem; border: 3px solid var(--ink); }
legend { padding: 0 .4rem; font-size: 1.3rem; letter-spacing: .03em; }
.choices { display: grid; gap: .65rem; }
.choice { display: flex; align-items: flex-start; min-height: 60px; margin: 0; padding: .7rem; border: 2px solid var(--ink); background: white; cursor: pointer; }
.choice:has(input:checked) { background: #f4dfaa; box-shadow: inset 6px 0 0 var(--red); }
.choice:focus-within { outline: 4px solid var(--mustard); outline-offset: 2px; }
.choice input { width: 22px; min-height: 22px; margin: .15rem .75rem 0 .1rem; accent-color: var(--red); }
.choice span, .choice small { display: block; }
.choice small { margin-top: .1rem; font-weight: 400; }
.submit-panel { margin: 2rem -1rem -1rem; padding: 1.25rem 1rem; border-top: 4px solid var(--ink); background: #e3eadf; text-align: center; }
.submit-panel p:first-child { margin: 0 0 .8rem; font-weight: 700; }
button, .button, .photo-button { display: inline-block; min-height: 54px; padding: .85rem 1.25rem; border: 3px solid var(--ink); border-radius: 0; background: var(--red); box-shadow: 4px 4px 0 var(--ink); color: white; font: 900 1rem "Trebuchet MS", sans-serif; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
button:hover, .button:hover, .photo-button:hover { background: var(--red-dark); }
button:disabled { background: #687477; cursor: wait; }
.submitting-status { min-height: 1.4em; margin: .75rem 0 0; font-size: .9rem; }
.card { padding: clamp(1.3rem, 5vw, 2.75rem); }
.confirmation { text-align: center; }
.status-mark { display: grid; width: 74px; height: 74px; margin: 0 auto 1rem; place-items: center; border: 4px solid var(--ink); border-radius: 50%; background: var(--mustard); font-size: 2.6rem; font-weight: 900; }
.confirmation-lede, .error-lede { font-size: 1.2rem; font-weight: 800; }
.reference-panel { margin: 1.5rem auto; padding: 1rem; border: 3px solid var(--ink); background: #e3eadf; }
.reference-panel span { display: block; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reference { display: block; overflow-wrap: anywhere; color: var(--red-dark); font: clamp(1.25rem, 5vw, 2rem) ui-monospace, "Courier New", monospace; }
.text-link { display: inline-block; margin-top: .5rem; font-weight: 900; }
.error-card { border-top: 12px solid var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
footer { display: flex; flex-direction: column; gap: .15rem; padding: 1.5rem 1rem 2.5rem; text-align: center; font-size: .82rem; text-transform: uppercase; }
footer strong { letter-spacing: .06em; }
@media (min-width: 600px) {
  .choices { grid-template-columns: repeat(3, 1fr); }
  .submit-panel { margin-right: -2.1rem; margin-bottom: -2.1rem; margin-left: -2.1rem; padding: 1.5rem 2rem; }
}
@media (max-width: 599px) {
  .grid { grid-template-columns: 1fr; }
  .photo-options { grid-template-columns: 1fr; }
  .intro { grid-template-columns: 76px 1fr; }
  .burst { width: 76px; }
  .burst span { width: 54px; font-size: .7rem; }
  .masthead::after { display: none; }
  button, .photo-button { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
