:root {
  --navy-950: #061c31;
  --navy-900: #082640;
  --navy-800: #0d3150;
  --navy-700: #123d61;
  --cream: #f5f0e6;
  --paper: #fbf8f1;
  --white: #ffffff;
  --red-800: #a20f20;
  --red-700: #c5162b;
  --red-600: #d62031;
  --gold: #d5a94c;
  --ink: #111827;
  --muted: #596171;
  --line: #d9d2c3;
  --shadow: 0 12px 28px rgba(6, 28, 49, .16);
  --radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.45;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 20;
  background: var(--white);
  color: var(--navy-950);
  padding: .7rem 1rem;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  color: inherit;
  line-height: 1.05;
  letter-spacing: 0;
}

h1,
h2,
.brand-copy strong,
.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

p {
  margin: 0;
}

.wrap {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
}

.proof-banner {
  min-height: 78px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 10px 18px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(180deg, var(--navy-800), var(--navy-950));
}

.proof-banner strong {
  display: block;
  font-size: 25px;
  line-height: 1.1;
}

.proof-banner span {
  display: block;
  font-size: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  background: var(--cream);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}

.identity-row {
  width: min(1180px, calc(100% - 42px));
  min-height: 116px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--navy-950);
  text-decoration: none;
}

.brand-seal {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--gold);
  border-radius: 999px;
  border: 6px double var(--gold);
  background:
    radial-gradient(circle at center, var(--navy-800) 0 34%, transparent 35%),
    conic-gradient(from 18deg, #b88928, #ffd782, #926818, #e6bb60, #b88928);
  box-shadow: inset 0 0 0 6px var(--navy-900), 0 1px 4px rgba(0, 0, 0, .28);
}

.brand-seal span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-950);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 18px;
}

.brand-seal.small {
  width: 64px;
  height: 64px;
  border-width: 5px;
}

.brand-seal.small span {
  width: 32px;
  height: 32px;
  font-size: 15px;
}

.brand-copy strong {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  line-height: .92;
}

.brand-copy small,
.footer-brand small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-motto {
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 2vw, 22px);
  font-style: italic;
  line-height: 1.35;
  text-align: right;
}

.nav-row {
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  background: var(--red-800);
  color: var(--white);
}

.site-nav ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.menu-toggle,
.nav-search {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border: 0;
  background: transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.menu-toggle:hover,
.nav-search:hover {
  background: var(--red-600);
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

.nav-search {
  width: 44px;
  position: absolute;
  right: calc((100vw - min(1180px, calc(100% - 42px))) / 2);
}

.nav-search::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nav-search::after {
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  transform: translate(8px, 8px) rotate(45deg);
  background: currentColor;
}

.hero {
  min-height: 390px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(90deg, rgba(6, 28, 49, .68), rgba(6, 28, 49, .34), rgba(6, 28, 49, .78)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.proof-hero {
  --hero-image: url('/public/media/post14/post-14-community-hero.png');
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(162, 15, 32, .55) 0 20%, transparent 38%),
    radial-gradient(circle at 83% 70%, rgba(213, 169, 76, .35), transparent 24%);
  mix-blend-mode: soft-light;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 68px;
  background: linear-gradient(180deg, transparent, rgba(6, 28, 49, .7));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100% - 42px));
  padding: 50px 0 58px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .65);
}

.eyebrow {
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.02;
  margin: 0 auto;
}

.hero-star {
  width: 74px;
  height: 22px;
  display: block;
  margin: 14px auto 10px;
  position: relative;
}

.hero-star::before,
.hero-star::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 25px;
  height: 1px;
  background: var(--gold);
}

.hero-star::before {
  left: 0;
}

.hero-star::after {
  right: 0;
}

