:root {
  /* Core branch palette */
  --navy-950: #171c32;
  --navy-900: #202642;
  --navy-800: #2c2f55;

  --branch-grey-800: #5f6772;
  --branch-grey-700: #757d89;
  --branch-grey-500: #969da6;
  --branch-grey-200: #d9dde2;
  --branch-grey-100: #eef0f2;

  --gold-700: #a97518;
  --gold-600: #c58d23;
  --gold-500: #d59b27;
  --gold-200: #ead3a3;

  --white: #ffffff;
  --ink: #23252b;
  --text-muted: #646873;
  --border-light: rgba(255, 255, 255, 0.16);
  --shadow: rgba(15, 18, 31, 0.22);

  /* Existing aliases, so old pages keep working */
  --primary-color: var(--navy-800);
  --secondary-color: var(--branch-grey-700);
  --background-color: var(--branch-grey-800);
  --background-color-20: rgba(255, 255, 255, 0.10);
  --gold: var(--gold-500);
  --link-color: #326e9f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  position: relative;
  isolation: isolate;
  flex: 1;

  background:
    /* Extremely faint textile grain */
    repeating-linear-gradient(
      47deg,
      rgba(255, 255, 255, 0.008) 0,
      rgba(255, 255, 255, 0.008) 1px,
      transparent 1px,
      transparent 7px
    ),
    repeating-linear-gradient(
      -43deg,
      rgba(23, 28, 50, 0.010) 0,
      rgba(23, 28, 50, 0.010) 1px,
      transparent 1px,
      transparent 8px
    ),

    /* Ambient light */
    radial-gradient(
      ellipse at 20% 0%,
      rgba(255, 255, 255, 0.085),
      transparent 56%
    ),

    /* Branch-grey field */
    linear-gradient(
      180deg,
      var(--branch-grey-700) 0%,
      #69727d 56%,
      var(--branch-grey-800) 100%
    );
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 520' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='fade' x1='0' x2='1'%3E%3Cstop offset='0' stop-color='%23ffffff' stop-opacity='0'/%3E%3Cstop offset='.20' stop-color='%23ffffff' stop-opacity='.11'/%3E%3Cstop offset='.52' stop-color='%23ffffff' stop-opacity='.17'/%3E%3Cstop offset='.82' stop-color='%23ffffff' stop-opacity='.08'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='url(%23fade)'%3E%3Cpath d='M-120 280 C180 70 430 70 720 280 S1270 490 1720 250' stroke-width='1.5'/%3E%3Cpath d='M-120 255 C180 45 430 45 720 255 S1270 465 1720 225' stroke-width='.65' opacity='.7'/%3E%3Cpath d='M-120 305 C180 95 430 95 720 305 S1270 515 1720 275' stroke-width='.65' opacity='.7'/%3E%3C/g%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 1800px 540px;
  opacity: 0.9;
}

main > * {
  position: relative;
  z-index: 1;
} 

.site-footer {
  flex: 0 0 auto;
  height: auto;
  background: var(--navy-950);
  color: var(--branch-grey-100);
}

.footer-inner {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.ownership-band {
  border-top: 1px solid var(--branch-grey-500);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--branch-grey-800);
}

.ownership-inner {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-block: 18px;
}

.ownership-label {
  flex: 0 0 auto;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--gold-500);
  color: var(--gold-200);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ownership-inner p {
  max-width: 1000px;
  color: var(--white);
  font-size: 13px;
  line-height: 1.6;
}

.footer-main {
  padding: 52px 0 46px;
  background:
    linear-gradient(
      110deg,
      var(--navy-950),
      var(--navy-900)
    );
}

.footer-grid {
  display: grid;
  grid-template-columns:
    minmax(280px, 1.5fr)
    repeat(3, minmax(150px, 0.7fr));
  gap: 46px;
}

.footer-brand {
  max-width: 390px;
}

.footer-identity {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
  text-decoration: none;
}

.footer-logo {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.footer-identity strong {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.035em;
}

.footer-full-name {
  display: block;
  max-width: 270px;
  color: var(--branch-grey-200);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-mission {
  max-width: 340px;
  margin-top: 22px;
  color: var(--branch-grey-200);
  font-size: 14px;
  line-height: 1.65;
}

.footer-column h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: var(--gold-500);
}

.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: var(--branch-grey-200);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 150ms ease,
    padding-left 150ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  padding-left: 3px;
  color: var(--gold-200);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--branch-grey-200);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.footer-contact p {
  margin: 0;
}

.footer-contact p:first-child span:first-child {
  color: var(--white);
  font-weight: 700;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.footer-social-link {
  min-height: 32px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--branch-grey-500);
  border-radius: 2px;
  color: var(--branch-grey-100) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  padding-left: 11px !important;
  border-color: var(--gold-500);
  color: var(--gold-200) !important;
}

.footer-bottom {
  border-top: 1px solid var(--border-light);
  background: #13172a;
}

.footer-bottom-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--branch-grey-500);
  font-size: 11px;
}

.footer-language-mark {
  letter-spacing: 0.08em;
}

.footer-language-mark span {
  color: var(--gold-500);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: auto;
  padding: 0;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 3px 14px var(--shadow);
}

.header-inner {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-identity-row {
  background:
    linear-gradient(
      90deg,
      var(--navy-950),
      var(--navy-900) 52%,
      var(--navy-800)
    );
  border-bottom: 1px solid var(--border-light);
}

.header-identity-row .header-inner {
  min-height: 82px;
  justify-content: space-between;
  gap: 32px;
}

.site-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
  text-decoration: none;
}

.site-logo {
  width: auto;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
}

