:root {
  --ink: #141414;
  --muted: #4e4e4e;
  --paper: #fffaf4;
  --surface: #ffffff;
  --line: #ddd6cc;
  --brand: #b5161a;
  --brand-dark: #7f1013;
  --gold: #f3bd42;
  --focus: #155eef;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(243, 189, 66, .18), transparent 30rem),
    linear-gradient(180deg, #fffaf4 0%, #fff 42%, #fffaf4 100%);
}

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

[hidden] {
  display: none !important;
}

a {
  color: var(--brand-dark);
}

a:hover {
  color: var(--brand);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 1rem;
  padding: .75rem 1rem;
  position: absolute;
  top: .75rem;
  transform: translateY(-150%);
  z-index: 20;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(20, 20, 20, .06);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 1rem;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: .75rem;
  font-weight: 850;
  letter-spacing: .04em;
  min-height: 44px;
  text-decoration: none;
  text-transform: uppercase;
}

.brand::before {
  align-items: center;
  background: var(--brand);
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  content: "85";
  display: inline-flex;
  font-size: .82rem;
  height: 2.6rem;
  justify-content: center;
  letter-spacing: 0;
  width: 2.6rem;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  align-items: center;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 700;
  min-height: 44px;
  padding: .45rem .7rem;
  text-decoration: none;
  text-decoration-thickness: .08em;
  text-underline-offset: .25em;
}

.nav-list a[aria-current="page"] {
  background: #fff3f3;
  color: var(--brand);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .88) 0%, rgba(40, 5, 6, .78) 48%, rgba(20, 20, 20, .28) 100%),
    url("apparatus/apparatus-5.jpg") center / cover no-repeat;
  color: #fff;
}

.page-hero.events-hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .88) 0%, rgba(40, 5, 6, .78) 48%, rgba(20, 20, 20, .26) 100%),
    url("apparatus/apparatus-3.jpg") center / cover no-repeat;
}

.page-hero.join-hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .88) 0%, rgba(40, 5, 6, .76) 48%, rgba(20, 20, 20, .24) 100%),
    url("apparatus/apparatus-4.jpg") center / cover no-repeat;
}

.page-hero.history-hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .9) 0%, rgba(40, 5, 6, .78) 48%, rgba(20, 20, 20, .24) 100%),
    url("history/history-7.jpg") center / cover no-repeat;
}

.page-hero.officers-hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .88) 0%, rgba(40, 5, 6, .76) 48%, rgba(20, 20, 20, .24) 100%),
    url("apparatus/apparatus-5.jpg") center / cover no-repeat;
}

.page-hero.contact-hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .88) 0%, rgba(40, 5, 6, .78) 48%, rgba(20, 20, 20, .26) 100%),
    url("apparatus/apparatus-2.jpg") center / cover no-repeat;
}

.page-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--max);
  min-height: clamp(340px, 46vh, 480px);
  padding: clamp(3rem, 7vw, 5.5rem) 1rem;
}

.page-hero h1 {
  max-width: 14ch;
}

.page-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin: 1rem 0 0;
  max-width: 58ch;
  text-shadow: 0 1px 16px rgba(0, 0, 0, .45);
}

.hero {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .86) 0%, rgba(40, 5, 6, .72) 45%, rgba(20, 20, 20, .18) 100%),
    url("apparatus/apparatus-1.jpg") center / cover no-repeat;
  color: #fff;
}

.hero-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: var(--max);
  min-height: clamp(520px, 68vh, 680px);
  padding: clamp(3rem, 8vw, 6rem) 1rem;
}

.hero-copy {
  max-width: 680px;
}

.kicker {
  color: var(--brand-dark);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.hero .kicker,
.page-hero .kicker,
.modern-band .kicker {
  color: var(--gold);
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-lede {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin: 1rem 0 1.5rem;
  max-width: 48rem;
}

.quick-links {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.quick-link-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: 1rem;
  transform: translateY(-2.25rem);
}

.quick-link-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 6px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(20, 20, 20, .12);
  color: var(--ink);
  min-height: 128px;
  padding: 1rem;
  text-decoration: none;
}

.quick-link-card strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: .35rem;
}

.quick-link-card span {
  color: var(--muted);
  display: block;
}

