:root {
  --ink: #1f2a1d;
  --moss: #4c5838;
  --river: #145164;
  --sand: #e6dcc5;
  --foam: #f6f4ee;
  --sun: #d8803a;
  --card: #ffffff;
  --shadow: 0 14px 36px rgba(18, 34, 28, 0.15);
  --anchor-offset: 70px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Serif 4", Georgia, serif;
  background:
    radial-gradient(circle at 10% 20%, rgba(216, 128, 58, 0.1) 0, transparent 35%),
    radial-gradient(circle at 90% 80%, rgba(20, 81, 100, 0.1) 0, transparent 30%),
    var(--foam);
  color: var(--ink);
  line-height: 1.5;
}

html {
  scroll-padding-top: var(--anchor-offset);
}

section[id] {
  scroll-margin-top: var(--anchor-offset);
}

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

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--ink);
  color: var(--foam);
  padding: 0.5rem 0.75rem;
  z-index: 99;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(6px);
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1rem;
  background: linear-gradient(120deg, var(--river), #0e3e4f);
  color: var(--foam);
  font-size: 0.9rem;
}

.header-bar p {
  margin: 0;
}

.header-donate {
  color: var(--foam);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

.nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border-bottom: none;
  padding: 0.42rem 1rem;
}

.site-header > .nav-wrap {
  position: static;
  background: rgba(246, 244, 238, 0.94);
  border-bottom: 1px solid rgba(31, 42, 29, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 252px;
}

.brand picture {
  display: block;
  width: 100%;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main-nav a {
  color: var(--foam);
  text-decoration: none;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.97rem;
  line-height: 1.12;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.main-nav a::before {
  content: "~";
  color: var(--foam);
  font-weight: 700;
  opacity: 0.85;
}

.main-nav a:hover {
  color: var(--foam);
}

.main-nav a:visited,
.main-nav a:active,
.main-nav a:focus {
  color: var(--foam);
}

.site-header .main-nav a,
.site-header .main-nav a::before,
.site-header .main-nav a:hover {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
}

.hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(31, 42, 29, 0.56), rgba(31, 42, 29, 0.72)),
    url("/images/east-rosebud.jpg") center / cover;
  color: var(--foam);
  padding: 5.4rem 1rem 3rem;
}

.streamflows {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: min(92vw, 360px);
  background: rgba(14, 31, 36, 0.78);
  border: 1px solid rgba(246, 244, 238, 0.35);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  padding: 0.7rem 0.8rem;
}

.streamflows h2 {
  color: var(--river);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 0.45rem;
}

.streamflows table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.8rem;
}

.streamflows tr + tr {
  border-top: 1px solid rgba(246, 244, 238, 0.18);
}

.streamflows th,
.streamflows td {
  padding: 0.32rem 0;
  color: var(--foam);
  line-height: 1.2;
}

.streamflows th {
  text-align: left;
  font-weight: 600;
}

.streamflows th a {
  color: var(--sand);
  text-decoration: none;
}

.streamflows th a:hover,
.streamflows th a:focus {
  color: var(--sun);
  text-decoration: underline;
}

.streamflow-info-link {
  color: var(--sand);
  text-decoration: none;
  font-size: 0.95rem;
}

.streamflow-info-link:hover,
.streamflow-info-link:focus {
  color: var(--sun);
}

.streamflows td:nth-child(2) {
  text-align: right;
  font-variant-numeric: tabular-nums;
  width: 4.5rem;
}

.streamflows td:nth-child(3) {
  text-align: left;
  padding-left: 0.45rem;
  width: 2.2rem;
  opacity: 0.9;
}

.hero-inner {
  width: min(100%, 980px);
  animation: fadeUp 0.85s ease-out;
}

.eyebrow {
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sun);
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

h1,
h2,
h3 {
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 0.04em;
  margin: 0;
}

h1 {
  font-size: clamp(1.95rem, 5.8vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

h1 span {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  margin-top: 0.85rem;
  font-family: "Source Serif 4", Georgia, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
}

.hero p {
  max-width: 58ch;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--sun);
  color: #1f170d;
  border: 1px solid var(--sun);
}

.btn-outline {
  color: var(--foam);
  border: 1px solid rgba(246, 244, 238, 0.9);
}

.btn-dark-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(31, 42, 29, 0.35);
}

