:root {
  color-scheme: light;
  --background: #f3f3f2;
  --surface: #fafaf9;
  --text: #626262;
  --muted: #6c6c6c;
  --border: #b0b0ad;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--background);
  font-synthesis: none;
  line-height: 1.6;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--text); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .6rem 1rem; background: var(--surface); z-index: 2; }
.skip-link:focus { top: 1rem; }
.site-header, .site-footer { width: min(100% - 3rem, 960px); margin-inline: auto; }
.site-header { padding: 2.5rem 0; text-align: center; }
.brand { display: inline-block; text-decoration: none; font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.25; }
.brand span { display: block; font-family: Arial, Helvetica, sans-serif; font-size: .7rem; letter-spacing: .36em; margin-top: .5rem; }
.home { width: min(100% - 3rem, 560px); margin: 0 auto; }
.intro { text-align: center; padding: 1.5rem 0 2.5rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; }
h1, h2, h3 { font-weight: 400; line-height: 1.2; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.5rem, 8vw, 3.8rem); margin: .7rem 0 1.25rem; }
h2 { font-size: 1.55rem; margin: 0 0 .65rem; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
.contact { border-top: 1px solid var(--border); padding: 2.2rem 0 1rem; }
.contact > h2, .contact > p { text-align: center; }
form { margin-top: 1.75rem; }
.field { margin-bottom: 1.2rem; }
label, legend { font-size: .9rem; font-weight: 600; }
.field > label { display: block; margin-bottom: .35rem; }
input:not([type="radio"]), textarea { display: block; width: 100%; border: 1px solid var(--border); border-radius: 3px; padding: .75rem; background: var(--surface); color: var(--text); font: inherit; line-height: 1.4; }
textarea { resize: vertical; min-height: 7rem; }
fieldset { min-width: 0; margin: 1.5rem 0; padding: 1rem; border: 1px solid var(--border); border-radius: 3px; }
legend { padding: 0 .4rem; }
fieldset > p { font-size: .9rem; }
.form-note { font-size: .8rem; color: var(--muted); }
.field .form-note { margin-top: .5rem; margin-bottom: 0; }
.optional { font-weight: 400; }
.choices { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.choice { display: flex; align-items: center; gap: .6rem; min-height: 44px; cursor: pointer; }
input[type="radio"] { width: 1.15rem; height: 1.15rem; margin: 0; accent-color: var(--text); flex-shrink: 0; }
.policy-links { margin: .65rem 0 0; }
button, .button { display: inline-block; padding: .8rem 1.6rem; border: 1px solid var(--text); border-radius: 3px; background: #e8e8e6; color: var(--text); font: inherit; text-align: center; text-decoration: none; cursor: pointer; min-height: 48px; }
button { width: 100%; }
button:hover, .button:hover { background: #dededc; }
button:disabled { cursor: wait; opacity: .75; }
#form-status { padding: 1rem; border: 1px solid var(--border); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.site-footer { margin-top: 3rem; padding: 1.75rem 0 2rem; border-top: 1px solid var(--border); font-size: .8rem; text-align: center; color: var(--muted); }
.site-footer p { margin-bottom: .5rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; }
.legal { width: min(100% - 3rem, 720px); margin: 1rem auto 4rem; }
.legal h1 { font-size: clamp(2rem, 6vw, 3rem); }
.legal h2 { margin-top: 2rem; font-size: 1.35rem; }
.legal h3 { margin-top: 1.5rem; }
.legal li { margin-bottom: .7rem; }
.legal address { font-style: normal; }
.confirmation { width: min(100% - 3rem, 560px); margin: 3rem auto 6rem; text-align: center; }
.confirmation h1 { font-size: clamp(2.2rem, 7vw, 3.2rem); }
.confirmation .button { margin-top: 1rem; }
@media (max-width: 480px) {
  .site-header { padding: 2rem 0; }
  .intro { padding-top: .5rem; }
  fieldset { padding: .85rem; }
}
