/* Save Mesa Elementary — recreation of the Wix site's look (cream paper, dark slate bands, Sora).
   Palette lifted from the Wix theme: paper 241,239,233; ink 20,36,45; slate 75,87,92; muted 131,138,139. */
@font-face { font-family: "Sora"; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/sora-400.woff2) format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/sora-500.woff2) format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 600; font-display: swap; src: url(/assets/fonts/sora-600.woff2) format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap; src: url(/assets/fonts/sora-700.woff2) format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 800; font-display: swap; src: url(/assets/fonts/sora-800.woff2) format("woff2"); }

:root {
  --paper: #F1EFE9;
  --ink: #14242D;
  --slate: #4B575C;
  --muted: #838A8B;
  --line: #C9C6BE;
  --white: #FFFFFF;
  --head: "Sora", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: 24px;
  --wrap: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--body); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, .h2-sm, .h3 { font-family: var(--head); line-height: 1.1; margin: 0 0 18px; letter-spacing: -.01em; }
h1 { font-weight: 700; }
.hero h1 { font-weight: 800; font-size: clamp(28px, 4.1vw, 50px); text-transform: uppercase; color: var(--slate); text-align: center; letter-spacing: -.025em; line-height: 1.08; }
h2 { font-weight: 700; font-size: clamp(30px, 4.4vw, 56px); }
.h2-sm, h2.h2-sm { font-size: clamp(28px, 3.4vw, 42px); }
h3 { font-weight: 700; font-size: clamp(22px, 2.2vw, 30px); margin-bottom: 10px; }
p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.wrap.narrow { max-width: 900px; }
.center { text-align: center; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; font: 700 15px/1.2 var(--head); text-decoration: none; padding: 14px 26px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s; text-align: center; }
.btn-slate { background: var(--slate); color: #fff; border-color: var(--slate); }
.btn-slate:hover { background: var(--ink); border-color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--slate); }
.btn-outline:hover { background: var(--slate); color: #fff; }
.btn-light { background: #BABCBA; color: var(--ink); border-color: #BABCBA; }
.btn-light:hover { background: #fff; border-color: #fff; }
.btn-white { background: #fff; color: #000; border-color: #fff; border-radius: 3px; font-family: var(--body); font-weight: 500; font-size: 16px; padding: 8px 14px; }
.btn-white:hover { background: var(--paper); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px 14px; margin: 26px 0; }

/* nav */
.nav { background: var(--paper); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; padding-bottom: 22px; }
.wordmark { font: 400 16px/1 var(--body); color: var(--slate); text-decoration: none; letter-spacing: .01em; }
.wordmark:hover { color: var(--ink); }

/* hero */
.hero { padding: 72px 0 0; }
.hero h1 { margin: 0 auto 26px; max-width: 1100px; }
.hero-in { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.hero-text { padding: 4px 8px 40px; }
.hero-date { font: 500 22px/1.3 var(--head); margin: 0 0 40px; }
.lead { font-size: 18px; line-height: 1.5; max-width: 52ch; }
.rally { font-size: 18px; line-height: 1.45; margin-top: 8px; }
.rally strong { font-weight: 700; }
.hero-img img { width: 100%; object-fit: cover; aspect-ratio: 560 / 556; }

/* dark bands */
.band { background: var(--ink); color: #fff; padding: 44px 0; }
.band h2, .band h3 { color: #fff; }
.band-in { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.band-text { padding: 20px 8px 0; max-width: 46ch; }
.band-text h2 { font-size: clamp(34px, 4.8vw, 62px); line-height: 1.02; margin-bottom: 44px; }
.band-text p { font-size: 17px; }
.band-text .btn { margin-top: 10px; }
.band-img img { width: 100%; object-fit: cover; aspect-ratio: 560 / 694; }

/* plain sections */
.section { padding: 56px 0; }
.section .h2-sm { margin-bottom: 26px; }

/* questions grid */
.questions { padding-top: 24px; }
.questions h2 { max-width: 20ch; }
.qgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 60px; margin-top: 10px; }
.q { border-top: 1px solid var(--slate); padding-top: 26px; }
.q h3 { font-size: clamp(24px, 2.6vw, 34px); }
.q p { font-size: 18px; line-height: 1.5; max-width: 42ch; }

/* take action */
.action { padding: 70px 0 60px; }
.action h2 { font-size: clamp(38px, 5.6vw, 72px); margin-bottom: 70px; }
.actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
.act h3 { font-family: var(--body); font-weight: 400; font-size: 24px; line-height: 1.25; margin-bottom: 16px; }
.act p { font-size: 18px; line-height: 1.45; margin-bottom: 26px; }

/* dates */
.dates h2 { font-size: clamp(38px, 5.6vw, 72px); margin-bottom: 40px; }
.dgrid { display: grid; grid-template-columns: 1fr 1.2fr 1.4fr; gap: 30px 40px; }
.d h3 { font-size: 26px; }
.d p { font-size: 18px; line-height: 1.45; margin-bottom: 24px; }
.dates .wrap { border-bottom: 1px solid var(--slate); padding-bottom: 40px; }

/* footer */
.footer { background: var(--ink); color: #BABCBA; padding: 70px 0 80px; font-size: 16px; line-height: 1.45; }
.foot-in { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 80px; }
.foot-name { font: 700 34px/1.1 var(--head); color: #BABCBA; margin-bottom: 40px; }
.footer a { color: #BABCBA; }
.footer a:hover { color: #fff; }
.footer p { max-width: 44ch; }
.foot-in > div:last-child { padding-top: 80px; }
.copy { margin-top: 40px; }

/* contact page */
.contact { padding: 60px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px 60px; }
.contact-form { background: #fff; border: 1px solid var(--line); padding: 28px 28px 26px; display: grid; gap: 18px; }
.field { display: grid; gap: 7px; font-weight: 700; font-size: 15px; font-family: var(--head); }
.field .opt { font-weight: 500; color: var(--muted); font-family: var(--body); }
.field input, .field textarea { width: 100%; font: 400 17px/1.4 var(--body); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0; padding: 11px 13px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--slate); box-shadow: 0 0 0 3px rgba(75, 87, 92, .2); background: #fff; }
.field textarea { min-height: 170px; resize: vertical; }
.field.captcha { grid-template-columns: auto 96px 1fr; align-items: center; gap: 8px 14px; }
.field.captcha b { font-variant-numeric: tabular-nums; }
.field.captcha input { width: 96px; text-align: center; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-err { margin: 0; padding: 12px 14px; background: #FFF1EC; border-left: 4px solid #C0392B; color: #8E2418; font-weight: 600; font-size: 15px; }
.contact-form .btn { justify-self: start; }
.contact-form .btn[disabled] { opacity: .6; cursor: wait; }
.contact-done { background: var(--ink); color: #fff; padding: 30px 30px 32px; }
.contact-done .h3 { color: #fff; margin: 0 0 12px; }
.contact-done p { margin: 0; font-size: 17px; }
.form-note { margin: 16px 0 0; font-size: 15px; color: var(--muted); }
.form-note a { color: var(--slate); }

/* responsive */
@media (max-width: 900px) {
  .hero { padding-top: 44px; }
  .hero-in, .band-in, .foot-in, .contact-grid { grid-template-columns: 1fr; }
  .hero-text { padding-bottom: 8px; }
  .hero-date { margin-bottom: 22px; }
  .hero-img { margin: 0 calc(-1 * var(--pad)); }
  .hero-img img { aspect-ratio: 4 / 3; }
  .band-text h2 { margin-bottom: 24px; }
  .band-img { margin: 0 calc(-1 * var(--pad)) calc(-44px); }
  .band-img img { aspect-ratio: 4 / 3; }
  .actions, .dgrid, .qgrid { grid-template-columns: 1fr; }
  .action h2 { margin-bottom: 36px; }
  .foot-in > div:last-child { padding-top: 0; }
}
@media (max-width: 560px) {
  :root { --pad: 18px; }
  .nav-in .btn { padding: 11px 16px; font-size: 14px; }
  .btn-row .btn { flex: 1 1 100%; }
  .contact-form { padding: 22px 18px 20px; }
  .contact-form .btn { justify-self: stretch; }
  .field.captcha { grid-template-columns: auto 96px; }
  .field.captcha .opt { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