.btn-dark-outline:hover {
  background: rgba(20, 81, 100, 0.08);
}

.is-hidden {
  display: none !important;
}

.section {
  width: min(100%, 1060px);
  margin: 0 auto;
  padding: 4rem 1rem;
}

.section + .section {
  border-top: 1px solid rgba(31, 42, 29, 0.12);
}

.section-head {
  margin-bottom: 1.25rem;
}

.section h2 {
  color: var(--moss);
  font-size: clamp(2rem, 5.2vw, 3.2rem);
  text-transform: uppercase;
}

.cards {
  display: grid;
  gap: 1rem;
}

.events-grid,
.heroes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.board-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--card);
  border: 1px solid rgba(31, 42, 29, 0.08);
  border-radius: 16px;
  padding: 1.15rem;
  box-shadow: var(--shadow);
}

.card h3 {
  color: var(--river);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.banquet-details-button {
  margin-top: 0.5rem;
  background: transparent;
  cursor: pointer;
}

.banquet-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.event-card-actions {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(20, 81, 100, 0.22);
  border-radius: 999px;
  background: rgba(20, 81, 100, 0.06);
  color: var(--river);
  text-decoration: none;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--sun);
  border-color: rgba(217, 154, 56, 0.5);
  background: rgba(217, 154, 56, 0.08);
  transform: translateY(-1px);
}

.social-link img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  flex: 0 0 auto;
  display: block;
}

.social-link--instagram .social-logo {
  border-radius: 0.38rem;
  box-shadow: 0 0 0 1px rgba(31, 42, 29, 0.12);
}

.rimrock-river-sister-image {
  display: block;
  width: min(100%, 220px);
  height: auto;
  margin: 1rem auto 0;
}

.banquet-card-actions .banquet-details-button {
  margin-top: 0;
}

.banquet-card-qr {
  margin: 1rem auto 0;
}

.banquet-details-card {
  margin-top: 1.25rem;
}

.banquet-details-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.banquet-details-copy-group {
  min-width: 0;
}

.banquet-details-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.banquet-details-copy {
  max-width: 82ch;
  margin-bottom: 1rem;
}

.banquet-details-copy-group .banquet-details-copy:last-child {
  margin-bottom: 0;
}

.banquet-details-qr {
  width: clamp(120px, 16vw, 170px);
  height: auto;
  align-self: start;
  justify-self: end;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(31, 42, 29, 0.12);
}

.banquet-details-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.banquet-detail-column {
  background: rgba(230, 220, 197, 0.3);
  border: 1px solid rgba(31, 42, 29, 0.08);
  border-radius: 12px;
  padding: 1rem;
}

.banquet-detail-column h4 {
  margin: 0 0 0.75rem;
  color: var(--moss);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.banquet-detail-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #4c5838;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.banquet-detail-list li + li {
  margin-top: 0.45rem;
}

.trivia-shell {
  margin-top: 1.75rem;
}

.trivia-card {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(216, 128, 58, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(20, 81, 100, 0.05), rgba(230, 220, 197, 0.35));
}

.trivia-card::after {
  content: "";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 81, 100, 0.12), transparent 68%);
  pointer-events: none;
}