.hero-star {
  background:
    linear-gradient(36deg, transparent 42%, var(--gold) 42% 58%, transparent 58%),
    linear-gradient(-36deg, transparent 42%, var(--gold) 42% 58%, transparent 58%),
    linear-gradient(90deg, transparent 42%, var(--gold) 42% 58%, transparent 58%);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.hero p {
  font-size: clamp(17px, 2.2vw, 24px);
  font-weight: 700;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 24px;
}

.hero .button-row,
.centered {
  justify-content: center;
}

.button {
  min-width: 178px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

.button-red {
  background: linear-gradient(180deg, var(--red-600), var(--red-800));
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--navy-950);
}

.button-outline {
  color: var(--navy-950);
  background: var(--white);
  border-color: var(--navy-950);
  box-shadow: none;
}

.button-navy {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.quick-info {
  background: var(--navy-900);
  color: var(--white);
}

.quick-info-wrap {
  width: min(1180px, calc(100% - 42px));
  min-height: 92px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 22px;
  margin: 0 auto;
}

.quick-info article {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
}

.quick-info article + article {
  border-left: 1px solid rgba(255, 255, 255, .24);
  padding-left: 24px;
}

.quick-info p {
  font-size: 14px;
  font-weight: 700;
}

.quick-info strong {
  display: block;
}

.info-icon {
  width: 38px;
  height: 38px;
  position: relative;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.info-icon.clock::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 3px;
  height: 12px;
  background: currentColor;
}

.info-icon.clock::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 11px;
  height: 3px;
  background: currentColor;
  transform: rotate(28deg);
  transform-origin: left center;
}

.info-icon.pin {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.info-icon.pin::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 10px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.info-icon.phone::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 5px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-38deg);
}