.identity-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.identity-acronym {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.identity-acronym span {
  color: var(--gold-500);
}

.identity-name {
  color: var(--branch-grey-200);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.header-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.auth-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.utility-link {
  height: 38px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.utility-link:hover,
.utility-link:focus-visible {
  color: var(--gold-200);
}

.utility-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signout-link {
  color: var(--branch-grey-200);
}

.lang-toggle {
  height: 36px;
  min-width: 45px;
  padding: 0 10px;
  border: 1px solid var(--branch-grey-500);
  border-radius: 2px;
  background: transparent;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang-toggle:hover,
.lang-toggle:focus-visible {
  border-color: var(--gold-500);
  color: var(--gold-200);
}

.donate-link {
  min-height: 38px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-500);
  border-radius: 2px;
  background: var(--gold-600);
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
  width: 148px;
}

.donate-link:hover,
.donate-link:focus-visible {
  background: var(--gold-500);
  border-color: var(--gold-200);
}

.header-navigation-row {
  background: var(--navy-950);
}

.header-navigation-inner {
  min-height: 52px;
  justify-content: space-between;
  gap: 24px;
}

.nav-bar {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 2px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle,
.nav-bar > a {
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--branch-grey-100);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus-visible,
.nav-bar > a:hover,
.nav-bar > a:focus-visible {
  background: rgba(255, 255, 255, 0.045);
  border-bottom-color: var(--gold-500);
  color: var(--white);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  min-width: 245px;
  margin: 0;
  padding: 7px 0;
  border: 1px solid var(--branch-grey-200);
  border-top: 3px solid var(--gold-500);
  border-radius: 0 0 3px 3px;
  background: var(--white);
  box-shadow: 0 12px 28px var(--shadow);
  list-style: none;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus-visible {
  background: var(--branch-grey-100);
  color: var(--navy-900);
}

.header-search {
  width: 250px;
  height: 34px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--branch-grey-500);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
}

.header-search:focus-within {
  border-color: var(--gold-500);
  background: rgba(255, 255, 255, 0.09);
}

.header-search input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 5px 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 13px;
}

.header-search input::placeholder {
  color: var(--branch-grey-200);
}

.header-search-button {
  width: 38px;
  height: 100%;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--branch-grey-100);
  cursor: pointer;
}

.header-search-button:hover {
  color: var(--gold-200);
}

.header-search-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.dropdown {
  position: relative;
}


.hero {
  display: flex;
  img {
    height: 70vh;
    margin-top: 48px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
 
/* ── Auth pages ── */
.auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.auth-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
 
.auth-card h2 {
  font-size: 22px;
  margin-bottom: 4px;
}
 
.auth-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
 
.auth-field label {
  font-size: 13px;
  font-weight: bold;
  color: #444;
}
 
.auth-field input {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
 
.auth-field input:focus {
  border-color: var(--gold);
}
 
.auth-btn {
  padding: 10px;
  background-color: var(--gold);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 4px;
}
 
.auth-btn:hover {
  background-color: var(--link-color);
}
 
.auth-error {
  color: red;
  font-size: 13px;
  min-height: 18px;
}
 
.auth-switch {
  font-size: 13px;
  text-align: center;
  color: #666;
}
 
.auth-switch a {
  color: var(--link-color);
}

.protected-main {
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.protected-title {
  font-size: 24px;
  margin-bottom: 24px;
  color: var(--white);
}

.content-main {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
 
.content-column {
  max-width: 700px;
  width: 100%;
  color: #222;
  line-height: 1.7;
}
 
.content-column h1 {
  font-size: 28px;
  margin-bottom: 24px;
  color: var(--gold);
}
 
.content-column p {
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--white);
}
 
.content-figure {
  margin: 28px 0;
}
 
.content-figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
 
.content-figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: var(--background-color);
  text-align: center;
}

a.dropdown-toggle {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.inline-float-img {
  float: left;
  width: 240px;
  height: auto;
  margin: 4px 20px 12px 0;
  border-radius: 4px;
}

[hidden] {
  display: none !important;
}

.auth-success {
  color: green;
  font-size: 13px;
  min-height: 18px;
}

.auth-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ─────────────────────────────────────────────
   Public events calendar
   ───────────────────────────────────────────── */

.calendar-main {
  padding: 24px 20px 38px;
}

.calendar-container {
  width: min(100%, 980px);
  margin: 0 auto;
}

.calendar-heading {
  margin-bottom: 18px;
  padding-bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 2px solid var(--gold-500);
  color: var(--white);
}

.calendar-heading h1 {
  margin: 0;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(29px, 4vw, 38px);
  font-weight: normal;
  line-height: 1.1;
}

.calendar-heading p {
  max-width: 420px;
  margin: 0 0 2px;
  color: var(--branch-grey-100);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.calendar-message {
  margin: 0;
  padding: 17px 20px;
  border-left: 4px solid var(--gold-500);
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 3px 10px var(--shadow);
}

.calendar-month {
  margin-bottom: 20px;
  overflow: hidden;
  border-top: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 9px 24px rgba(15, 18, 31, 0.16),
    0 2px 5px rgba(15, 18, 31, 0.10);
}

.calendar-month-title {
  margin: 0;
  padding: 11px 18px 12px;
  background: var(--navy-900);
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: capitalize;
}

.calendar-event {
  min-height: 106px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  border-top: 1px solid var(--branch-grey-200);
  background: var(--white);
  transition:
    background-color 140ms ease;
}

.calendar-month-title +
.calendar-event {
  border-top: 0;
}

.calendar-event:hover {
  background: #fafafa;
}

.calendar-event-day {
  padding: 15px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-right: 1px solid var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      #e4e7ea
    );
  text-align: center;
}

.calendar-event-day-number {
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.calendar-event-time {
  max-width: 66px;
  margin-top: 7px;
  color: var(--branch-grey-800);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.calendar-event-content {
  min-width: 0;
  padding: 14px 19px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.calendar-event-title {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
}

.calendar-event-location {
  margin: 5px 0 0;
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

.calendar-event-description {
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--text-muted);
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media (max-width: 650px) {
  .calendar-main {
    padding: 18px 12px 28px;
  }

  .calendar-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    padding-bottom: 11px;
  }

  .calendar-heading h1 {
    font-size: 29px;
  }

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

  .calendar-month {
    margin-bottom: 15px;
  }

  .calendar-month-title {
    padding: 10px 14px;
    font-size: 18px;
  }

  .calendar-event {
    min-height: 96px;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .calendar-event-day {
    padding: 14px 5px;
  }

  .calendar-event-day-number {
    font-size: 27px;
  }

  .calendar-event-time {
    max-width: 52px;
    font-size: 8px;
  }

  .calendar-event-content {
    padding: 12px 14px 13px;
  }

  .calendar-event-title {
    font-size: 18px;
  }
}


/* ─────────────────────────────────────────────
   Member login
   ───────────────────────────────────────────── */

.login-main {
  position: relative;
  min-height: auto;
  padding: 28px 24px 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.login-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 880px);
  min-height: 430px;
  display: grid;
  grid-template-columns:
    minmax(250px, 0.7fr)
    minmax(380px, 1.3fr);
  overflow: hidden;
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 18px 45px rgba(15, 18, 31, 0.24),
    0 3px 10px rgba(15, 18, 31, 0.15);
}

.login-introduction {
  position: relative;
  display: flex;
  align-items: center;
  padding: 42px 36px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(
      145deg,
      var(--navy-950),
      var(--navy-900) 62%,
      var(--navy-800)
    );
}

.login-introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gold-500);
}

.login-introduction-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.login-standard {
  width: 64px;
  height: 36px;
  margin-bottom: 24px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--gold-500);
  box-shadow: 0 0 0 3px rgba(213, 155, 39, 0.08);
}

.login-standard-grey {
  background: var(--branch-grey-500);
}

.login-standard-navy {
  background: var(--navy-800);
}

.login-eyebrow {
  margin-bottom: 13px;
  color: var(--gold-200);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.login-introduction h1 {
  max-width: 470px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: normal;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

.login-intro-copy {
  max-width: 230px;
  margin-top: 16px;
  color: var(--branch-grey-200);
  font-size: 13px;
  line-height: 1.6;
}

.login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 50px;
  background:
    linear-gradient(
      180deg,
      var(--white),
      var(--branch-grey-100)
    );
}

.login-panel-heading {
  margin-bottom: 24px;
}

.login-panel-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 31px;
  font-weight: normal;
  line-height: 1.15;
}

.login-panel-heading > p:last-child {
  margin-top: 11px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.login-field label {
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.login-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--branch-grey-200);
  border-radius: 2px;
  outline: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

.login-field input::placeholder {
  color: var(--branch-grey-500);
}

.login-field input:hover {
  border-color: var(--branch-grey-500);
}

.login-field input:focus {
  border-color: var(--gold-600);
  background: var(--white);
  box-shadow:
    0 0 0 3px rgba(197, 141, 35, 0.14);
}

.login-submit {
  position: relative;
  width: 100%;
  height: 49px;
  margin-top: 4px;
  border: 1px solid var(--navy-900);
  border-radius: 2px;
  background: var(--navy-900);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.login-submit:hover,
.login-submit:focus-visible {
  border-color: var(--gold-600);
  background: var(--navy-800);
  color: var(--gold-200);
}

.login-submit:disabled {
  cursor: progress;
  opacity: 0.7;
}

.login-submit[aria-busy="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: login-spinner 700ms linear infinite;
}

@keyframes login-spinner {
  to {
    transform: rotate(360deg);
  }
}

.login-error {
  padding: 11px 13px;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 13px;
  line-height: 1.45;
}

.login-assistance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.login-assistance a,
.login-register a {
  color: var(--navy-800);
  font-weight: 700;
  text-decoration-color: var(--gold-500);
  text-underline-offset: 3px;
}

.login-assistance a:hover,
.login-assistance a:focus-visible,
.login-register a:hover,
.login-register a:focus-visible {
  color: var(--gold-700);
}

.login-divider {
  width: 100%;
  height: 1px;
  margin-block: 2px;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--branch-grey-200) 15%,
      var(--branch-grey-200) 85%,
      transparent
    );
}

.login-register {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 760px) {
  .login-main {
    padding: 22px 16px 34px;
  }

  .login-shell {
    width: min(100%, 560px);
    grid-template-columns: 1fr;
  }

  .login-introduction {
    padding: 30px 32px;
  }

  .login-introduction-content {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    align-items: center;
  }

  .login-standard {
    grid-row: 1 / 3;
    margin: 0;
  }

  .login-eyebrow {
    margin-bottom: 5px;
  }

  .login-introduction h1 {
    max-width: none;
    font-size: 27px;
  }

  .login-intro-copy {
    grid-column: 2;
    max-width: none;
    margin-top: 8px;
  }

  .login-panel {
    padding: 38px 34px;
  }
}

@media (max-width: 520px) {
  .login-main {
    padding: 14px 10px 26px;
  }

  .login-introduction {
    padding: 32px 26px;
  }

  .login-standard {
    width: 68px;
    height: 38px;
    margin-bottom: 24px;
  }

  .login-introduction h1 {
    font-size: 29px;
  }

  .login-intro-copy {
    font-size: 14px;
  }

  .login-service-note {
    display: none;
  }

  .login-panel {
    padding: 36px 25px;
  }

  .login-panel-heading h2 {
    font-size: 30px;
  }
}


@media (max-width: 1120px) {
  .identity-name {
    display: none;
  }

  .header-search {
    width: 190px;
  }

  .dropdown-toggle,
  .nav-bar > a {
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (max-width: 860px) {
  .header-inner {
    width: min(100% - 28px, 1440px);
  }

  .site-logo {
    height: 48px;
  }

  .identity-acronym {
    font-size: 20px;
  }

  .header-search {
    width: 40px;
  }

  .header-search input {
    width: 0;
    padding: 0;
  }

  .header-search:focus-within {
    width: 210px;
  }

  .header-search:focus-within input {
    width: auto;
    padding-left: 12px;
  }
}

@media (max-width: 1000px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-legal {
    grid-column: 2 / -1;
  }
}

@media (max-width: 700px) {
  .footer-inner {
    width: min(100% - 30px, 1440px);
  }

  .ownership-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ownership-label {
    padding-right: 0;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-legal {
    grid-column: auto;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-block: 15px;
  }
}

/* ─────────────────────────────────────────────
   Member registration
   ───────────────────────────────────────────── */

.register-main {
  padding: 26px 20px 42px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.register-shell {
  width: min(100%, 820px);
  overflow: hidden;
  border-top: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 18px 44px rgba(15, 18, 31, 0.23),
    0 3px 9px rgba(15, 18, 31, 0.14);
}

.register-heading {
  min-height: 112px;
  padding: 24px 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
  background:
    linear-gradient(
      110deg,
      var(--navy-950),
      var(--navy-900) 64%,
      var(--navy-800)
    );
}

.register-standard {
  width: 60px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--gold-500);
  box-shadow:
    0 0 0 3px rgba(213, 155, 39, 0.08);
}

.register-standard-grey {
  background: var(--branch-grey-500);
}

.register-standard-navy {
  background: var(--navy-800);
}

.register-eyebrow {
  margin: 0 0 5px;
  color: var(--gold-200);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.register-heading h1 {
  margin: 0;
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 31px;
  font-weight: normal;
  line-height: 1.15;
}

.register-panel {
  padding: 30px 34px 28px;
  background:
    linear-gradient(
      180deg,
      var(--white),
      var(--branch-grey-100)
    );
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.register-fields {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 19px 24px;
}

.register-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.register-field label {
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

.register-field input {
  width: 100%;
  height: 47px;
  padding: 0 14px;
  border: 1px solid var(--branch-grey-200);
  border-radius: 2px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.register-field input::placeholder {
  color: var(--branch-grey-500);
}

.register-field input:hover {
  border-color: var(--branch-grey-500);
}

.register-field input:focus {
  border-color: var(--gold-600);
  box-shadow:
    0 0 0 3px rgba(197, 141, 35, 0.14);
}

.register-error {
  margin: 0;
  padding: 11px 13px;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 13px;
  line-height: 1.45;
}

.register-actions {
  padding-top: 20px;
  border-top: 1px solid var(--branch-grey-200);
}

.register-submit {
  position: relative;
  width: 100%;
  height: 49px;
  border: 1px solid var(--navy-900);
  border-radius: 2px;
  background: var(--navy-900);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.register-submit:hover,
.register-submit:focus-visible {
  border-color: var(--gold-600);
  background: var(--navy-800);
  color: var(--gold-200);
}

.register-submit:disabled {
  cursor: progress;
  opacity: 0.7;
}

.register-submit[aria-busy="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: var(--white);
  border-radius: 50%;
  animation:
    register-spinner
    700ms
    linear
    infinite;
}

@keyframes register-spinner {
  to {
    transform: rotate(360deg);
  }
}

.register-switch {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.register-switch a {
  margin-left: 3px;
  color: var(--navy-800);
  font-weight: 800;
  text-decoration-color: var(--gold-500);
  text-underline-offset: 3px;
}

.register-switch a:hover,
.register-switch a:focus-visible {
  color: var(--gold-700);
}

@media (max-width: 620px) {
  .register-main {
    padding: 16px 11px 28px;
  }

  .register-heading {
    min-height: auto;
    padding: 22px 23px;
    gap: 16px;
  }

  .register-standard {
    width: 52px;
    height: 31px;
  }

  .register-heading h1 {
    font-size: 27px;
  }

  .register-panel {
    padding: 25px 22px 23px;
  }

  .register-fields {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .register-actions {
    padding-top: 18px;
  }
}

/* ─────────────────────────────────────────────
   Account dashboard
   ───────────────────────────────────────────── */

.dashboard-main {
  padding: 26px 20px 42px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.dashboard-shell {
  width: min(100%, 920px);
  overflow: hidden;
  border-top: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 18px 44px rgba(15, 18, 31, 0.23),
    0 3px 9px rgba(15, 18, 31, 0.14);
}

.dashboard-heading {
  min-height: 126px;
  padding: 25px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--white);
  background:
    linear-gradient(
      110deg,
      var(--navy-950),
      var(--navy-900) 64%,
      var(--navy-800)
    );
}

.dashboard-heading-copy {
  min-width: 0;
}

.dashboard-eyebrow {
  margin: 0 0 5px;
  color: var(--gold-200);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dashboard-heading h1 {
  margin: 0;
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 31px;
  font-weight: normal;
  line-height: 1.15;
}

.dashboard-member-name {
  margin: 7px 0 0;
  color: var(--branch-grey-200);
  font-size: 14px;
  line-height: 1.4;
}

.dashboard-role-badge {
  flex: 0 0 auto;
  padding: 7px 12px;
  border: 1px solid
    rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.dashboard-role-badge.role-subscriber {
  background:
    rgba(255, 255, 255, 0.08);
}

.dashboard-role-badge.role-contributor,
.dashboard-role-badge.role-author {
  border-color: var(--gold-500);
  color: var(--gold-200);
  background:
    rgba(213, 155, 39, 0.08);
}

.dashboard-role-badge.role-editor,
.dashboard-role-badge.role-administrator {
  border-color: var(--gold-500);
  background: var(--gold-500);
  color: var(--navy-950);
}

.dashboard-status {
  padding: 28px 32px;
  background: var(--white);
  color: var(--text-muted);
  font-size: 14px;
}

.dashboard-status p {
  margin: 0;
}

.dashboard-content {
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(280px, 0.8fr);
  background: var(--white);
}

.dashboard-section {
  min-width: 0;
  padding: 28px 30px 30px;
}

.dashboard-actions-section {
  border-left: 1px solid
    var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.dashboard-section-heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid
    var(--gold-500);
}

.dashboard-section-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}

.dashboard-detail-row {
  min-height: 55px;
  display: grid;
  grid-template-columns:
    145px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid
    var(--branch-grey-200);
}

.dashboard-detail-row:last-child {
  border-bottom: 0;
}

.dashboard-detail-label {
  color: var(--branch-grey-800);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-detail-value {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.dashboard-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dashboard-action {
  min-height: 65px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid
    var(--branch-grey-200);
  border-left: 3px solid
    var(--navy-800);
  border-radius: 2px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 150ms ease,
    background-color 150ms ease,
    transform 150ms ease;
}

.dashboard-action:hover,
.dashboard-action:focus-visible {
  border-color: var(--gold-600);
  border-left-color: var(--gold-600);
  background: var(--branch-grey-100);
  transform: translateX(2px);
}

.dashboard-action-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dashboard-action-copy strong {
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}

.dashboard-action-copy span {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.4;
}

.dashboard-action-arrow {
  flex: 0 0 auto;
  color: var(--gold-700);
  font-size: 20px;
  line-height: 1;
}

.dashboard-access {
  padding: 18px 30px;
  display: grid;
  grid-template-columns:
    125px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  border-top: 1px solid
    var(--branch-grey-200);
  border-left: 4px solid
    var(--gold-500);
  background: var(--branch-grey-100);
}

.dashboard-access-label {
  padding-top: 3px;
  color: var(--branch-grey-800);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-access-copy strong {
  display: block;
  color: var(--navy-900);
  font-size: 13px;
  line-height: 1.4;
}

.dashboard-access-copy p {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.dashboard-error {
  padding: 12px 14px;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .dashboard-main {
    padding: 16px 11px 28px;
  }

  .dashboard-heading {
    min-height: auto;
    padding: 22px 23px;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .dashboard-heading h1 {
    font-size: 27px;
  }

  .dashboard-content {
    grid-template-columns: 1fr;
  }

  .dashboard-section {
    padding: 24px 22px;
  }

  .dashboard-actions-section {
    border-top: 1px solid
      var(--branch-grey-200);
    border-left: 0;
  }

  .dashboard-access {
    padding: 17px 22px;
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 480px) {
  .dashboard-detail-row {
    padding: 12px 0;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ─────────────────────────────────────────────
   Event submission
   ───────────────────────────────────────────── */

.event-submit-main {
  padding: 24px 18px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.event-submit-shell {
  width: min(100%, 1080px);
  overflow: hidden;
  border-top: 4px solid
    var(--gold-500);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 18px 44px
      rgba(15, 18, 31, 0.23),
    0 3px 9px
      rgba(15, 18, 31, 0.14);
}

.event-submit-heading {
  min-height: 116px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
  background:
    linear-gradient(
      110deg,
      var(--navy-950),
      var(--navy-900) 64%,
      var(--navy-800)
    );
}

.event-submit-standard {
  width: 60px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  border: 1px solid
    var(--gold-500);
  box-shadow:
    0 0 0 3px
      rgba(213, 155, 39, 0.08);
}

.event-submit-standard-grey {
  background:
    var(--branch-grey-500);
}

.event-submit-standard-navy {
  background: var(--navy-800);
}

.event-submit-heading-copy {
  min-width: 0;
}

.event-submit-eyebrow,
.event-section-eyebrow {
  margin: 0 0 5px;
  color: var(--gold-200);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-submit-heading h1 {
  margin: 0;
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 31px;
  font-weight: normal;
  line-height: 1.15;
}

.event-submit-heading-copy
  > p:last-child {
  max-width: 650px;
  margin: 7px 0 0;
  color: var(--branch-grey-200);
  font-size: 13px;
  line-height: 1.5;
}

.event-page-message {
  margin: 24px 28px 0;
  padding: 12px 14px;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 13px;
  line-height: 1.5;
}

.event-page-message.is-success {
  border-left-color: #4f7358;
  background: #edf5ef;
  color: #36523d;
}

.event-submit-form {
  padding: 26px 28px 28px;
  background: var(--white);
}

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

.event-language-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid
    var(--branch-grey-200);
  border-radius: 2px;
  background: var(--white);
}

.event-language-heading {
  min-height: 54px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid
    var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      #e4e7ea
    );
}

.event-language-heading > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.event-language-code {
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}

.event-language-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}

.event-language-panel
  .event-field {
  margin: 17px 17px 0;
}

.event-language-panel
  .event-field:last-child {
  margin-bottom: 18px;
}

.event-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.event-field label {
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.event-field input,
.event-field textarea {
  width: 100%;
  border: 1px solid
    var(--branch-grey-200);
  border-radius: 2px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

.event-field input {
  height: 45px;
  padding: 0 12px;
}

.event-field textarea {
  min-height: 138px;
  padding: 11px 12px;
  line-height: 1.5;
  resize: vertical;
}

.event-field input:hover,
.event-field textarea:hover {
  border-color:
    var(--branch-grey-500);
}

.event-field input:focus,
.event-field textarea:focus {
  border-color: var(--gold-600);
  box-shadow:
    0 0 0 3px
      rgba(197, 141, 35, 0.14);
}

.event-field small {
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.4;
}

.event-language-note {
  margin: 10px 2px 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.45;
}

.event-schedule-section {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid
    var(--branch-grey-200);
  border-left: 4px solid
    var(--gold-500);
  border-radius: 2px;
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.event-section-heading {
  margin-bottom: 18px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid
    var(--branch-grey-200);
}

.event-section-eyebrow {
  color: var(--gold-700);
}

.event-section-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

.event-toggle {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}

.event-toggle input {
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--gold-600);
}

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

.event-time-zone-note {
  margin: 11px 0 0;
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.4;
}

.event-submit-options {
  margin-top: 20px;
  padding-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid
    var(--branch-grey-200);
}

.event-publication-copy {
  min-width: 0;
}

.event-publish-toggle > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.event-publish-toggle strong {
  color: var(--navy-900);
  font-size: 12px;
}

.event-publish-toggle small,
.event-review-note {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: normal;
  line-height: 1.45;
}

.event-review-note {
  margin: 0;
}

.review-event-information {
  margin: 18px 18px 0;
}

.review-record-section {
  min-width: 0;
  overflow: hidden;
  border: 1px solid
    var(--branch-grey-200);
  border-radius: 2px;
  background: var(--white);
}

.review-record-section > h3 {
  margin: 0;
  padding: 12px 15px;
  border-bottom: 1px solid
    var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      #e4e7ea
    );
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 18px;
  font-weight: normal;
}

.review-record-data {
  padding: 14px 15px;
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
}

.review-event-information
  .review-record-data {
  grid-template-columns:
    repeat(
      auto-fit,
      minmax(145px, 1fr)
    );
}

.review-record-item {
  min-width: 0;
}

.review-record-item.is-wide {
  grid-column: 1 / -1;
}

.review-record-label {
  display: block;
  margin-bottom: 4px;
  color: var(--branch-grey-800);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.review-record-value {
  display: block;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.review-record-value.is-confirmed {
  color: #36523d;
  font-weight: 800;
}

.review-record-value.is-unconfirmed {
  color: #842d27;
  font-weight: 800;
}

.review-event-registration {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.review-submission-record {
  padding: 0 18px 18px;
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 760px) {
  .review-submission-record {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .review-event-information {
    margin:
      12px 12px 0;
  }

  .review-submission-record {
    padding:
      0 12px 12px;
  }

  .review-record-data,
  .review-event-information
    .review-record-data {
    grid-template-columns: 1fr;
  }

  .review-record-item.is-wide {
    grid-column: span 1;
  }
}

.event-submit-button {
  position: relative;
  min-width: 190px;
  height: 48px;
  padding: 0 22px;
  flex: 0 0 auto;
  border: 1px solid
    var(--navy-900);
  border-radius: 2px;
  background: var(--navy-900);
  color: var(--white);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.event-submit-button:hover,
.event-submit-button:focus-visible {
  border-color: var(--gold-600);
  background: var(--navy-800);
  color: var(--gold-200);
}

.event-submit-button:disabled {
  cursor: progress;
  opacity: 0.7;
}

.event-submit-button[
  aria-busy="true"
]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  border: 2px solid
    rgba(255, 255, 255, 0.4);
  border-top-color: var(--white);
  border-radius: 50%;
  animation:
    event-submit-spinner
    700ms
    linear
    infinite;
}

.my-events-section {
  margin: 24px 28px 0;
  overflow: hidden;
  border: 1px solid var(--branch-grey-200);
  border-left: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
}

.my-events-heading {
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.my-events-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

.my-events-count {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--gold-500);
  border-radius: 2px;
  background: rgba(213, 155, 39, 0.08);
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.my-events-intro {
  margin: 0;
  padding: 13px 20px;
  border-bottom: 1px solid var(--branch-grey-200);
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.5;
}

.my-events-list {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.my-events-message {
  margin: 0;
  padding: 14px;
  border-left: 3px solid var(--branch-grey-500);
  background: var(--white);
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.my-event-card {
  overflow: hidden;
  border: 1px solid var(--branch-grey-200);
  border-left: 4px solid var(--navy-800);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 5px 14px rgba(15, 18, 31, 0.08);
}

.my-event-card-header {
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--branch-grey-200);
}

.my-event-card-header h3 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.my-event-status {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid var(--branch-grey-500);
  border-radius: 2px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.my-event-status.status-draft {
  border-color: var(--branch-grey-500);
  background: var(--branch-grey-100);
  color: var(--branch-grey-800);
}

.my-event-status.status-pending {
  border-color: var(--gold-500);
  background: rgba(213, 155, 39, 0.09);
  color: var(--gold-700);
}

.my-event-status.status-published {
  border-color: #5c8064;
  background: #edf5ef;
  color: #36523d;
}

.my-event-status.status-rejected {
  border-color: #a63c35;
  background: #f8e9e7;
  color: #842d27;
}

.my-event-card-details {
  padding: 12px 16px;
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  border-bottom: 1px solid var(--branch-grey-200);
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.45;
}

.my-event-card-details span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.my-event-card-footer {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.my-event-rejection {
  margin: 0;
  padding: 8px 10px;
  flex: 1;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 11px;
  line-height: 1.45;
}

.my-event-edit-link {
  flex: 0 0 auto;
  min-width: 122px;
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy-900);
  border-radius: 2px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.my-event-edit-link:hover,
.my-event-edit-link:focus-visible {
  border-color: var(--gold-600);
  background: var(--navy-800);
  color: var(--gold-200);
}

@media (max-width: 720px) {
  .my-events-section {
    margin: 18px 20px 0;
  }

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

  .my-event-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .my-event-edit-link {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .my-events-section {
    margin: 14px 12px 0;
  }

  .my-events-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .my-events-list {
    padding: 12px;
  }

  .my-event-card-header {
    flex-direction: column;
  }
}

.event-field-title {
color: var(--navy-900);
font-size: 12px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 0.02em;
}

.event-time-selects {
height: 45px;
display: grid;
grid-template-columns:
minmax(68px, 1fr)
auto
minmax(68px, 1fr);
align-items: stretch;
gap: 8px;
}

.event-time-part {
min-width: 0;
height: 45px;
display: block;
position: relative;
}

.event-time-part > span {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.event-time-selects select {
width: 100%;
height: 45px;
margin: 0;
padding: 0 34px 0 12px;

-webkit-appearance: none;
appearance: none;

border: 1px solid var(--branch-grey-200);
border-radius: 2px;

background-color: var(--white);
background-image:
linear-gradient(
45deg,
transparent 50%,
var(--branch-grey-800) 50%
),
linear-gradient(
135deg,
var(--branch-grey-800) 50%,
transparent 50%
);
background-position:
calc(100% - 16px) 19px,
calc(100% - 11px) 19px;
background-size:
5px 5px,
5px 5px;
background-repeat: no-repeat;

color: var(--ink);
font: inherit;
font-size: 14px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.event-time-selects select:hover {
border-color: var(--branch-grey-500);
}

.event-time-selects select:focus {
border-color: var(--gold-600);
outline: none;
box-shadow:
0 0 0 3px
rgba(197, 141, 35, 0.14);
}

.event-time-selects select:disabled {
cursor: default;
opacity: 0.65;
background-color: var(--branch-grey-100);
}

.event-time-separator {
height: 45px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
color: var(--navy-900);
font-size: 20px;
font-weight: 700;
line-height: 1;
}


.event-details-section {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--branch-grey-200);
  border-left: 4px solid var(--navy-800);
  border-radius: 2px;
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.event-details-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 17px 20px;
}

.event-field select {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 38px 0 12px;

  -webkit-appearance: none;
  appearance: none;

  border: 1px solid var(--branch-grey-200);
  border-radius: 2px;
  outline: none;

  background-color: var(--white);
  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      var(--branch-grey-800) 50%
    ),
    linear-gradient(
      135deg,
      var(--branch-grey-800) 50%,
      transparent 50%
    );
  background-position:
    calc(100% - 17px) 19px,
    calc(100% - 12px) 19px;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;

  color: var(--ink);
  font: inherit;
  font-size: 14px;
  cursor: pointer;

  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.event-field select:hover {
  border-color: var(--branch-grey-500);
}

.event-field select:focus {
  border-color: var(--gold-600);
  box-shadow:
    0 0 0 3px
      rgba(197, 141, 35, 0.14);
}

.event-field select:invalid {
  color: var(--text-muted);
}

.event-field select option {
  color: var(--ink);
}

@keyframes event-submit-spinner {
  to {
    transform: rotate(360deg);
  }
}

.event-form-message {
  margin: 17px 0 0;
  padding: 11px 13px;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 13px;
  line-height: 1.45;
}

.event-form-message.is-success {
  border-left-color: #4f7358;
  background: #edf5ef;
  color: #36523d;
}

@media (max-width: 820px) {
  .event-submit-main {
    padding: 17px 11px 30px;
  }

  .event-submit-heading {
    min-height: auto;
    padding: 22px 23px;
    gap: 16px;
  }

  .event-submit-standard {
    width: 52px;
    height: 31px;
  }

  .event-submit-heading h1 {
    font-size: 27px;
  }

  .event-submit-form {
    padding: 20px;
  }

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

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

@media (max-width: 560px) {
  .event-section-heading,
  .event-submit-options {
    align-items: flex-start;
    flex-direction: column;
  }
  .event-details-grid {
  grid-template-columns: 1fr;
}

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

  .event-submit-button {
    width: 100%;
  }
}

/* ─────────────────────────────────────────────
   Event review workflow
   ───────────────────────────────────────────── */

.event-review-main {
  padding: 24px 18px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.event-review-shell {
  width: min(100%, 1080px);
  overflow: hidden;
  border-top: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 18px 44px rgba(15, 18, 31, 0.23),
    0 3px 9px rgba(15, 18, 31, 0.14);
}

.event-review-heading {
  min-height: 116px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: var(--white);
  background:
    linear-gradient(
      110deg,
      var(--navy-950),
      var(--navy-900) 64%,
      var(--navy-800)
    );
}

.event-review-heading-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-review-standard {
  width: 60px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--gold-500);
  box-shadow:
    0 0 0 3px rgba(213, 155, 39, 0.08);
}

.event-review-standard-grey {
  background: var(--branch-grey-500);
}

.event-review-standard-navy {
  background: var(--navy-800);
}

.event-review-heading-copy {
  min-width: 0;
}

.event-review-eyebrow {
  margin: 0 0 5px;
  color: var(--gold-200);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-review-heading h1 {
  margin: 0;
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 31px;
  font-weight: normal;
  line-height: 1.15;
}

.event-review-heading-copy > p:last-child {
  margin: 7px 0 0;
  color: var(--branch-grey-200);
  font-size: 13px;
  line-height: 1.5;
}

.review-queue-count {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid var(--gold-500);
  border-radius: 2px;
  background: rgba(213, 155, 39, 0.1);
  color: var(--gold-200);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-page-message,
.review-notice {
  margin: 24px 26px;
  padding: 13px 15px;
  border-left: 4px solid var(--gold-500);
  background: var(--branch-grey-100);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.review-page-message.is-error,
.review-notice.is-error {
  border-left-color: #a63c35;
  background: #f8e9e7;
  color: #842d27;
}

.review-page-message.is-empty {
  border-left-color: var(--branch-grey-500);
}

.review-notice.is-success {
  border-left-color: #4f7358;
  background: #edf5ef;
  color: #36523d;
}

.review-queue {
  padding: 24px 26px 28px;
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.review-event-card {
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid var(--branch-grey-200);
  border-left: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
  box-shadow:
    0 8px 22px rgba(15, 18, 31, 0.12),
    0 2px 5px rgba(15, 18, 31, 0.08);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.review-event-card:last-child {
  margin-bottom: 0;
}

.review-event-card.is-resolved {
  opacity: 0;
  transform: translateY(-5px);
}

.review-event-card-header {
  min-height: 82px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--white);
  background:
    linear-gradient(
      105deg,
      var(--navy-900),
      var(--navy-800)
    );
}

.review-event-card-heading {
  min-width: 0;
}

.review-event-card-heading p {
  margin: 0 0 4px;
  color: var(--gold-200);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-event-card-heading h2 {
  margin: 0;
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

.review-status-badge {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid var(--gold-500);
  border-radius: 2px;
  background: rgba(213, 155, 39, 0.1);
  color: var(--gold-200);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.review-event-meta {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--branch-grey-200);
  background: var(--branch-grey-100);
}

.review-event-meta-item {
  min-width: 0;
  padding: 13px 15px;
  border-right: 1px solid var(--branch-grey-200);
}

.review-event-meta-item:last-child {
  border-right: 0;
}

.review-event-meta-label {
  display: block;
  margin-bottom: 4px;
  color: var(--branch-grey-800);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.review-event-meta-value {
  display: block;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.review-language-grid {
  padding: 18px;
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.review-language-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--branch-grey-200);
  border-radius: 2px;
  background: var(--white);
}

.review-language-heading {
  min-height: 50px;
  padding: 11px 14px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  border-bottom: 1px solid var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      #e4e7ea
    );
}

.review-language-code {
  color: var(--gold-700);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.review-language-heading h3 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 19px;
  font-weight: normal;
}

.review-language-body {
  padding: 15px;
}

.review-content-label {
  display: block;
  margin: 15px 0 5px;
  color: var(--branch-grey-800);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.review-content-label:first-child {
  margin-top: 0;
}

.review-event-title-value,
.review-event-location,
.review-event-description {
  margin: 0;
  color: var(--ink);
  line-height: 1.5;
}

.review-event-title-value {
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 18px;
}

.review-event-location {
  font-size: 13px;
  font-weight: 700;
}

.review-event-description {
  min-height: 66px;
  font-size: 13px;
  white-space: pre-line;
}

.review-language-body .is-missing {
  color: var(--text-muted);
  font-style: italic;
  font-weight: normal;
}

.review-decision {
  padding: 18px 20px 20px;
  border-top: 1px solid var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.review-decision-copy {
  margin-bottom: 13px;
}

.review-decision-copy h3 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 19px;
  font-weight: normal;
}

.review-decision-copy p {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.45;
}

.review-rejection-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.review-rejection-field label {
  color: var(--navy-900);
  font-size: 11px;
  font-weight: 800;
}

.review-rejection-reason {
  width: 100%;
  min-height: 78px;
  padding: 10px 12px;
  border: 1px solid var(--branch-grey-200);
  border-radius: 2px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  resize: vertical;
}

.review-rejection-reason:hover {
  border-color: var(--branch-grey-500);
}

.review-rejection-reason:focus {
  border-color: var(--gold-600);
  box-shadow:
    0 0 0 3px rgba(197, 141, 35, 0.14);
}

.review-action-message {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #a63c35;
  background: #f8e9e7;
  color: #842d27;
  font-size: 12px;
  line-height: 1.45;
}

.review-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.review-publish-button,
.review-reject-button {
  min-width: 145px;
  height: 44px;
  padding: 0 18px;
  border-radius: 2px;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.review-publish-button {
  border: 1px solid var(--navy-900);
  background: var(--navy-900);
  color: var(--white);
}

.review-publish-button:hover,
.review-publish-button:focus-visible {
  border-color: var(--gold-600);
  background: var(--navy-800);
  color: var(--gold-200);
}

.review-reject-button {
  border: 1px solid #9c3d36;
  background: transparent;
  color: #8a332d;
}

.review-reject-button:hover,
.review-reject-button:focus-visible {
  background: #9c3d36;
  color: var(--white);
}

.review-actions button:disabled {
  cursor: progress;
  opacity: 0.6;
}

@media (max-width: 850px) {
  .event-review-main {
    padding: 17px 11px 30px;
  }

  .event-review-heading {
    min-height: auto;
    padding: 22px 23px;
  }

  .event-review-standard {
    width: 52px;
    height: 31px;
  }

  .event-review-heading h1 {
    font-size: 27px;
  }

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

  .review-event-meta-item:nth-child(2) {
    border-right: 0;
  }

  .review-event-meta-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--branch-grey-200);
  }

  .review-language-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .event-review-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-review-heading-main {
    align-items: flex-start;
  }

  .review-queue {
    padding: 15px 12px 18px;
  }

  .review-event-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .review-event-meta-item {
    border-right: 0;
    border-bottom: 1px solid var(--branch-grey-200);
  }

  .review-event-meta-item:last-child {
    border-bottom: 0;
  }

  .review-language-grid {
    padding: 12px;
  }

  .review-actions {
    flex-direction: column-reverse;
  }

  .review-publish-button,
  .review-reject-button {
    width: 100%;
  }
}

.event-submitter-section {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--branch-grey-200);
  border-left: 4px solid var(--navy-800);
  border-radius: 2px;
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.event-section-intro {
  margin: -5px 0 18px;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.5;
}

.event-submitter-grid {
  display: grid;
  grid-template-columns:
    minmax(110px, 0.65fr)
    minmax(0, 1fr)
    minmax(0, 1fr);
  gap: 17px 20px;
}

.event-field-unit {
  grid-column: span 2;
}

.event-field-email {
  grid-column: span 2;
}

.event-field-phone {
  grid-column: span 1;
}

.event-authorization-section {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--branch-grey-200);
  border-left: 4px solid var(--gold-500);
  border-radius: 2px;
  background: var(--white);
}

.event-authorization-heading {
  padding: 17px 20px 14px;
  border-bottom: 1px solid var(--branch-grey-200);
  background:
    linear-gradient(
      180deg,
      var(--branch-grey-100),
      var(--white)
    );
}

.event-authorization-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2;
}

.event-authorization-checkbox {
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.event-authorization-checkbox input {
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--gold-600);
}

.event-authorization-checkbox > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-authorization-checkbox strong {
  color: var(--navy-900);
  font-size: 13px;
  line-height: 1.45;
}

.event-authorization-checkbox small {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.45;
}

.event-authorization-checkbox:hover {
  background: var(--branch-grey-100);
}

.event-authorization-checkbox:focus-within {
  background: var(--branch-grey-100);
  box-shadow:
    inset 0 0 0 2px
      rgba(197, 141, 35, 0.18);
}

@media (max-width: 760px) {
  .event-submitter-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .event-field-rank {
    grid-column: span 1;
  }

  .event-field-unit,
  .event-field-email {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .event-submitter-grid {
    grid-template-columns: 1fr;
  }

  .event-field-rank,
  .event-field-unit,
  .event-field-email,
  .event-field-phone {
    grid-column: span 1;
  }

  .event-authorization-heading,
  .event-authorization-checkbox {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.event-submit-layout {
  width: min(100%, 1080px);
  display: flex;
  flex-direction: column;
}

.event-submit-layout .my-events-section {
  width: 100%;
  margin: 0;
}

.event-submit-layout .event-submit-shell {
  width: 100%;
}
.event-management-tabs {
  display: flex;
  border-bottom: 3px solid var(--navy-900);
  border-radius: 2px 2px 0 0;
  background: var(--branch-grey-100);
}

.event-management-tab {
  position: relative;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-right: 1px solid var(--branch-grey-200);
  background: transparent;
  color: var(--branch-grey-800);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.event-management-tab:hover {
  background: var(--white);
  color: var(--navy-900);
}

.event-management-tab.is-active {
  background: var(--navy-900);
  color: var(--white);
}

.event-management-tab.is-active::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -3px;
  left: 20px;
  height: 3px;
  background: var(--gold-500);
}

.event-management-tab:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(213, 155, 39, 0.45);
  outline-offset: -3px;
}

.event-management-panel {
  width: 100%;
}

.event-management-panel[hidden] {
  display: none !important;
}

.event-management-panel .my-events-section,
.event-management-panel .event-submit-shell {
  width: 100%;
  margin: 0;
  border-top: 0;
  border-radius: 0 0 2px 2px;
}

@media (max-width: 560px) {
  .event-management-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .event-management-tab {
    min-width: 0;
    padding: 0 12px;
    font-size: 9px;
    line-height: 1.3;
  }
}

.home-main {
  background: #f2f3f4;
  color: var(--ink);
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid var(--gold-500);
  background: var(--navy-900);
  color: var(--white);
}


.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.028) 0,
      rgba(255, 255, 255, 0.028) 1px,
      transparent 1px,
      transparent 48px
    );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 38%,
    rgba(0, 0, 0, 0.55) 68%,
    rgba(0, 0, 0, 0.12) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 38%,
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.12) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.home-hero-inner {
  position: relative;
  width: min(100% - 40px, 1180px);
  min-height: 480px;
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(260px, 0.55fr);
  align-items: center;
  gap: 70px;
}

.home-hero-copy {
  max-width: 760px;
}

.home-eyebrow,
.home-section-eyebrow {
  margin: 0 0 13px;
  color: var(--gold-500);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(43px, 6vw, 76px);
  font-weight: normal;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.home-hero-intro {
  max-width: 680px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.home-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-button {
  min-height: 46px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.home-button-primary {
  border-color: var(--gold-500);
  background: var(--gold-500);
  color: var(--navy-900);
}

.home-button-primary:hover,
.home-button-primary:focus-visible {
  border-color: var(--gold-300);
  background: var(--gold-300);
}

.home-button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
}

.home-button-secondary:hover,
.home-button-secondary:focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy-900);
}

.home-hero-identity {
  min-height: 290px;
  padding: 34px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.home-hero-identity img {
  width: min(250px, 80%);
  height: auto;
  margin-bottom: 23px;
  object-fit: contain;
}

.home-hero-identity span {
  display: block;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 28px;
  letter-spacing: 0.09em;
}

.home-hero-identity span + span {
  margin-top: 3px;
  color: var(--gold-500);
}

.home-family,
.home-information {
  width: min(100% - 40px, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.home-family {
  padding: 72px 0;
}

.home-section-heading {
  max-width: 720px;
  margin-bottom: 33px;
}

.home-section-heading h2,
.home-feature-panel h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-weight: normal;
}

.home-section-heading h2 {
  font-size: clamp(33px, 4vw, 48px);
  line-height: 1.05;
}

.home-section-heading > p:last-child {
  max-width: 670px;
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.home-family-grid {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
}

.home-family-card:last-child {
  border-right: 0;
}

.home-family-card:hover,
.home-family-card:focus-visible {
  background: rgba(213, 155, 39, 0.045);
}

.home-family-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 19px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-900);
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.home-family-icon svg {
  width: 100%;
  height: 100%;
}

.home-family-card:hover .home-family-icon,
.home-family-card:focus-visible .home-family-icon {
  color: var(--gold-700);
  transform: translateY(-2px);
}

.home-family-number {
  margin-bottom: 11px;
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
}

.home-family-card h3 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
}

.home-family-card p {
  max-width: 230px;
  margin: 17px auto 24px;
  color: var(--branch-grey-800);
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.home-family-link {
  margin-top: auto;
  padding-top: 15px;
  color: var(--navy-900);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-family-link::after {
  content: "→";
  margin-left: 9px;
  color: var(--gold-700);
  font-size: 14px;
  font-weight: normal;
  transition: margin-left 160ms ease;
}

.home-family-card:hover .home-family-link::after,
.home-family-card:focus-visible .home-family-link::after {
  margin-left: 13px;
}

.home-family-card:focus-visible {
  z-index: 1;
  outline: 2px solid var(--gold-500);
  outline-offset: -2px;
}

.home-family-grid {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--branch-grey-300);
  border-left: 1px solid var(--branch-grey-300);
}

.home-family-card {
  position: relative;
  min-height: 285px;
  padding: 27px 24px 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--branch-grey-300);
  border-bottom: 1px solid var(--branch-grey-300);
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.home-family-card:hover,
.home-family-card:focus-visible {
  z-index: 1;
  background: #faf9f5;
  box-shadow:
    0 12px 26px rgba(15, 18, 31, 0.12);
  transform: translateY(-2px);
}

.home-family-number {
  margin-bottom: 34px;
  color: var(--gold-600);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-family-card h3 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.15;
}

.home-family-card p {
  margin: 14px 0 25px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.65;
}

.home-card-link {
  margin-top: auto;
  color: var(--navy-900);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-card-link::after,
.home-text-link::after {
  content: " →";
  color: var(--gold-600);
}

.home-information {
  padding: 0 0 78px;
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-feature-panel {
  min-height: 275px;
  padding: 34px 34px 31px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-top: 4px solid var(--navy-900);
  background: var(--white);
  box-shadow:
    0 7px 20px rgba(15, 18, 31, 0.08);
}

.home-feature-panel h2 {
  font-size: 31px;
  line-height: 1.1;
}

.home-feature-panel > p:not(.home-section-eyebrow) {
  margin: 17px 0 27px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.7;
}

.home-text-link {
  margin-top: auto;
  color: var(--navy-900);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-text-link:hover,
.home-text-link:focus-visible {
  color: var(--gold-700);
}

@media (max-width: 920px) {
  .home-hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .home-hero-identity {
    min-height: auto;
    flex-direction: row;
    gap: 22px;
  }

  .home-hero-identity img {
    width: 105px;
    margin: 0 10px 0 0;
  }

  .home-hero-identity span {
    font-size: 22px;
  }

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

@media (max-width: 680px) {
  .home-hero-inner,
  .home-family,
  .home-information {
    width: min(100% - 24px, 1180px);
  }

  .home-hero-inner {
    min-height: auto;
    padding: 54px 0;
  }

  .home-hero h1 {
    font-size: 46px;
  }

  .home-hero-intro {
    font-size: 15px;
  }

  .home-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .home-hero-identity {
    align-items: center;
    flex-direction: column;
  }

  .home-hero-identity img {
    margin: 0 0 16px;
  }

  .home-information {
    grid-template-columns: 1fr;
  }

  .home-feature-panel {
    min-height: 245px;
    padding: 27px 24px;
  }

  .home-information {
    padding-bottom: 55px;
  }
}

.home-family {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 68px 0 74px;
}

.home-family-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}

.home-family-heading span {
  height: 1px;
  background: var(--gold-500);
}

.home-family-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.home-family-grid {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
}

.home-family-card {
  min-width: 0;
  min-height: 390px;
  padding: 10px 34px 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid var(--branch-grey-300);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}

.home-family-card:last-child {
  padding-right: 10px;
  border-right: 0;
}

.event-edit-loading {
  min-height: 360px;
  padding: 70px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--branch-grey-200);
  border-top: 0;
  background: var(--white);
  color: var(--branch-grey-800);
  text-align: center;
}

.event-edit-loading[hidden] {
  display: none !important;
}

.event-edit-loading-spinner {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 3px solid var(--branch-grey-200);
  border-top-color: var(--gold-600);
  border-radius: 50%;
  animation:
    event-edit-loading-spin
    750ms linear infinite;
}

.event-edit-loading p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@keyframes event-edit-loading-spin {
  to {
    transform: rotate(360deg);
  }
}


.event-loading {
  min-height: 360px;
  padding: 70px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--branch-grey-200);
  border-top: 0;
  background: var(--white);
  color: var(--branch-grey-800);
  text-align: center;
}

.event-loading[hidden] {
  display: none !important;
}

.event-loading-spinner {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 3px solid var(--branch-grey-200);
  border-top-color: var(--gold-600);
  border-radius: 50%;
  animation:
    event-edit-loading-spin
    750ms linear infinite;
}

.event-loading p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@keyframes event-loading-spin {
  to {
    transform: rotate(360deg);
  }
}