:root {
  --navy-950: #071a2b;
  --navy-900: #0b2239;
  --navy-800: #102f4f;
  --navy-700: #17466e;
  --blue-100: #eaf1f7;
  --gold-500: #d7a329;
  --gold-400: #e4b84b;
  --gold-100: #faf1d9;
  --sand-100: #f4f0e7;
  --white: #ffffff;
  --ink: #142231;
  --muted: #5d6b78;
  --border: #d7dee5;
  --success: #1f6b4f;
  --danger: #a52a2a;
  --shadow-sm: 0 8px 24px rgba(7, 26, 43, 0.08);
  --shadow-lg: 0 24px 70px rgba(7, 26, 43, 0.18);
  --radius-sm: 0.45rem;
  --radius-md: 0.85rem;
  --radius-lg: 1.4rem;
  --shell: 73rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  color-scheme: light;
  scroll-padding-top: 7rem;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.08;
}

h1 { font-size: clamp(2.6rem, 6vw, 5.3rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -0.03em; }
h3 { font-size: 1.45rem; }

a {
  color: var(--navy-700);
  text-underline-offset: 0.18em;
}

a:hover { color: var(--navy-950); }

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 3px;
}

button, input, select, textarea { font: inherit; }

.shell {
  margin-inline: auto;
  max-width: var(--shell);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.skip-link {
  background: var(--gold-400);
  color: var(--navy-950);
  left: 1rem;
  padding: 0.65rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 1000;
}

.skip-link:focus { top: 1rem; }

.eyebrow {
  color: var(--gold-500);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 3rem;
  padding: 0.72rem 1.25rem;
  text-decoration: none;
}

.button { transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button--gold { background: var(--gold-400); color: var(--navy-950); }
.button--navy { background: var(--navy-900); color: var(--white); }
.button--navy:hover { background: var(--navy-700); color: var(--white); }
.button--outline-light { border-color: rgba(255, 255, 255, 0.55); color: var(--white); }
.button--outline-light:hover { background: var(--white); color: var(--navy-950); }
.button--secondary { background: var(--white); border-color: var(--border); color: var(--navy-900); }
.button--small { min-height: 2.4rem; padding: 0.45rem 0.85rem; }
.button--full { width: 100%; }

.text-link {
  font-weight: 800;
  text-decoration-color: var(--gold-500);
  text-decoration-thickness: 2px;
}

.flash {
  background: #e7f5ef;
  border-bottom: 1px solid #b7ddcf;
  color: #154d39;
  padding-block: 0.75rem;
}

.flash--alert {
  background: #fff1ef;
  border-color: #edc8c2;
  color: #76251d;
}
.site-header {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 6.25rem;
}

.brand { display: inline-block; }
.brand__image { max-height: 4.8rem; width: auto; }

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 0.3rem;
}

.nav-link {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
}

.nav-link:hover, .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.nav-link--admin { border: 1px solid rgba(255, 255, 255, 0.25); }
.mobile-nav { display: none; position: relative; }

.hero {
  background:
    radial-gradient(circle at 75% 20%, rgba(53, 103, 145, 0.4), transparent 30%),
    linear-gradient(130deg, var(--navy-950), var(--navy-800));
  color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
  position: relative;
}

.hero::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 34rem;
  position: absolute;
  right: -12rem;
  top: -14rem;
  width: 34rem;
}

.hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.6fr);
  position: relative;
  z-index: 1;
}

.hero h1 { color: var(--white); margin-bottom: 1.4rem; max-width: 13ch; }

.hero__lede {
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  margin-bottom: 2rem;
  max-width: 42rem;
}