.quick-link-card:hover {
  border-top-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.hero-actions,
.event-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.button {
  align-items: center;
  background: var(--brand);
  border: 2px solid var(--brand);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1rem;
  text-decoration: none;
}

.button:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.button.secondary {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, .12);
  color: inherit;
}

.button.secondary.dark {
  color: var(--brand-dark);
}

.button.secondary.dark:hover {
  background: #fff3f3;
  color: var(--brand);
}

.hero-panel {
  align-self: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  color: var(--ink);
  overflow: hidden;
}

.hero-panel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.hero-panel-content {
  padding: 1.25rem;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(2.5rem, 5vw, 4rem) 1rem;
}

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

.section-heading p {
  color: var(--muted);
  font-size: 1.1rem;
  margin: .5rem 0 0;
  max-width: 65ch;
}

.section-heading.split {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.section-heading.split > div {
  max-width: 70ch;
}

.eyebrow-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 6px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(20, 20, 20, .06);
  padding: clamp(1.2rem, 3vw, 1.75rem);
}

.event-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 20, 20, .08);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
}

.event-card img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
}

.event-copy {
  align-self: center;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.event-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.event-meta {
  border-left: 4px solid var(--brand);
  display: grid;
  gap: .45rem;
  margin: 1.25rem 0;
  padding-left: 1rem;
}

.event-meta span {
  display: block;
}

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

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

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

.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, .05);
  padding: 1.25rem;
  position: relative;
}

.info-card.accent {
  border-top: 5px solid var(--brand);
}

.info-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.band {
  background:
    linear-gradient(135deg, rgba(181, 22, 26, .04), rgba(243, 189, 66, .08)),
    #ffffff;
  border-block: 1px solid var(--line);
}

.modern-band {
  background:
    linear-gradient(135deg, rgba(40, 5, 6, .95), rgba(127, 16, 19, .93)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .07) 0 8px, transparent 8px 18px);
  color: #fff;
}

.modern-band .section-heading p,
.modern-band .stat-card span {
  color: rgba(255, 255, 255, .82);
}

.modern-band .kicker {
  color: var(--gold);
}

.modern-band .stat-card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

.modern-band .stat-card strong {
  color: #fff;
}

.callout-card {
  background:
    linear-gradient(135deg, rgba(181, 22, 26, .08), rgba(243, 189, 66, .14)),
    #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 20, 20, .07);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.feature-split {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .7fr);
}

.two-column {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
}

.side-stack {
  display: grid;
  gap: 1rem;
}

.visual-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 20, 20, .08);
  overflow: hidden;
}

.visual-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.visual-card-content {
  border-top: 5px solid var(--brand);
  padding: 1.15rem;
}

.visual-card-content p {
  color: var(--muted);
  margin-bottom: 0;
}

.placeholder-image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(181, 22, 26, .92), rgba(20, 20, 20, .92)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .18) 0 10px, transparent 10px 20px);
  color: #fff;
  display: flex;
  font-weight: 850;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 220px;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.feature-image {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.feature-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.feature-image figcaption,
.gallery-card figcaption {
  color: var(--muted);
  font-size: .95rem;
  padding: .8rem;
}

.history-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, .06);
  overflow: hidden;
}

.gallery-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

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

.timeline-item {
  background: var(--surface);
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, .05);
  padding: 1.25rem;
}

.timeline-item p {
  color: var(--muted);
  margin-bottom: 0;
}

.officer-list {
  display: grid;
  gap: 1.25rem;
}

.officer-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(20, 20, 20, .06);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}

.officer-card::before {
  background: linear-gradient(180deg, var(--brand), var(--brand-dark));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 6px;
}

.officer-photo {
  align-items: center;
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(135deg, rgba(181, 22, 26, .94), rgba(20, 20, 20, .94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .2) 0 8px, transparent 8px 16px);
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  overflow: hidden;
}

.officer-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.officer-content {
  display: grid;
  gap: .8rem;
}

.officer-header {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .8rem;
  justify-content: space-between;
  padding-bottom: .8rem;
}

.officer-header h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.rank-pill {
  background: #fff3f3;
  border: 1px solid #f0c8c8;
  border-radius: 999px;
  color: var(--brand-dark);
  display: inline-flex;
  font-size: .85rem;
  font-weight: 850;
  padding: .3rem .65rem;
}

