/* Shared local styles, adapted from the reference site's charcoal/amber palette. */
:root {
  color-scheme: dark;
  --bg: #181818;
  --surface: #262829;
  --text: #ffffff;
  --muted: #b5bac2;
  --amber: #ffc55e;
  --amber-light: #ffd68a;
  --border: #414446;
  --input-border: #81868b;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
a { color: var(--amber-light); text-underline-offset: .25em; }
a:hover { color: #fff3d6; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
h1 { font-size: clamp(2.6rem, 5.5vw, 4.7rem); font-weight: 400; letter-spacing: -.035em; }
h1 em { color: var(--amber-light); font-style: normal; }
h2 { font-size: 1.9rem; font-weight: 400; }
h3 { font-size: 1.5rem; font-weight: 400; }
.container { width: min(100% - 2.5rem, 1080px); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--border); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 96px; }
.brand { color: var(--text); text-decoration: none; font-weight: 650; font-size: 1.05rem; line-height: 1.45; padding-block: .5rem; }
.brand span { display: block; font-size: .8rem; color: var(--muted); font-weight: 400; }
.nav-link { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 48px; white-space: nowrap; text-decoration: none; font-size: .9rem; }
.eyebrow { color: var(--amber-light); font-size: .72rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.3rem; }
.hero { padding-block: 4.5rem 4rem; text-align: center; }
.intro { font-size: 1.1rem; line-height: 1.75; color: var(--muted); max-width: 560px; margin-block: 1.5rem 2rem; }
.hero .intro { margin-inline: auto; }
.button { background: var(--amber); color: #181818; border: 1px solid transparent; border-radius: 6px; display: inline-flex; justify-content: center; align-items: center; gap: 1.8rem; min-height: 52px; padding: .85rem 1.4rem; font: inherit; font-weight: 650; text-decoration: none; cursor: pointer; }
.button:hover { color: #181818; background: var(--amber-light); }
.hero-note { color: var(--muted); font-size: .8rem; margin-top: 1.2rem; }
.local-section { padding-block: 2.5rem 4rem; border-top: 1px solid var(--border); }
.section-heading { margin-bottom: 1.8rem; }
.section-heading .eyebrow { margin-bottom: .6rem; }
.card { border: 1px solid var(--border); border-radius: 10px; background: var(--surface); padding: 1.5rem; }
.status { color: var(--amber-light); font-size: .75rem; margin-bottom: 1rem; }
.announcement p:not(.status), .next-step p { color: var(--muted); max-width: 600px; margin-block: .8rem 1.5rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; font-size: .95rem; }
.site-footer { border-top: 1px solid var(--border); padding-block: 1.5rem; font-size: .8rem; color: var(--muted); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; column-gap: 1.5rem; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.join-layout { padding-block: 2.5rem 3rem; }
.join-intro h1 { font-size: clamp(2.3rem, 4vw, 3.5rem); }
.join-intro .intro { margin-block: 1.2rem .8rem; font-size: 1rem; }
.muted { color: var(--muted); font-size: .9rem; }
.signup-card { margin-top: 2rem; }
.signup-card h2 { font-size: 1.7rem; }
.form-note { font-size: .85rem; color: var(--muted); margin-block: .7rem 1.5rem; }
.field { margin-bottom: 1rem; min-width: 0; }
.field label { display: block; font-size: .9rem; font-weight: 550; margin-bottom: .4rem; }
.optional { font-size: .8rem; font-weight: 400; color: var(--muted); }
.field input { width: 100%; min-width: 0; min-height: 48px; border: 1px solid var(--input-border); border-radius: 5px; background: var(--bg); color: var(--text); font: inherit; font-size: 1rem; padding: .65rem .8rem; }
.field .zip-input { max-width: 11rem; }
.hint { color: var(--muted); font-size: .8rem; margin-top: .4rem; }
.phone-hint { margin-top: -.4rem; margin-bottom: 1.6rem; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { font-weight: 600; font-size: .95rem; padding: 0; }
fieldset .hint { margin-bottom: .8rem; }
.choice { display: flex; gap: .8rem; align-items: flex-start; min-height: 48px; padding: .7rem .1rem; cursor: pointer; font-size: .9rem; }
.choice input { appearance: auto; width: 20px; height: 20px; flex: 0 0 20px; margin: .1rem 0 0; accent-color: var(--amber); }
.form-submit { border-top: 1px solid var(--border); padding-top: 1rem; margin-top: 1rem; }
.consent { font-size: .85rem; }
.privacy-note { margin-block: .6rem 1.3rem; }
.form-submit .button { width: 100%; }
.thanks { max-width: 650px; padding-block: 4rem; }
.next-step { margin-block: 2rem 1rem; }
.skip-link { position: absolute; top: 0; left: 1rem; transform: translateY(-150%); background: var(--amber); color: var(--bg); padding: .8rem; z-index: 10; }
.skip-link:focus { transform: translateY(0); color: var(--bg); }
@media (min-width: 600px) {
  .container { width: min(100% - 4rem, 1080px); }
  .brand span { display: inline; margin-left: .25rem; font-size: .9rem; }
  .hero { padding-block: 6rem 5rem; }
  .card { padding: 2rem; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (min-width: 900px) {
  .join-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; padding-block: 4rem; }
  .join-intro { padding-top: 1.5rem; }
  .signup-card { margin-top: 0; }
  .announcement { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
  .announcement .text-link { white-space: nowrap; }
  .announcement p:not(.status) { margin-bottom: 0; }
}