.hero__panel {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.hero__panel img { margin-bottom: 1.3rem; max-width: 7.5rem; }
.hero__panel h2 { color: var(--white); font-size: 1.7rem; }
.hero__panel p:last-child { margin-bottom: 0; }
.hero__panel-label { color: var(--gold-400); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.section { padding-block: clamp(4.25rem, 8vw, 7rem); }
.section--light { background: var(--white); }
.section--sand { background: var(--sand-100); }

.section-heading { margin-bottom: 2.7rem; max-width: 47rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.section-heading--light h2, .section-heading--light > p:last-child { color: var(--white); }
.section-heading--row { align-items: end; display: flex; justify-content: space-between; max-width: none; }

.service-section {
  background: linear-gradient(145deg, var(--navy-950), #102e4a);
  color: var(--white);
}

.split-feature {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: 1.1fr 0.9fr;
}

.split-feature blockquote {
  border-left: 4px solid var(--gold-500);
  color: var(--navy-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.3;
  margin: 0;
  padding-left: 2rem;
}

.page-hero {
  background: linear-gradient(135deg, var(--navy-950), var(--navy-700));
  color: rgba(255, 255, 255, 0.84);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.page-hero--compact { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.page-hero__inner { max-width: var(--shell); }
.page-hero h1 { color: var(--white); margin-bottom: 1.15rem; max-width: 15ch; }
.page-hero p:last-child { font-size: 1.15rem; max-width: 45rem; }

.prose-grid, .form-layout, .membership-layout {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
}

.form-layout { grid-template-columns: 0.7fr 1fr; }
.membership-layout { grid-template-columns: 0.55fr 1fr; }

.prose h2 { font-size: 2rem; margin-top: 2.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #3e4d5b; font-size: 1.08rem; }

.cta-band { background: var(--navy-900); color: var(--white); padding-block: 3.2rem; }
.cta-band h2 { color: var(--white); font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 0; }
.cta-band__inner { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.cta-band__link { align-items: center; border-bottom: 2px solid var(--gold-400); color: var(--white); display: inline-flex; font-size: 1.05rem; font-weight: 800; gap: 0.7rem; padding: 0.45rem 0; text-decoration: none; }
.cta-band__link:hover { border-color: var(--white); color: var(--gold-400); }
.cta-band__link span:last-child { font-size: 1.35rem; line-height: 1; transition: transform 160ms ease; }
.cta-band__link:hover span:last-child { transform: translateX(0.25rem); }

.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, 0.68); padding-top: 4rem; }
.site-footer__grid { display: grid; gap: 3rem; grid-template-columns: 1.5fr 0.7fr 0.7fr; }
.site-footer__logo { margin-bottom: 1.3rem; max-width: 18rem; }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer a { color: rgba(255, 255, 255, 0.74); display: block; margin-block: 0.45rem; }
.site-footer__legal { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; margin-top: 3rem; padding-block: 1.5rem; }
.link-button { background: none; border: 0; color: rgba(255, 255, 255, 0.74); cursor: pointer; padding: 0; text-decoration: underline; }
.mission-grid, .newsletter-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.mission-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 2rem;
}

.mission-card__number { color: var(--gold-500); display: block; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; margin-bottom: 2rem; }
.mission-card h3 { margin-bottom: 0.7rem; }
.mission-card p { color: var(--muted); margin-bottom: 0; }

.service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 15rem;
  padding: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.service-card:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(228, 184, 75, 0.7); color: var(--white); transform: translateY(-3px); }
.service-card img { margin-bottom: 1.2rem; max-height: 8rem; max-width: 8rem; object-fit: contain; }
.service-card h3 { color: var(--white); font-family: inherit; font-size: 1rem; margin-bottom: 0; }
.service-card__link { color: var(--gold-400); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; margin-top: 0.8rem; text-transform: uppercase; }

.newsletter-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15rem;
  padding: 1.7rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.newsletter-card:hover { border-color: #b7c3ce; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.newsletter-card__date { color: var(--gold-500); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.newsletter-card h3 { margin-bottom: 0.8rem; }
.newsletter-card p:not(.newsletter-card__date) { color: var(--muted); }
.newsletter-card .text-link { align-self: flex-start; margin-top: 1.5rem; }

.fact-panel, .membership-benefits {
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  color: rgba(255, 255, 255, 0.8);
  padding: 2.2rem;
}

.fact-panel img { margin-bottom: 1.5rem; max-width: 8rem; }
.fact-panel h2, .membership-benefits h2 { color: var(--white); font-size: 1.8rem; }
.check-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.check-list li { border-top: 1px solid rgba(255, 255, 255, 0.14); padding: 0.85rem 0 0.85rem 1.7rem; position: relative; }
.check-list li::before { color: var(--gold-400); content: "✓"; font-weight: 900; left: 0; position: absolute; }

.school-grid { display: grid; gap: 0.8rem; grid-template-columns: repeat(3, 1fr); }
.school-grid > div { background: var(--white); border-left: 3px solid var(--gold-500); border-radius: var(--radius-sm); font-weight: 700; padding: 1.2rem; }

.archive-year-nav {
  align-items: center;
  background: var(--blue-100);
  border-radius: var(--radius-md);
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 1rem 1.2rem;
}

.archive-year-nav > span { flex: 0 0 auto; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.archive-year-nav > div { display: flex; flex-wrap: wrap; gap: 0.15rem; justify-content: flex-end; }
.archive-year-nav a { border-radius: 999px; font-weight: 800; padding: 0.3rem 0.45rem; text-decoration: none; }
.archive-year-nav a:hover { background: var(--white); }

.archive-year { margin-bottom: 3.5rem; scroll-margin-top: 7rem; }
.archive-year__heading { align-items: baseline; border-bottom: 2px solid var(--navy-900); display: flex; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: 0.7rem; }
.archive-year__heading h2 { font-family: inherit; font-size: 1.3rem; margin: 0; }
.archive-year__heading span { color: var(--muted); font-size: 0.85rem; }
.archive .newsletter-card { min-height: 12rem; }

.empty-state {
  background: var(--blue-100);
  border-radius: var(--radius-md);
  padding: 3rem;
  text-align: center;
}

.empty-state h2 { font-size: 1.7rem; }
.empty-state p:last-child { margin-bottom: 0; }
.contact-note { border-left: 3px solid var(--gold-500); margin-top: 2rem; padding-left: 1rem; }
.contact-note strong, .contact-note span { display: block; }
.contact-note span { color: var(--muted); margin-top: 0.3rem; }
.privacy-note { border-top: 1px solid rgba(255, 255, 255, 0.15); font-size: 0.88rem; margin-top: 2rem; padding-top: 1.2rem; }
.panel-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.panel-form--plain { border: 0; box-shadow: none; padding: 0; }
.form-row { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.form-row--name { grid-template-columns: 0.45fr 1fr 1fr; }
.form-row--address { grid-template-columns: 1fr 0.4fr 0.55fr; }

.field { margin-bottom: 1.2rem; }
.field label, .status-form label { display: block; font-size: 0.88rem; font-weight: 750; margin-bottom: 0.35rem; }

.field input, .field select, .field textarea, .status-form select {
  background: var(--white);
  border: 1px solid #aeb9c3;
  border-radius: var(--radius-sm);
  color: var(--ink);
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .status-form select:focus { border-color: var(--navy-700); outline: 3px solid rgba(23, 70, 110, 0.16); }
.field__hint { color: var(--muted); font-size: 0.82rem; margin: 0.3rem 0 0; }

fieldset { border: 0; margin: 0 0 2rem; padding: 0; }
legend { border-bottom: 1px solid var(--border); color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; margin-bottom: 1.2rem; padding-bottom: 0.6rem; width: 100%; }

.checkbox-field { align-items: center; display: flex; gap: 0.65rem; margin-bottom: 1.5rem; }
.checkbox-field input { height: 1.15rem; width: 1.15rem; }

.form-errors { background: #fff2f0; border: 1px solid #e7c3be; border-radius: var(--radius-sm); color: #76251d; margin-bottom: 1.5rem; padding: 1rem 1.2rem; }
.form-errors h2 { color: inherit; font-family: inherit; font-size: 1rem; margin-bottom: 0.45rem; }
.form-errors ul { margin: 0; padding-left: 1.2rem; }

.honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 0; }
.admin-shell { min-height: 65vh; padding-block: 3.5rem 5rem; }
.admin-shell--narrow { max-width: 56rem; }

.admin-header { align-items: end; border-bottom: 1px solid var(--border); display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 1.2rem; }
.admin-header h1 { font-size: clamp(2rem, 5vw, 3.3rem); margin-bottom: 0; }
.admin-header nav { display: flex; gap: 0.2rem; }
.admin-header nav a { border-radius: 999px; font-size: 0.86rem; font-weight: 750; padding: 0.45rem 0.75rem; text-decoration: none; }
.admin-header nav a.active { background: var(--blue-100); }

.admin-actions { align-items: center; display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
.admin-actions p { color: var(--muted); margin-bottom: 0; }

.admin-list { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.admin-list__item { align-items: center; background: var(--white); border-bottom: 1px solid var(--border); display: flex; gap: 2rem; justify-content: space-between; padding: 1.25rem 1.4rem; }
.admin-list__item:last-child { border-bottom: 0; }
.admin-list__item h2 { font-family: inherit; font-size: 1.05rem; margin: 0.5rem 0 0.15rem; }
.admin-list__item p, .admin-list__item time { color: var(--muted); font-size: 0.88rem; margin: 0; }
.admin-list__item--link { color: inherit; text-decoration: none; }
.admin-list__item--link:hover { background: #f8fafc; color: inherit; }
.admin-list__actions { align-items: center; display: flex; gap: 0.9rem; }
.admin-list__actions a, .danger-link { background: none; border: 0; color: var(--navy-700); cursor: pointer; font-size: 0.85rem; padding: 0; text-decoration: underline; }
.danger-link { color: var(--danger); }

.status-pill { background: var(--blue-100); border-radius: 999px; color: var(--navy-700); display: inline-block; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; padding: 0.26rem 0.55rem; text-transform: uppercase; }
.status-pill--success { background: #e7f5ef; color: var(--success); }

.admin-form { box-shadow: none; }
.admin-login { align-items: center; background: var(--sand-100); display: flex; min-height: 65vh; padding: 2rem; }
.admin-login__card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin: auto; max-width: 28rem; padding: 2.5rem; width: 100%; }
.admin-login__card h1 { font-size: 2.6rem; margin-bottom: 0.7rem; }
.admin-login__card > p:not(.eyebrow) { color: var(--muted); margin-bottom: 1.7rem; }

.detail-card { border: 1px solid var(--border); border-radius: var(--radius-md); margin-bottom: 1.5rem; padding: 2rem; }
.detail-card__heading { align-items: start; border-bottom: 1px solid var(--border); display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: 1.5rem; }
.detail-card__heading h2 { margin: 0.5rem 0 0; }
.detail-card dl { margin: 0; }
.detail-card dl > div { border-bottom: 1px solid #edf0f2; display: grid; gap: 1rem; grid-template-columns: 8rem 1fr; padding-block: 0.8rem; }
.detail-card dt { color: var(--muted); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; }
.detail-card dd { margin: 0; }
.message-body { background: var(--sand-100); border-radius: var(--radius-sm); margin-top: 1.5rem; padding: 1.5rem; }
.message-body p:last-child { margin-bottom: 0; }
.status-form { align-items: end; display: flex; gap: 0.5rem; }
.status-form select { min-height: 2.4rem; width: auto; }
.detail-actions { align-items: center; display: flex; justify-content: space-between; }
.danger-button { background: var(--white); border: 1px solid #d8aaa4; border-radius: 999px; color: var(--danger); cursor: pointer; font-weight: 750; padding: 0.55rem 0.9rem; }

.guide-intro { background: var(--sand-100); border-left: 4px solid var(--gold-500); border-radius: var(--radius-sm); margin-bottom: 2rem; padding: 1.35rem 1.5rem; }
.guide-intro p:last-child { margin-bottom: 0; }
.guide-steps { list-style: none; margin: 0; padding: 0; }
.guide-step { border-bottom: 1px solid var(--border); display: grid; gap: 1.75rem; grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.3fr); padding: 2.5rem 0; }
.guide-step__number { align-items: center; background: var(--navy-700); border-radius: 50%; color: var(--white); display: flex; font-size: 1rem; font-weight: 850; height: 2rem; justify-content: center; margin-bottom: 0.7rem; width: 2rem; }
.guide-step__copy h2 { font-size: 1.45rem; margin-bottom: 0.65rem; }
.guide-step__copy p:last-child { color: var(--muted); margin-bottom: 0; }
.guide-screen { background: #e9eef2; border: 1px solid #c6d0d8; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.guide-screen__bar { background: var(--white); border-bottom: 1px solid #c6d0d8; color: var(--navy-700); font-size: 0.9rem; font-weight: 800; padding: 0.8rem 1rem; }
.guide-screen__body { background: #f8fafb; padding: 1.1rem; }
.guide-screen__body p { color: #52616e; font-size: 0.82rem; }
.guide-screen__button { background: var(--navy-700); border-radius: 999px; color: var(--white); display: inline-block; font-size: 0.76rem; font-weight: 800; margin: 0.3rem 0 1rem; padding: 0.55rem 0.8rem; }
.guide-screen__button span { color: #f9d675; margin-left: 0.4rem; }
.guide-screen__row { background: var(--white); border: 1px solid #d5dde3; border-radius: 0.35rem; display: grid; font-size: 0.78rem; gap: 0.4rem; grid-template-columns: auto 1fr; padding: 0.75rem; }
.guide-screen__row span { background: #e7f5ef; border-radius: 999px; color: var(--success); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.05em; padding: 0.25rem 0.4rem; text-transform: uppercase; }
.guide-screen__body--form { display: grid; gap: 0.8rem; }
.guide-screen__body--form label { color: var(--navy-700); display: grid; font-size: 0.78rem; font-weight: 800; gap: 0.25rem; }
.guide-screen__body--form label span { color: #647481; font-size: 0.7rem; font-weight: 500; }
.guide-screen__body--form input { background: var(--white); border: 1px solid #c6d0d8; border-radius: 0.25rem; color: #43515d; font: inherit; padding: 0.5rem; }
.guide-screen__body--form button { background: var(--white); border: 1px solid #aebbc5; border-radius: 0.25rem; color: var(--navy-700); font: inherit; padding: 0.45rem 0.55rem; text-align: left; width: 8rem; }
.guide-screen__checkbox { background: #edf7f2; border: 1px solid #c7e4d6; border-radius: 0.25rem; padding: 0.55rem; }
.guide-screen__checkbox input { accent-color: var(--success); }
.guide-screen__row--published { grid-template-columns: auto 1fr auto; }
.guide-screen__row a { color: var(--navy-700); font-weight: 750; }
.guide-screen__success { color: var(--success) !important; font-weight: 750; margin: 1rem 0 0; }
.guide-note { background: var(--blue-100); border-radius: var(--radius-sm); margin-top: 2.5rem; padding: 1.5rem; }
.guide-note h2 { font-size: 1.25rem; }
.guide-note p:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; color: var(--white); cursor: pointer; font-weight: 700; list-style: none; padding: 0.5rem 0.85rem; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { background: var(--navy-900); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); display: grid; min-width: 13rem; padding: 0.5rem; position: absolute; right: 0; top: calc(100% + 0.6rem); }

  .hero__grid, .prose-grid, .form-layout, .membership-layout { grid-template-columns: 1fr; }
  .hero__panel { max-width: 32rem; }
  .mission-grid, .newsletter-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1.3fr 0.7fr 0.7fr; }
  .admin-header { align-items: start; flex-direction: column; }
}

@media (max-width: 650px) {
  h1 { font-size: clamp(2.5rem, 14vw, 3.8rem); }
  .site-header__inner { min-height: 5.2rem; }
  .brand__image { max-height: 3.8rem; max-width: 15rem; }
  .hero { padding-top: 4rem; }
  .hero__grid { gap: 2.5rem; }
  .hero__panel { padding: 1.5rem; }
  .mission-grid, .newsletter-grid, .school-grid { grid-template-columns: 1fr; }
  .archive-year-nav { align-items: start; flex-direction: column; gap: 0.7rem; margin-bottom: 2.5rem; }
  .archive-year-nav > div { justify-content: flex-start; }
  .archive .newsletter-card { min-height: 0; padding: 1.4rem; }
  .archive-year { margin-bottom: 3rem; }
  .service-grid { gap: 0.7rem; }
  .service-card { min-height: 12rem; padding: 1rem; }
  .service-card img { max-height: 6rem; max-width: 6rem; }
  .section-heading--row, .cta-band__inner, .site-footer__legal { align-items: start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .form-row, .form-row--name, .form-row--address { grid-template-columns: 1fr; }
  .panel-form { padding: 1.25rem; }
  .admin-actions, .admin-list__item, .detail-card__heading { align-items: start; flex-direction: column; }
  .admin-list__actions { flex-wrap: wrap; }
  .admin-header nav { flex-wrap: wrap; }
  .guide-step { grid-template-columns: 1fr; }
  .guide-screen__row--published { grid-template-columns: auto 1fr; }
  .guide-screen__row--published a { grid-column: 2; }
  .detail-card dl > div { grid-template-columns: 1fr; gap: 0.2rem; }
  .status-form { align-items: stretch; flex-direction: column; width: 100%; }
  .status-form select { width: 100%; }
  .detail-actions { align-items: start; flex-direction: column; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