.officer-card p {
  color: var(--muted);
  margin: 0;
}

.leadership-summary {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

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

.stat-card {
  background:
    linear-gradient(135deg, rgba(181, 22, 26, .08), rgba(243, 189, 66, .12)),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem;
}

.stat-card strong {
  color: var(--brand-dark);
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.stat-card span {
  color: var(--muted);
  display: block;
  font-weight: 750;
  margin-top: .45rem;
}

.member-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.member-list li {
  border-top: 1px solid var(--line);
  padding: .55rem 0;
}

.member-list-columns {
  column-gap: 1.5rem;
  columns: 2;
}

.member-list-columns li {
  break-inside: avoid;
}

.calendar-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 20, 20, .07);
  overflow: hidden;
}

.calendar-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.calendar-title {
  font-size: 1.35rem;
  font-weight: 850;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekday,
.calendar-day {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 112px;
  padding: .7rem;
}

.calendar-weekday {
  background: #f8efe6;
  font-size: .85rem;
  font-weight: 850;
  min-height: auto;
}

.calendar-day:nth-child(7n),
.calendar-weekday:nth-child(7n) {
  border-right: 0;
}

.calendar-day.muted {
  background: #fbf7f1;
  color: #777;
}

.calendar-day-number {
  display: block;
  font-weight: 850;
  margin-bottom: .4rem;
}

.calendar-event {
  align-items: center;
  background: #fff3f3;
  border-left: 3px solid var(--brand);
  border-radius: 4px;
  color: var(--brand-dark);
  display: flex;
  font-size: .85rem;
  font-weight: 800;
  margin-top: .35rem;
  min-height: 44px;
  padding: .35rem;
  text-decoration: none;
}

.event-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.event-list-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, .05);
  display: grid;
  gap: 1rem;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 1rem;
}

.event-date-badge {
  align-items: center;
  background: var(--brand);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 850;
  justify-content: center;
  min-height: 112px;
  text-align: center;
  text-transform: uppercase;
}

.event-date-badge span:first-child {
  font-size: 1.7rem;
}

.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 20, 20, .07);
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

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

.field {
  display: grid;
  gap: .4rem;
}

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

label {
  font-weight: 800;
}

input,
select,
textarea {
  border: 1px solid #9b948a;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: .7rem .8rem;
  width: 100%;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.form-note {
  color: var(--muted);
  font-size: .95rem;
  margin: 0;
}

.contact-list {
  display: grid;
  gap: .75rem;
  margin: 1rem 0 0;
}

.contact-list div {
  border-top: 1px solid var(--line);
  padding-top: .75rem;
}

.contact-list.polished div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(20, 20, 20, .04);
  padding: 1rem;
}

.site-footer {
  background: var(--ink);
  color: #fff;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 1.5rem 1rem;
}

.footer-inner a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  min-height: 44px;
}