.section {
  padding: 42px 0;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section h2,
.page-content h2 {
  color: var(--navy-950);
  font-size: clamp(34px, 4vw, 44px);
}

.section-link {
  color: var(--navy-950);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.section-link::after {
  content: " ->";
}

.event-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.proof-event-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.event-image {
  height: 178px;
  background-size: cover;
  background-position: center;
}

.event-food {
  background:
    radial-gradient(circle at 45% 35%, #f7d27c 0 9%, transparent 10%),
    radial-gradient(circle at 42% 54%, #7d2c12 0 30%, transparent 31%),
    linear-gradient(145deg, #2c1409, #b94c1d 45%, #f1b04a 47% 54%, #3b180b 56%);
}

.event-mic {
  background:
    radial-gradient(circle at 58% 37%, #f2f3f7 0 14%, #2b3038 15% 24%, transparent 25%),
    linear-gradient(135deg, transparent 42%, #111827 43% 50%, transparent 51%),
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .75), transparent 8%),
    linear-gradient(135deg, #560916, #111827 55%, #d9b36c);
}

.event-seal {
  background:
    radial-gradient(circle at center, #0b2038 0 20%, #d5a94c 21% 31%, #7f171e 32% 38%, #0b2038 39% 55%, transparent 56%),
    linear-gradient(135deg, #112b48, #061c31);
}

.event-body {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 0 16px 18px;
}

.event-body time {
  align-self: start;
  margin-top: -30px;
  min-height: 72px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
  background: var(--red-700);
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .24);
}

.event-body time span {
  width: 100%;
  padding: 5px 0 2px;
  background: #e54150;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.event-body time strong {
  font-size: 26px;
  line-height: 1;
}

.event-body h3 {
  margin: 14px 0 5px;
  font-size: 17px;
  color: var(--navy-950);
}

.event-body h3 a {
  color: inherit;
  text-decoration: none;
}

.event-body h3 a:hover,
.event-body h3 a:focus-visible {
  color: var(--red-800);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-body p,
.event-body small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.event-body em {
  width: fit-content;
  display: block;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 3px;
  background: #f8d7dc;
  color: var(--red-800);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.ballroom-band {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  background: var(--navy-950);
  color: var(--white);
}

.ballroom-photo {
  min-height: 362px;
}

.ballroom-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ballroom-copy {
  min-height: 362px;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(32px, 5vw, 70px);
}

.ballroom-copy h2 {
  color: var(--white);
  font-size: clamp(32px, 4vw, 44px);
}

.ballroom-copy p {
  max-width: 440px;
  font-size: 18px;
}

.life-section {
  background: var(--paper);
}

.life-section .subhead {
  margin-top: 6px;
  color: var(--navy-950);
  font-size: 19px;
  font-weight: 800;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.photo-strip img,
.thumb-placeholder {
  width: 100%;
  aspect-ratio: 1.42;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(6, 28, 49, .16);
}

.thumb-placeholder {
  min-height: 118px;
}

.flag-thumb {
  background:
    linear-gradient(145deg, rgba(6, 28, 49, .45), transparent),
    repeating-linear-gradient(180deg, #b31942 0 12%, #fff 12% 24%);
  position: relative;
}

.flag-thumb::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 48%;
  height: 56%;
  background:
    radial-gradient(circle, #fff 0 12%, transparent 13%) 0 0 / 16px 16px,
    #0a3161;
}

.game-thumb {
  background:
    radial-gradient(circle at 58% 52%, #e9e9e9 0 6%, transparent 7%),
    radial-gradient(circle at 42% 55%, #e23b2d 0 8%, transparent 9%),
    radial-gradient(circle at 72% 58%, #f4c542 0 8%, transparent 9%),
    linear-gradient(145deg, #044633, #127b61);
}

.sunset-thumb {
  background:
    radial-gradient(circle at 72% 40%, #ffdd85 0 7%, transparent 8%),
    linear-gradient(180deg, #23375f 0 35%, #e98040 36% 68%, #061c31 69%);
  position: relative;
}

.sunset-thumb::before,
.sunset-thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 78px;
  background: var(--navy-950);
  clip-path: polygon(42% 0, 52% 0, 56% 38%, 100% 22%, 64% 50%, 100% 54%, 58% 62%, 62% 100%, 36% 100%, 42% 62%, 0 55%, 38% 50%, 0 22%, 41% 39%);
}

.sunset-thumb::before {
  left: 16px;
}

.sunset-thumb::after {
  right: 18px;
  transform: scale(.72);
  transform-origin: bottom right;
}

.support-band {
  min-height: 326px;
  position: relative;
  overflow: hidden;
  color: var(--navy-950);
  background:
    linear-gradient(90deg, rgba(245, 240, 230, .2), rgba(245, 240, 230, .62) 46%, rgba(245, 240, 230, .88)),
    radial-gradient(circle at 24% 52%, #0a2038 0 5%, transparent 6%),
    linear-gradient(180deg, #f2b66c 0, #e58d4b 42%, #2c4d65 72%, #061c31 100%);
}

.support-wrap {
  width: min(1180px, calc(100% - 42px));
  min-height: 326px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.support-silhouette {
  width: 178px;
  height: 230px;
  align-self: end;
  justify-self: center;
  position: relative;
  background: var(--navy-950);
  clip-path: polygon(45% 0, 58% 0, 65% 12%, 61% 32%, 75% 42%, 69% 56%, 62% 51%, 61% 100%, 50% 100%, 47% 60%, 41% 100%, 30% 100%, 35% 51%, 26% 58%, 20% 44%, 37% 32%, 33% 12%);
  opacity: .92;
}

.support-copy {
  padding: 46px 0;
}

.support-copy h2 {
  margin-bottom: 18px;
  color: var(--navy-950);
  font-size: clamp(30px, 4vw, 43px);
}

.support-copy p {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.page-hero {
  padding: 58px 0;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(90deg, rgba(6, 28, 49, .86), rgba(6, 28, 49, .74)),
    var(--hero-image, url('/public/media/post14/post-14-community-hero.png'));
  background-size: cover;
  background-position: center;
}

.page-hero h1 {
  margin-top: 8px;
  font-size: clamp(40px, 6vw, 68px);
}

.page-content {
  color: var(--ink);
  font-size: 17px;
}

.page-content > * + * {
  margin-top: 20px;
}

.page-content .editable-section,
.editable-section {
  outline-offset: 8px;
}

.page-content .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.page-content .card,
.page-content details,
.card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(6, 28, 49, .08);
}

.page-content h3,
.card h3,
.page-content details summary {
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
}

.page-content details summary {
  cursor: pointer;
}

.page-content .lead,
.lead {
  color: var(--muted);
  font-size: 19px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(6, 28, 49, .08);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 11px 12px 13px;
  color: var(--muted);
  font-size: 13px;
}

.event-list {
  display: grid;
  gap: 18px;
}

.event-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(6, 28, 49, .08);
}

.event-date {
  border-left: 5px solid var(--red-700);
  padding-left: 18px;
}

.event-date span,
.meta {
  color: var(--muted);
}

.event-date strong {
  display: block;
  color: var(--navy-950);
}

.events-page-content {
  background: var(--paper);
}

.events-heading {
  align-items: end;
}

.events-heading .eyebrow {
  color: var(--red-800);
}

.events-intro {
  max-width: 470px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.events-calendar {
  margin-top: 28px;
}

.events-calendar-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: opacity .18s ease;
}

.events-calendar-panel[aria-busy="true"],
.events-list-section[aria-busy="true"] {
  opacity: .62;
  pointer-events: none;
}

.events-calendar-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(197, 22, 43, .2), transparent 42%),
    linear-gradient(135deg, var(--navy-950), var(--navy-700));
}

.events-calendar-header h2 {
  margin-top: 6px;
  color: var(--white);
  font-size: clamp(28px, 3vw, 40px);
}

.events-calendar-header .eyebrow,
.calendar-note {
  color: var(--cream);
}

.calendar-note {
  max-width: 240px;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.calendar-header-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.calendar-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.calendar-controls a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 3px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.calendar-controls a:hover,
.calendar-controls a:focus-visible {
  background: var(--white);
  color: var(--navy-950);
}

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

.calendar-weekdays {
  background: var(--cream);
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.calendar-weekdays span {
  padding: 12px 8px;
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.calendar-day {
  min-height: 104px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.calendar-day time,
.calendar-day > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  font-weight: 900;
}

.calendar-day.is-muted {
  background: #f3eee3;
}

.calendar-day.is-muted span {
  color: #8c8377;
}

.calendar-day.is-muted time {
  color: #8c8377;
}

.calendar-day.is-today {
  box-shadow: inset 0 0 0 3px var(--gold);
}

.calendar-day.is-today time {
  color: var(--navy-950);
  background: var(--gold);
}

.calendar-day.has-event {
  border-top: 4px solid var(--red-700);
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.calendar-day.has-event time {
  color: var(--white);
  background: var(--red-700);
}

.calendar-day.has-event strong {
  display: block;
  color: var(--navy-950);
  font-size: 14px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.calendar-day.has-event small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.calendar-event-link {
  display: grid;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.calendar-event-link:hover strong,
.calendar-event-link:focus-visible strong,
.horizontal-event-card h3 a:hover,
.horizontal-event-card h3 a:focus-visible {
  color: var(--red-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.calendar-day.event-entertainment-marker,
.calendar-day.event-entertainment-marker time {
  border-top-color: var(--gold);
}

.calendar-day.event-entertainment-marker time {
  background: var(--gold);
  color: var(--navy-950);
}

.calendar-day.event-meeting-marker,
.calendar-day.event-meeting-marker time {
  border-top-color: var(--navy-700);
}

.calendar-day.event-meeting-marker time {
  background: var(--navy-700);
}

.events-list-section {
  margin-top: 34px;
}

.events-list-heading {
  margin-bottom: 16px;
}

.calendar-empty {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--muted);
  font-weight: 800;
}

.event-list-horizontal {
  gap: 16px;
}

.horizontal-event-card {
  grid-template-columns: 126px 1fr auto;
  align-items: center;
  border: 1px solid transparent;
}

.horizontal-event-card .event-date {
  min-height: 76px;
  display: grid;
  align-content: center;
}

.horizontal-event-card h3 {
  color: var(--navy-950);
  font-size: 24px;
}

.horizontal-event-card h3 a {
  color: inherit;
  text-decoration: none;
}

.horizontal-event-card p {
  margin-top: 6px;
  color: var(--muted);
}

.event-pill {
  justify-self: end;
  padding: 7px 12px;
  border-radius: 3px;
  background: #f8d7dc;
  color: var(--red-800);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.event-modal-open {
  overflow: hidden;
}

.event-modal[hidden] {
  display: none;
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
}

.event-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 28, 49, .72);
}

.event-modal-dialog {
  width: min(980px, 100%);
  max-height: min(86vh, 900px);
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
}

.event-modal-header,
.event-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: var(--white);
}

.event-modal-header {
  border-bottom: 1px solid var(--line);
}

.event-modal-header h2 {
  color: var(--navy-950);
  font-size: 24px;
}

.event-modal-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy-950);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.event-modal-close:hover,
.event-modal-close:focus-visible {
  background: var(--red-800);
  color: var(--white);
}

.event-modal-body {
  overflow: auto;
}

.event-modal-status {
  padding: 24px;
  color: var(--muted);
  font-weight: 800;
}

.event-modal-body .event-detail-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 0;
}

.event-modal-body .event-detail-main {
  padding: 24px;
}

.event-modal-body .event-detail-card {
  position: static;
  height: 100%;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.event-modal-body .event-detail-image {
  box-shadow: 0 8px 22px rgba(6, 28, 49, .08);
}

.event-modal-body .event-back-link {
  display: none;
}

.event-modal-footer {
  justify-content: flex-end;
  border-top: 1px solid var(--line);
}

.event-detail-section {
  background: var(--paper);
}

.event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 30px;
}

.event-detail-main {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.event-detail-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(6, 28, 49, .08);
}

.event-detail-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.event-description {
  width: 100%;
}

.event-detail-card {
  position: sticky;
  top: 128px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(6, 28, 49, .08);
}

.event-detail-card h2 {
  color: var(--navy-950);
  font-size: 24px;
}

.event-detail-card dl {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
}

.event-detail-card dl > div {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.event-detail-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-detail-card dd {
  margin: 0;
  color: var(--navy-950);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.event-detail-card a {
  color: var(--red-800);
}

.event-detail-action {
  width: 100%;
  margin-top: 18px;
  justify-content: center;
}

.event-back-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.event-back-link:hover,
.event-back-link:focus-visible {
  color: var(--red-800);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(180deg, var(--navy-800), var(--navy-950));
}

.footer-main {
  width: min(1180px, calc(100% - 42px));
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr .5fr;
  gap: 34px;
  margin: 0 auto;
  padding: 34px 0 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand strong {
  display: block;
  font-size: 28px;
  line-height: .9;
}

.site-footer h2 {
  margin-bottom: 11px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  text-transform: none;
}

.site-footer ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.site-footer p,
.site-footer li {
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
}

.footer-contact {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.footer-contact p + p {
  margin-top: 7px;
}

.social-row {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-end;
}

.social-row a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy-950);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-bottom {
  width: min(1180px, calc(100% - 42px));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .82);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .proof-banner {
    min-height: 68px;
  }

  .proof-banner strong {
    font-size: 21px;
  }

  .proof-banner span {
    font-size: 14px;
  }

  .identity-row {
    min-height: auto;
    align-items: flex-start;
    padding: 14px 0;
  }

  .brand-motto {
    max-width: 155px;
    font-size: 14px;
  }

  .brand-seal {
    width: 60px;
    height: 60px;
  }

  .brand-copy strong {
    font-size: 26px;
  }

  .nav-row {
    justify-content: flex-start;
  }

  .menu-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--red-800);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .24);
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    display: grid;
    justify-content: stretch;
  }

  .site-nav a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 21px;
  }

  .nav-search {
    right: 10px;
  }

  .hero {
    min-height: 440px;
  }

  .quick-info-wrap,
  .event-card-grid,
  .ballroom-band,
  .photo-strip,
  .support-wrap,
  .page-content .cards,
  .gallery-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .quick-info article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    padding-left: 0;
  }

  .quick-info-wrap {
    gap: 0;
  }

  .ballroom-copy,
  .ballroom-photo {
    min-height: 280px;
  }

  .support-wrap {
    align-items: end;
  }

  .support-silhouette {
    height: 155px;
    width: 120px;
    justify-self: start;
  }

  .support-copy {
    padding-top: 0;
  }

  .footer-contact {
    padding-left: 0;
    border-left: 0;
  }

  .social-row {
    justify-content: flex-start;
  }

  .footer-bottom,
  .section-heading {
    display: grid;
  }

  .events-heading {
    gap: 12px;
  }

  .events-intro {
    max-width: none;
  }

  .events-calendar-header {
    display: grid;
  }

  .calendar-note {
    max-width: none;
    text-align: left;
  }

  .calendar-header-actions {
    justify-items: start;
  }

  .calendar-controls {
    justify-content: flex-start;
  }

  .calendar-day {
    min-height: 88px;
    padding: 8px 6px;
  }

  .calendar-day.has-event strong {
    font-size: 12px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-detail-layout {
    grid-template-columns: 1fr;
  }

  .event-modal {
    padding: 14px;
  }

  .event-modal-dialog {
    max-height: calc(100vh - 28px);
  }

  .event-modal-body .event-detail-layout {
    grid-template-columns: 1fr;
  }

  .event-modal-body .event-detail-main {
    padding: 18px;
  }

  .event-modal-body .event-detail-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .event-detail-card {
    position: static;
  }

  .horizontal-event-card {
    align-items: start;
  }

  .event-pill {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .wrap,
  .identity-row,
  .quick-info-wrap,
  .support-wrap,
  .footer-main,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .identity-row {
    gap: 14px;
  }

  .brand {
    gap: 12px;
  }

  .brand-motto {
    display: none;
  }

  .hero h1 {
    font-size: 36px;
  }

  .button {
    width: 100%;
  }

  .event-image {
    height: 150px;
  }

  .calendar-weekdays span {
    padding: 9px 2px;
    font-size: 10px;
  }

  .calendar-day {
    min-height: 74px;
    gap: 4px;
    padding: 6px 4px;
  }

  .calendar-day time,
  .calendar-day > span {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .calendar-day.has-event strong,
  .calendar-day.has-event small {
    font-size: 10px;
  }

  .horizontal-event-card h3 {
    font-size: 21px;
  }

  .event-detail-card {
    padding: 20px;
  }

  .event-detail-card dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .event-modal-header,
  .event-modal-footer {
    padding: 14px;
  }

  .event-modal-header h2 {
    font-size: 21px;
  }
}

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