.trivia-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.trivia-progress,
.trivia-prompt,
.trivia-feedback {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.trivia-progress {
  margin: 0;
  color: var(--river);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trivia-prompt {
  margin: 0;
  color: var(--moss);
  font-size: 0.96rem;
}

.trivia-question {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.trivia-answers {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
}

.trivia-answer {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 81, 100, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  cursor: pointer;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.trivia-answer:hover,
.trivia-answer:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(20, 81, 100, 0.4);
  background: rgba(246, 244, 238, 0.98);
  box-shadow: 0 10px 22px rgba(20, 81, 100, 0.1);
}

.trivia-answer:disabled {
  cursor: default;
  opacity: 1;
}

.trivia-answer--incorrect {
  border-color: rgba(216, 128, 58, 0.48);
  background: rgba(216, 128, 58, 0.13);
  color: #84441d;
}

.trivia-answer--correct {
  border-color: rgba(76, 88, 56, 0.42);
  background: rgba(76, 88, 56, 0.14);
  color: #314020;
}

.trivia-feedback {
  position: relative;
  z-index: 1;
  min-height: 1.5rem;
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.trivia-feedback[data-state="idle"] {
  color: var(--moss);
}

.trivia-feedback[data-state="correct"] {
  color: var(--river);
}

.trivia-feedback[data-state="incorrect"] {
  color: var(--sun);
}

.trivia-explanation {
  position: relative;
  z-index: 1;
  margin-top: 0.85rem;
  padding: 0.95rem 1rem;
  border-left: 4px solid rgba(20, 81, 100, 0.45);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.74);
  color: #42503b;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.trivia-next {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

.partner-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.partner-list li {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1em;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #5a6a58;
}

.partner-list a {
  color: #145164;
  text-decoration: none;
}

.partner-list a:hover {
  color: #0f4150;
}

.board-bio {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.80rem;
  color: #4c5838;
  line-height: 1.6;
}

.board-card--featured .board-card-header,
.board-card--with-photo .board-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.board-card--featured .board-card-heading,
.board-card--with-photo .board-card-heading {
  min-width: 0;
}

.board-card--featured .board-card-heading h3,
.board-card--with-photo .board-card-heading h3 {
  margin-top: 0;
}

.board-card--featured .board-card-heading .name-color,
.board-card--with-photo .board-card-heading .name-color {
  margin: 0;
}

.board-card-portrait {
  width: clamp(4rem, 10.35vw, 5.2rem);
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  border: 1px solid rgba(31, 42, 29, 0.12);
  box-shadow: 0 10px 24px rgba(18, 34, 28, 0.12);
}

.name-list {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.80rem;
  color: #4c5838;
  line-height: 1.6;
}

.name-color {
  color: var(--sun);
}

.wall-of-fame {
  margin-top: 2rem;
  background: var(--sand);
  padding: 1.5rem;
  border-radius: 16px;
}

.wall-of-fame h2 {
  margin-bottom: 0.85rem;
}

.fame-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: var(--card);
  border: 1px solid rgba(31, 42, 29, 0.12);
  border-radius: 12px;
  overflow: hidden;
}

.fame-table td {
  width: 25%;
  padding: 0.28rem 0.65rem;
  border: 1px solid rgba(31, 42, 29, 0.09);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.94rem;
  color: #4c5838;
  line-height: 1.3;
}

.wall-of-fame-plaque {
  margin-top: 1.25rem;
}

.wall-of-fame-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.75rem;
  border-radius: 12px;
  cursor: pointer;
}

.event-date {
  margin: 0 0 0.55rem;
  color: var(--sun);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.event-meta {
  margin: 0 0 0.6rem;
  color: var(--moss);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.trout-row {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.trout-row img {
  width: clamp(90px, 20vw, 128px);
  height: auto;
  display: block;
}

.section-donations {
  background: linear-gradient(145deg, #1e4f5f, #163d4a 50%, #3f5a3d);
  color: var(--foam);
  border-radius: 18px;
  margin-top: 1rem;
}

.section-donations h2 {
  color: var(--foam);
}

.section-donations .btn-outline {
  color: var(--foam);
  border-color: rgba(246, 244, 238, 0.85);
}

.section-board {
  border: 3px solid rgba(20, 81, 100, 0.72);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(246, 244, 238, 0.35);
}

.section-board .section-head {
  margin-top: 0;
}

@media (prefers-color-scheme: dark) {
  .section-board {
    border-color: rgba(246, 244, 238, 0.9);
    box-shadow: inset 0 0 0 1px rgba(20, 81, 100, 0.35);
  }
}

.section-donations .hero-actions {
  align-items: center;
}

.donations-badge {
  width: 128px;
  height: auto;
  margin-left: auto;
  margin-right: 0.5rem;
  flex: 0 0 auto;
}

.donation-copy,
.about-copy {
  max-width: 68ch;
  font-size: 1.1rem;
}

.site-footer {
  background: #17211a;
  color: #e6dcc5;
  text-align: center;
  padding: 1.6rem 1rem;
}

.site-footer p {
  margin: 0.2rem 0;
}

.social-links--footer {
  justify-content: center;
  margin: 0 0 0.9rem;
}

.site-footer .social-link {
  color: #e6dcc5;
  border-color: rgba(230, 220, 197, 0.25);
  background: rgba(230, 220, 197, 0.08);
}

.site-footer .social-link:hover,
.site-footer .social-link:focus-visible {
  color: var(--sun);
  border-color: rgba(217, 154, 56, 0.5);
  background: rgba(217, 154, 56, 0.12);
}

.footer-home-link {
  color: #e6dcc5;
}

.footer-home-link:hover {
  color: var(--sun);
}

.print-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.membership-sheet {
  background: #fff;
  border: 1px solid rgba(31, 42, 29, 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.membership-sheet h3 {
  margin-bottom: 1rem;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-field span,
.membership-type legend {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #334231;
  letter-spacing: 0.01em;
}

.form-field input[type="text"] {
  width: 100%;
  border: 1px solid rgba(31, 42, 29, 0.4);
  border-radius: 6px;
  min-height: 2.25rem;
  padding: 0.45rem 0.55rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
}

.full-width {
  grid-column: 1 / -1;
}

.membership-type {
  margin: 0;
  border: 1px solid rgba(31, 42, 29, 0.22);
  border-radius: 8px;
  padding: 0.6rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
}

.membership-type label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.mailing-block {
  margin-top: 1.25rem;
  padding-top: 0.9rem;
  border-top: 1px dashed rgba(31, 42, 29, 0.35);
}

.mailing-block p {
  margin: 0.15rem 0;
}

.office-use-only {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(31, 42, 29, 0.35);
}

.office-use-only p {
  margin: 0.2rem 0;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem 1rem;
  margin-top: 0.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.card a[href^="mailto:"] {
  color: var(--river);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.card a[href^="mailto:"]:hover {
  color: var(--sun);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .events-grid,
  .heroes-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .banquet-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fame-table td {
    font-size: 0.88rem;
    padding: 0.24rem 0.5rem;
  }

  .membership-grid {
    grid-template-columns: 1fr;
  }

  .office-grid {
    grid-template-columns: 1fr;
  }

  .header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    place-items: start;
    gap: 0.9rem;
    padding-top: 1.8rem;
  }

  .section {
    scroll-margin-top: 6.5rem;
  }

  .section-board .board-bio,
  .section-board .board-card p a[href^="mailto:"] {
    display: none;
  }

  .streamflows {
    position: static;
    width: min(100%, 420px);
    margin-bottom: 0.2rem;
  }

  .hero-inner {
    width: 100%;
  }

  .menu-toggle {
    display: inline-block;
    color: var(--foam);
    border-color: rgba(246, 244, 238, 0.9);
  }

  .main-nav {
    display: none;
    width: 100%;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(31, 42, 29, 0.15);
    flex-direction: column;
  }

  .main-nav.open {
    display: flex;
  }

  .nav-wrap {
    position: static;
    flex-wrap: wrap;
    padding: 0.6rem 1rem 0.2rem;
    background: rgba(14, 31, 36, 0.38);
    border-radius: 10px;
    width: min(92vw, 360px);
    margin: 0 auto 0.6rem;
  }

  .brand {
    max-width: 220px;
  }

  h1 {
    font-size: clamp(2rem, 9.5vw, 3.4rem);
  }

  .banquet-details-intro {
    grid-template-columns: 1fr;
  }

  .banquet-details-qr {
    justify-self: start;
  }

  .banquet-details-grid {
    grid-template-columns: 1fr;
  }

  .trivia-card {
    padding: 1.1rem;
  }

  .trivia-topline {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  .section-board .board-card-portrait {
    display: none;
  }
}

@media print {
  .membership-page {
    background: #fff;
    color: #000;
  }

  .membership-page .site-header,
  .membership-page .site-footer,
  .membership-page .print-actions,
  .membership-page .skip-link,
  .membership-page .section-head,
  .membership-page .about-copy {
    display: none !important;
  }

  .membership-page .section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .membership-page .membership-sheet {
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
    padding: 0.45in;
    break-inside: avoid;
  }

  .membership-page .office-use-only {
    border-top-color: #000;
  }

  .membership-page .membership-sheet h3 {
    color: #000;
  }
}