main a[href^="tel:"],
main a[href^="mailto:"] {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

@media (max-width: 780px) {
  body {
    background: #fffaf4;
  }

  .header-inner,
  .event-card,
  .feature-split,
  .two-column,
  .section-heading.split,
  .grid.two,
  .stat-grid,
  .history-gallery,
  .form-grid,
  .event-list-item,
  .officer-card {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
  }

  .header-inner {
    align-items: start;
    display: grid;
    gap: .65rem;
    padding: .75rem 1rem .65rem;
  }

  .brand {
    font-size: .95rem;
  }

  nav {
    max-width: 100%;
    width: 100%;
  }

  .nav-list {
    display: grid;
    gap: .35rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nav-list a {
    justify-content: center;
    font-size: .92rem;
    padding: .45rem .7rem;
    text-align: center;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(20, 20, 20, .72) 0%, rgba(40, 5, 6, .82) 64%, rgba(20, 20, 20, .62) 100%),
      url("apparatus/apparatus-1.jpg") 58% center / cover no-repeat;
  }

  .page-hero,
  .page-hero.events-hero,
  .page-hero.join-hero,
  .page-hero.history-hero,
  .page-hero.officers-hero,
  .page-hero.contact-hero {
    background-position: center;
    background-size: cover;
  }

  .hero-inner,
  .page-hero-inner {
    min-height: auto;
    padding: 3rem 1.1rem 2.6rem;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
    max-width: 11ch;
  }

  h2 {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  .hero-lede,
  .page-hero p,
  .section-heading p,
  .event-copy p {
    font-size: 1rem;
  }

  .quick-link-grid {
    gap: .65rem;
    grid-template-columns: 1fr;
    padding: 1rem;
    transform: none;
  }

  .quick-link-card {
    border-left: 5px solid var(--brand);
    border-top: 1px solid var(--line);
    box-shadow: none;
    min-height: auto;
    padding: .9rem 1rem;
  }

  .quick-link-card strong {
    margin-bottom: .15rem;
  }

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

  .hero-actions .button,
  .event-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .section {
    padding: 2.35rem 1rem;
  }

  .section-heading {
    margin-bottom: 1rem;
  }

  .section-heading.split {
    align-items: start;
  }

  .event-card,
  .calendar-shell,
  .form {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    margin-inline: -1rem;
  }

  .event-card img {
    aspect-ratio: 16 / 10;
    min-height: auto;
  }

  .event-copy,
  .form {
    padding: 1.15rem 1rem;
  }

  .feature-split,
  .two-column,
  .side-stack,
  .grid {
    gap: 1rem;
  }

  .callout-card,
  .eyebrow-card,
  .info-card,
  .visual-card,
  .feature-image,
  .gallery-card,
  .timeline-item,
  .officer-card,
  .event-list-item,
  .contact-list.polished div {
    box-shadow: none;
  }

  .callout-card,
  .eyebrow-card,
  .info-card,
  .timeline-item,
  .event-list-item,
  .contact-list.polished div {
    padding: 1rem;
  }

  .visual-card img,
  .feature-image img {
    aspect-ratio: 16 / 10;
  }

  .visual-card-content {
    padding: 1rem;
  }

  .member-list-columns {
    columns: 1;
  }

  .calendar-grid {
    display: block;
  }

  .calendar-toolbar {
    align-items: start;
    gap: .5rem;
    padding: .9rem 1rem;
  }

  .calendar-weekday {
    display: none;
  }

  .calendar-day {
    border-right: 0;
    min-height: auto;
    padding: .85rem 1rem;
  }

  .calendar-day.muted,
  .calendar-day.empty,
  .calendar-day:not(:has(.calendar-event)) {
    display: none;
  }

  .calendar-day.has-event {
    background: #fff;
    display: grid;
    gap: .5rem;
  }

  .calendar-day-number {
    margin-bottom: 0;
  }

  .calendar-day-number::before {
    color: var(--muted);
    content: "Day ";
    font-weight: 700;
  }

  .event-date-badge {
    align-items: baseline;
    flex-direction: row;
    gap: .5rem;
    justify-content: flex-start;
    min-height: auto;
    padding: .7rem .85rem;
  }

  .event-date-badge span:first-child {
    font-size: 1.25rem;
  }

  .officer-card {
    gap: .9rem;
    padding: 1rem 1rem 1rem 1.15rem;
  }

  .officer-photo {
    max-width: 180px;
    width: min(48vw, 180px);
  }
}

@media (max-width: 480px) {
  .header-inner {
    padding: .65rem .85rem .55rem;
  }

  .brand {
    font-size: .84rem;
    gap: .55rem;
    letter-spacing: .03em;
  }

  .brand::before {
    border-width: 2px;
    font-size: .72rem;
    height: 2.2rem;
    width: 2.2rem;
  }

  .nav-list a {
    font-size: .82rem;
    min-height: 44px;
    padding: .42rem .35rem;
  }

  .hero-inner,
  .page-hero-inner {
    padding: 2.45rem 1rem 2.15rem;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3rem);
    line-height: 1.04;
  }

  .kicker {
    font-size: .78rem;
    letter-spacing: .1em;
    margin-bottom: .5rem;
  }

  .hero-lede {
    margin: .85rem 0 1.15rem;
  }

  .section {
    padding: 2rem 1rem;
  }

  .quick-link-grid {
    padding-block: .85rem;
  }

  .event-card,
  .calendar-shell,
  .form,
  .gallery-card {
    margin-inline: -1rem;
  }

  .gallery-card {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  .history-gallery {
    gap: .75rem;
  }

  .officer-photo {
    width: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
