:root {
  --bg: #e9edf2;
  --navy: #1f2d3f;
  --blue: #2f66d8;
  --blue-soft: #78b6ff;
  --gold: #e3b60e;
  --gold-bright: #ffde3a;
  --ink: #12151c;
  --muted: #4f5969;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(180deg, #eff4fb 0%, var(--bg) 22%, #e6edf5 100%);
  color: var(--ink);
}

.brand-banner {
  background:
    linear-gradient(90deg, rgba(28, 37, 52, 0.92) 0%, rgba(46, 63, 87, 0.9) 20%, rgba(143, 120, 21, 0.88) 52%, rgba(45, 61, 86, 0.9) 82%, rgba(31, 41, 56, 0.92) 100%),
    url("assets/images/shsaa-banner.png") center/cover no-repeat;
  text-align: center;
  padding: 14px 10px 12px;
}

.brand-banner h1 {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.65rem, 3.1vw, 3.1rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 800;
}

.brand-banner p {
  margin: 4px 0 0;
  color: #f3e58f;
  font-size: clamp(0.95rem, 1.4vw, 1.55rem);
  font-weight: 700;
}

.menu-shell {
  background: var(--white);
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 10px clamp(10px, 3vw, 28px);
  border-bottom: 1px solid #d6dbe4;
  box-shadow: 0 8px 20px rgba(18, 40, 71, 0.12);
}

.menu-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #f6fbff 0%, #e8f2ff 45%, #dce9ff 100%);
  border: 3px solid #8bb7ff;
  color: #2a5fca;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 800;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 4px;
}

.menu-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.main-nav {
  position: relative;
  min-height: 62px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8ad0e 0%, #4f8bea 43%, #2f5fba 61%, #d8ad0e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  gap: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 223, 104, 0.55), 0 4px 16px rgba(28, 56, 111, 0.2);
}

.main-nav > a,
.main-nav .nav-trigger {
  color: #f8fbff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  display: inline-block;
}

.main-nav .nav-trigger span {
  font-size: 0.72em;
  margin-left: 4px;
}

.main-nav > a.active,
.main-nav > a:hover,
.main-nav .nav-trigger:hover,
.main-nav .has-dropdown:hover .nav-trigger,
.main-nav .has-dropdown:focus-within .nav-trigger {
  background: rgba(255, 255, 255, 0.13);
  color: #fff8ce;
}

.nav-item {
  position: relative;
}

.nav-item.has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 240px;
  background: #f3f4f6;
  border: 1px solid #d6dce8;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(18, 34, 68, 0.24);
  overflow: hidden;
  display: none;
  z-index: 30;
}

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

.dropdown-menu a {
  display: block;
  text-decoration: none;
  color: #1e293b;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 12px 14px;
  border-top: 1px solid #e0e4ec;
  font-size: 0.9rem;
}

.dropdown-menu a:first-child {
  border-top: none;
}

.dropdown-menu a.dropdown-head {
  background: #e9e7da;
  color: #56606f;
  font-size: 0.84rem;
}

.dropdown-menu a:hover {
  background: #e7edf8;
}

.dropdown-menu a.active {
  background: #dfe9fb;
  color: #163f86;
}

.join-btn {
  text-decoration: none;
  background: #efbf39;
  color: #ffffff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  padding: 13px 24px;
  border-radius: 7px;
  white-space: nowrap;
}

main {
  max-width: 1020px;
  margin: 24px auto 90px;
  padding: 0 14px;
}

.hero {
  position: relative;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 1px solid #aac6f2;
  background: #fff;
  box-shadow: 0 12px 24px rgba(21, 62, 133, 0.16);
}

.slides {
  position: relative;
  width: 100%;
  min-height: 430px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: saturate(0.96) contrast(1.04);
}

.overlay {
  position: absolute;
  right: 4%;
  top: 34%;
  max-width: 38%;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.overlay h2 {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  line-height: 1.15;
  font-weight: 700;
}

.countdown-slide {
  height: 520px;
  display: grid;
  place-items: center;
  padding-bottom: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.06) 100%),
    repeating-linear-gradient(
      180deg,
      #c5def3 0 38px,
      #deebf6 38px 76px
    ),
    radial-gradient(circle at center bottom, #3d7ef0 0%, #79abe8 40%, #b8d4f0 100%);
}

.countdown-wrap {
  width: min(92%, 860px);
  text-align: center;
  transform: translateY(-12px);
}

.countdown-wrap h2 {
  margin: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2.2rem, 5.2vw, 5rem);
  color: #927910;
  text-shadow: 0 4px 10px rgba(30, 33, 38, 0.32);
  font-weight: 800;
}

.countdown-date {
  margin: 2px 0 18px;
  font-size: clamp(1.5rem, 3.5vw, 3.2rem);
  color: #245fd8;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 800;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}

.countdown-box {
  border-radius: 20px;
  padding: 16px 10px 14px;
  box-shadow: 0 12px 24px rgba(16, 33, 67, 0.2);
}

.countdown-box span {
  display: block;
  font-size: clamp(2.2rem, 4.3vw, 4rem);
  line-height: 1;
  font-weight: 800;
}

.countdown-box small {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  font-size: 1.55rem;
}

.countdown-box.blue {
  background: #2f66d8;
  color: #ffffff;
}

.countdown-box.gold {
  background: #f0c915;
  color: #111111;
}

.countdown-box.dark {
  background: #090c14;
  color: #ffffff;
}

.countdown-box.bordered {
  border: 2px solid #f0c915;
}

.countdown-note {
  margin: 14px 0 0;
  color: #143f92;
  font-weight: 700;
}

.membership-slide {
  height: 520px;
  display: grid;
  place-items: center;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 12% 16%, rgba(250, 223, 95, 0.18) 0, rgba(250, 223, 95, 0) 45%),
    radial-gradient(circle at 90% 88%, rgba(34, 118, 255, 0.22) 0, rgba(34, 118, 255, 0) 50%),
    linear-gradient(125deg, #0f2659 0%, #1f468f 48%, #2f66d8 100%);
}

.membership-wrap {
  width: min(92%, 900px);
  text-align: center;
  color: #f3f7ff;
}

.membership-kicker {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5d24d;
  font-weight: 800;
}

.membership-wrap h2 {
  margin: 6px 0 8px;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #ffea68;
  text-shadow: 0 4px 10px rgba(8, 18, 41, 0.38);
}

.membership-copy {
  margin: 0 auto 14px;
  max-width: 780px;
  line-height: 1.5;
  color: #e7efff;
}

.membership-progress {
  width: min(88%, 740px);
  margin: 0 auto;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(7, 18, 42, 0.45);
  overflow: hidden;
}

.membership-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f6d54f 0%, #f0c915 45%, #2f66d8 100%);
  transition: width 0.45s ease;
}

.membership-grid {
  margin: 14px auto 0;
  width: min(88%, 760px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.membership-box {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 14px 10px 12px;
  box-shadow: 0 12px 24px rgba(9, 18, 38, 0.24);
}

.membership-box.current {
  background: rgba(255, 255, 255, 0.14);
}

.membership-box.target {
  background: rgba(250, 214, 78, 0.14);
}

.membership-box.remaining {
  background: rgba(32, 102, 216, 0.24);
}

.membership-box span {
  display: block;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.membership-box small {
  display: block;
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 800;
  color: #dce8ff;
}

.membership-note {
  margin: 10px 0 0;
  color: #ffea68;
  font-weight: 700;
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 5px;
}

.hero-controls .dot {
  border: none;
  cursor: pointer;
  font-size: 11px;
  width: 23px;
  height: 23px;
  background: #1e3370;
  color: #ffffff;
}

.hero-controls .dot.active {
  background: #e0b418;
  color: #111111;
}

.welcome h3 {
  margin: 15px 0 28px;
  text-align: center;
  color: #275bc6;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 2.7vw, 2.45rem);
  font-weight: 400;
}

.about {
  text-align: center;
  margin-bottom: 30px;
  background: #f3f6fb;
  border: 1px solid #cfd9e8;
  padding: 28px 24px 26px;
}

.about h4 {
  color: #285ec8;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 2rem;
  margin: 0 0 16px;
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 400;
}

.about p {
  max-width: 860px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.65;
  border-top: 2px solid #e0b418;
  padding-top: 20px;
  font-size: 1.05rem;
}

.mission {
  position: relative;
  margin: 28px 0;
}

.mission img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.mission-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 39, 78, 0.73), rgba(44, 90, 188, 0.52));
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 20px;
}

.mission-overlay h4 {
  margin: 0 0 10px;
  font-family: "Times New Roman", Georgia, serif;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 300;
}

.mission-overlay p {
  max-width: 870px;
  margin: 0 auto;
  line-height: 1.55;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.mission-overlay p + p {
  margin-top: 10px;
}

.programs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 38px 0 52px;
}

.program-card {
  text-align: center;
}

.program-card .icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 30px;
  background: radial-gradient(circle at 35% 20%, #4e88ee 0%, #2f66d8 50%, #264ea2 100%);
  box-shadow: 0 10px 26px rgba(43, 91, 184, 0.26);
}

.program-card a.icon {
  text-decoration: none;
}

.program-card h5 {
  margin: 0 0 8px;
  color: #1f3f85;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.program-card p {
  margin: 0;
  color: #2c3342;
  line-height: 1.5;
  font-size: 0.96rem;
}

.program-card-link {
  display: block;
  text-decoration: none;
}

.program-card-link:hover h5 {
  text-decoration: underline;
}

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

.promo-card {
  text-align: center;
}

.promo-card img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border: 2px solid #2f66d8;
}

.promo-card a {
  display: inline-block;
  margin-top: 10px;
  color: #1f3f85;
  font-weight: 700;
  text-decoration: underline;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.social-float {
  position: fixed;
  right: 12px;
  top: 40%;
  display: grid;
  gap: 8px;
}

.social-float a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  background: #2f66d8;
  border-radius: 4px;
  font-weight: 700;
}

.back-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 4px;
  background: #d8b238;
  color: #111;
  font-size: 20px;
  cursor: pointer;
}

.contact-main {
  max-width: 1040px;
}

.board-main {
  max-width: 1040px;
}

.board-hero {
  margin: 0 auto 18px;
  padding: 32px 20px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(110deg, #254796 0%, #2e5bb7 50%, #8f7418 100%);
  color: #ffffff;
}

.board-hero h2 {
  margin: 0 0 8px;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 2.9vw, 3rem);
}

.board-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #e5eeff;
  line-height: 1.6;
}

.board-section {
  background: #f6f8fb;
  border: 1px solid #d6deeb;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 16px;
}

.board-section h3 {
  margin: 0 0 14px;
  color: #1f468f;
  font-size: 1.32rem;
}

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

.member-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

.member-photo {
  width: 102px;
  height: 116px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center top;
  background: #f7f9fc;
  border: 3px solid #d8ad0e;
  box-shadow: 0 6px 12px rgba(20, 39, 74, 0.16);
  margin: 0 auto 10px;
  display: block;
}

.member-card h4 {
  margin: 0 0 6px;
  color: #1f468f;
}

.member-card .name {
  margin: 0 0 6px;
  font-weight: 700;
  color: #202f48;
}

.member-card p {
  margin: 0;
  color: #4a556a;
  line-height: 1.5;
  font-size: 0.92rem;
}

.name-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.hover-photo {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  width: 122px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #d6deeb;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(20, 39, 74, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 40;
}

.hover-photo img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center top;
  background: #f7f9fc;
  border-radius: 6px;
  display: block;
}

.name-hover:hover .hover-photo,
.name-hover:focus-within .hover-photo {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Keep hover previews only in the Board Roster table, not executive cards. */
.member-card .name-hover {
  cursor: default;
}

.member-card .hover-photo {
  display: none;
}

.roster-wrap {
  overflow-x: auto;
}

.roster-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #d7deea;
}

.roster-table th,
.roster-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f2;
  font-size: 0.93rem;
}

.roster-table th {
  background: #edf2fb;
  color: #1f468f;
  font-weight: 800;
}

.roster-table tbody tr:hover {
  background: #f8fbff;
}

.roster-table td.name-hover {
  color: #1a3977;
  font-weight: 700;
}

.roster-table td.name-hover .hover-photo {
  left: calc(100% + 10px);
  bottom: 50%;
  transform: translateY(50%) translateX(6px);
}

.roster-table td.name-hover:hover .hover-photo,
.roster-table td.name-hover:focus-within .hover-photo {
  transform: translateY(50%) translateX(0);
}

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

.committee-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-left: 4px solid #d8ad0e;
  border-radius: 10px;
  padding: 12px;
}

.committee-card h4 {
  margin: 0 0 6px;
  color: #1f468f;
}

.committee-card p {
  margin: 0;
  color: #4a556a;
  line-height: 1.5;
  font-size: 0.92rem;
}

.board-note {
  background: #f5f2df;
  border: 1px solid #ddd2a0;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 26px;
}

.board-note h4 {
  margin: 0 0 8px;
  color: #1f468f;
}

.board-note p {
  margin: 0;
  color: #3c4658;
}

.board-note a {
  color: #2250aa;
}

.bylaws-main {
  max-width: 860px;
}

.bylaws-hero {
  text-align: center;
  margin: 2px 0 14px;
}

.bylaws-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 1.2rem;
  background: linear-gradient(140deg, #2f66d8 0%, #e0b418 100%);
}

.bylaws-hero h2 {
  margin: 0;
  color: #20499b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  text-transform: uppercase;
}

.bylaws-hero p {
  margin: 3px 0 0;
  color: #32569b;
  font-size: 0.95rem;
}

.bylaws-shell {
  background: #ffffff;
  border: 1px solid #d5deeb;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(18, 41, 84, 0.12);
}

.bylaws-header {
  border-radius: 9px;
  padding: 14px;
  background: linear-gradient(140deg, #234ca2 0%, #2f66d8 100%);
  text-align: center;
}

.bylaws-header h3 {
  margin: 0;
  color: #f9d84a;
  font-size: 2rem;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.bylaws-header p {
  margin: 4px 0 0;
  color: #e9efff;
  font-size: 0.82rem;
  font-weight: 700;
}

.bylaws-meta {
  border: 1px solid #e4bc2f;
  background: #f4edc8;
  border-radius: 8px;
  margin: 10px 0 14px;
  padding: 10px 12px;
  text-align: center;
}

.bylaws-meta p {
  margin: 4px 0;
  color: #38496a;
}

.bylaws-content {
  display: grid;
  gap: 12px;
}

.bylaw-article {
  border-radius: 9px;
  border: 1px solid #d9e2ef;
  overflow: hidden;
  background: #f8fbff;
}

.bylaw-article h4 {
  margin: 0;
  padding: 12px 14px;
  color: #1f468f;
  font-size: 1rem;
  background: linear-gradient(90deg, #e8f1ff 0%, #dbe8ff 100%);
  text-transform: uppercase;
}

.bylaw-toggle {
  width: 100%;
  border: none;
  margin: 0;
  padding: 12px 44px 12px 14px;
  text-align: left;
  color: #1f468f;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(90deg, #e8f1ff 0%, #dbe8ff 100%);
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.bylaw-toggle::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #204a9a;
}

.bylaw-article:not(.is-collapsed) .bylaw-toggle::after {
  content: "-";
}

.bylaw-article section {
  padding: 12px 14px;
  border-top: 1px solid #dbe4f2;
}

.bylaw-article.is-collapsed section {
  display: none;
}

.bylaw-article section h5 {
  margin: 0 0 8px;
  color: #1d468c;
  font-size: 0.92rem;
}

.bylaw-article section p,
.bylaw-article section li {
  margin: 0 0 8px;
  color: #3e4d66;
  line-height: 1.55;
  font-size: 0.92rem;
}

.bylaw-article section ul {
  margin: 0;
  padding-left: 20px;
}

.bylaws-note {
  margin: 12px 2px 2px;
  color: #4d5e7b;
  font-size: 0.85rem;
}

.bylaws-note code {
  background: #ecf1fa;
  border: 1px solid #d4dff0;
  border-radius: 4px;
  padding: 2px 6px;
}

.gallery-main {
  max-width: 1120px;
}

.news-main {
  max-width: 1100px;
}

.programs-main {
  max-width: 1120px;
}

.donate-main {
  max-width: 980px;
}

.shop-main {
  max-width: 1080px;
}

.shop-hero {
  border-radius: 14px;
  padding: 28px 18px 22px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(115deg, #234a9c 0%, #2f66d8 55%, #8b7418 100%);
  box-shadow: 0 12px 26px rgba(17, 43, 89, 0.2);
}

.shop-hero h2 {
  margin: 0;
  color: #ffe95a;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 800;
  text-transform: uppercase;
}

.shop-hero p {
  max-width: 740px;
  margin: 10px auto 0;
  color: #edf4ff;
}

.shop-open-link {
  margin-top: 14px;
  display: inline-block;
  text-decoration: none;
  background: rgba(14, 27, 54, 0.5);
  color: #ffffff;
  border: 1px solid rgba(255, 228, 98, 0.86);
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
}

.shop-context {
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid #d5deeb;
  background: #f6f9ff;
  padding: 14px 16px;
  color: #35435c;
  text-align: center;
}

.shop-context p {
  margin: 0 0 6px;
  line-height: 1.55;
}

.shop-context p:last-child {
  margin-bottom: 0;
}

.shop-cart-panel {
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid #d5deeb;
  background: #f6f9ff;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shop-cart-panel p {
  margin: 0;
  color: #1d3b77;
  font-weight: 600;
}

.shop-clear-btn {
  border: 1px solid #1f468f;
  background: #ffffff;
  color: #1f468f;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

.shop-clear-btn:hover,
.shop-clear-btn:focus-visible {
  background: #eaf1ff;
}

.shop-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shop-product-card {
  border-radius: 12px;
  border: 1px solid #d5deeb;
  border-top: 4px solid #2f66d8;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 8px 16px rgba(24, 48, 88, 0.08);
  display: grid;
  gap: 8px;
}

.shop-product-art {
  height: 132px;
  border-radius: 10px;
  background: linear-gradient(120deg, #213f86 0%, #2f66d8 58%, #8e7618 100%);
  color: #ffea68;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 1.02rem;
  text-shadow: 0 2px 5px rgba(7, 20, 45, 0.45);
}

.shop-product-card h3 {
  margin: 0;
  color: #1f468f;
  font-size: 1.14rem;
}

.shop-product-card p {
  margin: 0;
  color: #465978;
  line-height: 1.48;
}

.shop-price {
  color: #123370;
  font-size: 1.34rem;
  font-weight: 800;
}

.shop-add-btn {
  margin-top: 4px;
  border: 1px solid #e3b300;
  background: linear-gradient(118deg, #f8d33f 0%, #e6b51a 100%);
  color: #112c60;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 800;
  cursor: pointer;
}

.shop-add-btn:hover,
.shop-add-btn:focus-visible {
  filter: brightness(1.04);
}

.shop-order-note {
  margin-top: 16px;
  border-radius: 12px;
  border: 1px solid #d5deeb;
  background: #f7f9fc;
  padding: 14px 16px;
}

.shop-order-note h3 {
  margin: 0 0 8px;
  color: #1f468f;
}

.shop-order-note p {
  margin: 0;
  color: #42506a;
  line-height: 1.55;
}

#shop-cart-note {
  margin-top: 8px;
  color: #1f468f;
  font-weight: 700;
  min-height: 20px;
}

.donate-hero {
  border-radius: 14px;
  padding: 32px 20px 24px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(110deg, #2c4d9f 0%, #304c86 52%, #7d6514 100%);
  box-shadow: 0 12px 26px rgba(17, 43, 89, 0.2);
}

.donate-hero h2 {
  margin: 0;
  color: #ffea68;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 800;
  text-transform: uppercase;
}

.donate-hero p {
  max-width: 740px;
  margin: 10px auto 0;
  color: #edf4ff;
  line-height: 1.58;
}

.impact-row {
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
}

.impact-pill {
  border: 1px solid rgba(255, 222, 88, 0.62);
  border-radius: 12px;
  background: rgba(9, 21, 46, 0.3);
  padding: 14px 10px 12px;
}

.impact-pill h3 {
  margin: 0;
  font-size: 2rem;
  color: #ffeb67;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.impact-pill p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #edf3ff;
  font-weight: 700;
}

.donate-methods {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.donate-method-heading {
  margin: 2px 0 0;
  color: #1f468f;
  font-size: 1.08rem;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.donate-method-heading:not(:first-child) {
  margin-top: 6px;
}

.donate-card {
  border-radius: 12px;
  padding: 17px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border: 1px solid #d6deeb;
  background: #f6f8fb;
  box-shadow: 0 10px 20px rgba(19, 51, 106, 0.09);
}

.card-gold {
  border-left: 6px solid #d8ad0e;
}

.card-blue {
  border-left: 6px solid #2f66d8;
}

.donate-card h3 {
  margin: 0 0 4px;
  font-size: 1.35rem;
  color: #1f468f;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.donate-card .method-id {
  margin: 0 0 5px;
  font-size: 1.14rem;
  font-weight: 800;
  color: #253856;
}

.donate-card p {
  margin: 0;
  color: #4a566b;
  line-height: 1.5;
}

.method-btn {
  text-decoration: none;
  background: linear-gradient(90deg, #2f66d8 0%, #2a58ba 68%, #244b9c 100%);
  border: 1px solid #204586;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.method-btn:hover {
  filter: brightness(1.06);
}

.donate-note {
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid #d6deeb;
  background: #f6f8fb;
  padding: 18px;
  text-align: center;
  color: #445167;
}

.donate-note h4 {
  margin: 0 0 8px;
  color: #1f468f;
  font-size: 1.35rem;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.donate-note p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.note-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.note-badges span {
  border-radius: 999px;
  border: 1px solid #cfd9ed;
  padding: 6px 10px;
  font-size: 0.82rem;
  background: #ffffff;
  color: #2d4f8f;
  font-weight: 700;
}

.news-hero {
  text-align: center;
  margin: 0 0 16px;
  border-radius: 12px;
  padding: 26px 16px;
  color: #ffffff;
  background: linear-gradient(115deg, #1f3f85 0%, #2f66d8 54%, #8a7118 100%);
}

.news-hero h2 {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 3rem);
}

.news-hero p {
  margin: 8px auto 0;
  max-width: 760px;
  color: #e8efff;
}

.governance-panel {
  margin: 0 0 14px;
  padding: 12px 12px 10px;
  border-radius: 10px;
  border: 1px solid #d5deeb;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 55%, #f9f7ee 100%);
}

.governance-panel h3 {
  margin: 0 0 8px;
  color: #1f468f;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.governance-panel ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.governance-panel li {
  color: #3b4861;
  font-size: 0.91rem;
  line-height: 1.45;
}

.governance-panel li span {
  color: #1f468f;
  font-weight: 700;
}

.governance-panel li strong {
  color: #876f12;
}

.news-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.news-feed {
  display: grid;
  gap: 12px;
}

.news-card {
  background: #f7f9fc;
  border: 1px solid #d5deeb;
  border-left: 4px solid #2f66d8;
  border-radius: 10px;
  padding: 14px;
}

.news-meta {
  margin: 0 0 6px;
  color: #5b6981;
  font-size: 0.84rem;
  font-weight: 700;
}

.news-card h3 {
  margin: 0 0 8px;
  color: #1f468f;
  font-size: 1.28rem;
}

.news-card p {
  margin: 0 0 8px;
  color: #3d4960;
  line-height: 1.55;
}

.news-main .news-details {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dce5f3;
}

.news-main .news-details p {
  margin: 0 0 8px;
  color: #3d4960;
  line-height: 1.55;
  font-size: 0.92rem;
}

.news-main .news-details p:last-child {
  margin-bottom: 2px;
}

.news-main .news-read-toggle {
  margin-top: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: #1f468f;
  font-weight: 700;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
}

.news-main .news-read-toggle:hover {
  text-decoration: underline;
}

.programs-main .program-details {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dce5f3;
}

.programs-main .program-details p {
  margin: 0 0 8px;
  color: #3d4960;
  line-height: 1.55;
  font-size: 0.92rem;
}

.programs-main .program-details p:last-child {
  margin-bottom: 2px;
}

.programs-main .program-read-toggle {
  margin-top: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: #1f468f;
  font-weight: 700;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
}

.programs-main .program-read-toggle:hover {
  text-decoration: underline;
}

.events-panel {
  background: #f7f9fc;
  border: 1px solid #d5deeb;
  border-radius: 10px;
  padding: 14px;
  height: fit-content;
}

.events-panel h3 {
  margin: 0 0 10px;
  color: #1f468f;
  font-size: 1.2rem;
}

.event-item {
  padding: 10px 0;
  border-top: 1px solid #dce5f3;
}

.event-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.event-date {
  margin: 0 0 6px;
  color: #8a6f13;
  font-size: 0.84rem;
  font-weight: 800;
}

.event-item h4 {
  margin: 0 0 6px;
  color: #1f468f;
  font-size: 1rem;
}

.event-item p {
  margin: 0;
  color: #3d4960;
  line-height: 1.5;
  font-size: 0.9rem;
}

.programs-hero {
  text-align: center;
  margin: 0 0 16px;
  border-radius: 12px;
  padding: 28px 16px;
  color: #ffffff;
  background: linear-gradient(115deg, #24448f 0%, #2f66d8 54%, #877015 100%);
}

.programs-hero h2 {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 3rem);
}

.programs-hero p {
  margin: 8px auto 0;
  max-width: 780px;
  color: #e8efff;
}

.programs-hero .programs-hero-lead {
  font-weight: 700;
}

.programs-hero .programs-hero-detail {
  max-width: 860px;
  font-size: 0.96rem;
  line-height: 1.6;
  color: #dce8ff;
}

.programs-main .programs-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.programs-main .program-feed {
  display: grid;
  gap: 12px;
}

.programs-main .program-card {
  background: #f7f9fc;
  border: 1px solid #d5deeb;
  border-left: 4px solid #2f66d8;
  border-radius: 10px;
  padding: 14px;
}

.programs-main .program-card:nth-child(2n) {
  border-left-color: #d8ad0e;
}

.programs-main .program-meta {
  margin: 0 0 6px;
  color: #5b6981;
  font-size: 0.84rem;
  font-weight: 700;
}

.programs-main .program-card h3 {
  margin: 0 0 8px;
  color: #1f468f;
  font-size: 1.22rem;
}

.programs-main .program-card p {
  margin: 0 0 10px;
  color: #3d4960;
  line-height: 1.55;
}

.programs-main .program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.programs-main .program-tag {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #cad8ef;
  background: #ffffff;
  color: #395f9f;
  font-weight: 700;
  font-size: 0.74rem;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.programs-main .program-card a {
  color: #1f468f;
  font-weight: 700;
  text-decoration: none;
}

.programs-main .program-panel {
  background: #f7f9fc;
  border: 1px solid #d5deeb;
  border-radius: 10px;
  padding: 14px;
  height: fit-content;
}

.programs-main .program-panel h3 {
  margin: 0 0 10px;
  color: #1f468f;
  font-size: 1.2rem;
}

.programs-main .program-schedule-item {
  padding: 10px 0;
  border-top: 1px solid #dce5f3;
}

.programs-main .program-schedule-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.programs-main .program-schedule-item h4 {
  margin: 0 0 6px;
  color: #1f468f;
  font-size: 1rem;
}

.programs-main .program-schedule-item p {
  margin: 0;
  color: #3d4960;
  line-height: 1.5;
  font-size: 0.9rem;
}

.programs-main .program-panel-cta {
  margin-top: 12px;
  border-top: 1px solid #dce5f3;
  padding-top: 12px;
}

.programs-main .program-panel-cta h4 {
  margin: 0 0 8px;
  color: #1f468f;
  font-size: 1rem;
}

.programs-main .program-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.programs-main .program-actions-inline a {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f66d8 0%, #2b58b6 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 7px 14px;
  font-size: 0.82rem;
}

.programs-main .program-impact-band {
  background: #f7f9fc;
  border: 1px solid #d5deeb;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 20px;
}

.programs-main .program-impact-band h3 {
  margin: 0 0 10px;
  color: #1f468f;
  font-size: 1.22rem;
}

.programs-main .program-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.programs-main .program-impact-grid article {
  border-radius: 8px;
  border: 1px solid #d6e0f0;
  background: #ffffff;
  padding: 12px;
  text-align: center;
}

.programs-main .program-impact-grid strong {
  display: block;
  color: #8a6f13;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.programs-main .program-impact-grid p {
  margin: 0;
  color: #3d4960;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.gallery-hero {
  text-align: center;
  margin: 0 0 16px;
  border-radius: 12px;
  padding: 26px 16px;
  color: #ffffff;
  background: linear-gradient(115deg, #264b9b 0%, #2f66d8 50%, #8d7418 100%);
}

.gallery-hero h2 {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 3rem);
}

.gallery-hero p {
  margin: 8px auto 0;
  max-width: 760px;
  color: #e8efff;
}

.gallery-count {
  margin-top: 8px;
  font-weight: 700;
}

.gallery-video {
  width: min(100%, 1338px);
  margin: 0 auto 14px;
  border-radius: 12px;
  border: 1px solid #c9d7ea;
  background: #f6f9ff;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.gallery-video h3 {
  margin: 0 0 8px;
  color: #1f468f;
  font-size: 1.18rem;
  text-align: center;
}

.gallery-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background: #0a1328;
  border: 1px solid #b8c9e3;
  max-height: 750px;
  box-sizing: border-box;
}

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

.gallery-item {
  border: none;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #dfe8f6;
  border: 1px solid #c9d7ea;
  cursor: pointer;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 16, 32, 0) 0%, rgba(8, 16, 32, 0.72) 100%);
  text-align: left;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(7, 12, 22, 0.86);
  display: none;
  place-items: center;
  z-index: 120;
  padding: 20px;
}

.gallery-lightbox.open {
  display: grid;
}

.gallery-lightbox img {
  max-width: min(1100px, 95vw);
  max-height: 82vh;
  border-radius: 10px;
  border: 2px solid #e0b418;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox p {
  margin: 10px 0 0;
  color: #dce7ff;
  font-size: 0.92rem;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: #e0b418;
  color: #111;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.bylaws-adoption {
  margin-top: 16px;
  border-radius: 12px;
  padding: 20px 18px;
  background: linear-gradient(110deg, #224291 0%, #172d63 48%, #06090f 100%);
  border: 1px solid #e0b418;
  color: #eef3ff;
  text-align: center;
}

.bylaws-adoption h4 {
  margin: 0 0 10px;
  color: #ffd94b;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.bylaws-adoption > p {
  max-width: 670px;
  margin: 0 auto 14px;
  line-height: 1.6;
  color: #dce7ff;
}

.bylaws-adoption-callout {
  margin: 0 auto 16px;
  border: 1px solid #f0c21b;
  border-radius: 8px;
  padding: 12px 14px;
  max-width: 680px;
  color: #ffd94b;
  font-weight: 800;
  line-height: 1.5;
  background: rgba(255, 216, 74, 0.06);
}

.bylaws-signers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 16px;
  max-width: 700px;
}

.signer-card {
  background: linear-gradient(145deg, rgba(236, 242, 255, 0.18) 0%, rgba(233, 241, 255, 0.08) 100%);
  border: 1px solid rgba(231, 190, 46, 0.45);
  border-radius: 8px;
  text-align: left;
  padding: 10px 10px 12px;
}

.signer-signature {
  margin: 0 0 8px;
  color: #ffd94b;
  font-style: italic;
  font-weight: 700;
  border-bottom: 1px solid rgba(240, 194, 27, 0.7);
  padding-bottom: 8px;
}

.signer-name {
  margin: 0;
  color: #ffde62;
  font-weight: 700;
}

.signer-role,
.signer-date {
  margin: 2px 0 0;
  color: #d8e3ff;
  font-size: 0.86rem;
}

.bylaws-official {
  border: 1px solid #dcb321;
  border-radius: 10px;
  padding: 14px 12px 16px;
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(110deg, rgba(236, 241, 253, 0.08) 0%, rgba(236, 241, 253, 0.03) 100%);
}

.official-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  font-size: 1.2rem;
  color: #ffffff;
  border: 2px solid #dce9ff;
  background: linear-gradient(145deg, #95a4c2 0%, #e0b418 100%);
}

.bylaws-official h5 {
  margin: 0 0 8px;
  color: #ffd94b;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.bylaws-official p {
  margin: 0;
  color: #dce7ff;
  line-height: 1.5;
}

.contact-hero {
  margin: 0 auto 18px;
  padding: 34px 20px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(110deg, #2c4d9f 0%, #304c86 52%, #7d6514 100%);
  color: #ffffff;
}

.contact-hero h2 {
  margin: 0 0 8px;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.contact-hero p {
  margin: 0 auto;
  max-width: 760px;
  color: #e9efff;
  line-height: 1.6;
}

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

.contact-panel {
  background: #f6f8fb;
  border: 1px solid #d6deeb;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(19, 51, 106, 0.09);
}

.contact-panel h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  color: #1f468f;
}

.info-list {
  display: grid;
  gap: 10px;
}

.info-box {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 10px;
  padding: 10px 12px;
}

.info-box h4 {
  margin: 0 0 4px;
  color: #1f468f;
  font-size: 0.96rem;
}

.info-box p {
  margin: 0;
  color: #424d60;
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 8px;
}

.contact-form label {
  font-weight: 700;
  color: #243b61;
  font-size: 0.88rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 11px;
  border: 1px solid #c7d2e4;
  border-radius: 7px;
  background: #ffffff;
  font-size: 0.93rem;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.contact-form button {
  margin-top: 4px;
  padding: 11px 14px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #2f66d8 0%, #d8ad0e 100%);
  color: #ffffff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.form-note {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: #5f6a7e;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.mini-card {
  border-radius: 10px;
  padding: 14px;
  color: #ffffff;
}

.mini-card:nth-child(1) {
  background: linear-gradient(120deg, #2b63d6 0%, #4b8bff 100%);
}

.mini-card:nth-child(2) {
  background: linear-gradient(120deg, #d6a309 0%, #be8f05 100%);
}

.mini-card:nth-child(3) {
  background: linear-gradient(120deg, #5f738f 0%, #8899b3 100%);
}

.mini-card:nth-child(4) {
  background: linear-gradient(120deg, #1f4f9f 0%, #2e66c8 58%, #c3970a 100%);
}

.mini-card.whatsapp-card {
  background: linear-gradient(120deg, #1a7f55 0%, #20a267 55%, #2f66d8 100%);
}

.mini-card.social-card {
  background: linear-gradient(120deg, #1b3f80 0%, #2f66d8 58%, #c69a0d 100%);
}

.mini-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.mini-card p {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.mini-card a {
  display: inline-block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 700;
}

.social-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-info-strip {
  background: #f5f2df;
  border: 1px solid #ddd2a0;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 26px;
}

.contact-info-strip h4 {
  margin: 0 0 10px;
  text-align: center;
  color: #1f468f;
}

.info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.info-columns ul {
  margin: 0;
  padding-left: 20px;
  color: #3c4658;
  line-height: 1.55;
}

.site-footer {
  margin-top: 6px;
  border-top: 8px solid #2452bc;
  background: linear-gradient(100deg, #161d2a 0%, #1d2737 45%, #182131 100%);
  color: #e7edf9;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 30px;
  padding-bottom: 20px;
}

.footer-col h5 {
  margin: 0 0 8px;
  color: var(--gold-bright);
  font-size: 1.35rem;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.footer-col p {
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #d3deee;
}

.footer-col a {
  display: block;
  color: #d5e6ff;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: #ffe57a;
}

.footer-brand p:first-of-type {
  margin-top: -2px;
  font-weight: 700;
}

.footer-brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #f0c542;
  background: #ffffff;
  padding: 3px;
  display: block;
  margin-bottom: 8px;
}

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

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2b62d6;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer-subscribe {
  display: grid;
  gap: 10px;
  max-width: 310px;
}

.footer-subscribe input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #495a78;
  background: #2a3344;
  color: #f5f8ff;
}

.footer-subscribe input::placeholder {
  color: #afbcd1;
}

.footer-subscribe button {
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  background: #e9bc14;
  color: #11141c;
  font-weight: 800;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid #334258;
  margin-top: 8px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-bottom p {
  margin: 0;
  color: #a7b6cd;
  font-size: 0.92rem;
}

.footer-bottom-links {
  display: flex;
  gap: 16px;
}

.footer-bottom-links a {
  color: #bbcbe2;
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 1220px) {
  .menu-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }
}

@media (max-width: 980px) {
  .overlay {
    top: auto;
    right: auto;
    left: 16px;
    bottom: 18px;
    max-width: 90%;
  }

  .overlay h2 {
    font-size: 1.5rem;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }

  .countdown-box small {
    font-size: 1.2rem;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 8px;
  }

  .dropdown-menu {
    position: static;
    min-width: 220px;
    margin-top: 6px;
  }

  .main-nav a {
    font-size: 0.82rem;
    padding: 10px 14px;
  }

  .programs {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

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

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

  .programs-main .programs-layout {
    grid-template-columns: 1fr;
  }

  .programs-main .program-impact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .impact-row {
    grid-template-columns: 1fr;
  }

  .donate-card {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .shop-cart-panel {
    flex-wrap: wrap;
  }

  .contact-grid,
  .contact-cards,
  .info-columns {
    grid-template-columns: 1fr;
  }

  .member-grid,
  .committee-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 740px) {
  .brand-banner h1 {
    font-size: 1.34rem;
  }

  .brand-banner p {
    font-size: 0.95rem;
  }

  .menu-logo {
    width: 52px;
    height: 52px;
    font-size: 0.85rem;
  }

  .join-btn {
    font-size: 0.9rem;
    padding: 10px 14px;
  }

  .slide img {
    height: 350px;
  }

  .countdown-slide {
    height: 350px;
    padding-bottom: 28px;
  }

  .membership-slide {
    height: 350px;
    padding-bottom: 28px;
  }

  .membership-wrap h2 {
    font-size: 1.9rem;
  }

  .membership-copy {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .membership-progress {
    height: 10px;
  }

  .membership-grid {
    width: min(94%, 760px);
    gap: 6px;
    margin-top: 10px;
  }

  .membership-box {
    border-radius: 10px;
    padding: 9px 6px 8px;
  }

  .membership-box small {
    font-size: 0.62rem;
    margin-top: 4px;
  }

  .membership-note {
    font-size: 0.78rem;
    margin-top: 8px;
  }

  .countdown-wrap h2 {
    font-size: 2.2rem;
  }

  .countdown-date {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .countdown-grid {
    gap: 8px;
  }

  .countdown-box {
    border-radius: 12px;
    padding: 10px 8px;
  }

  .countdown-box small {
    font-size: 0.85rem;
    margin-top: 4px;
  }

  .countdown-note {
    font-size: 0.85rem;
    margin-top: 8px;
  }

  .countdown-wrap {
    transform: translateY(-6px);
  }

  .welcome h3 {
    font-size: 1.55rem;
  }

  .about h4 {
    font-size: 1.45rem;
  }

  .mission-overlay h4 {
    font-size: 1.8rem;
  }

  .social-float {
    display: none;
  }

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

  .programs-main .program-impact-grid {
    grid-template-columns: 1fr;
  }

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

  .shop-cart-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-item img {
    height: 170px;
  }

  .member-grid,
  .committee-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-col h5 {
    font-size: 1.45rem;
  }

  .hover-photo {
    display: none;
  }

  .bylaws-header h3 {
    font-size: 1.5rem;
  }

  .bylaws-signers {
    grid-template-columns: 1fr;
  }
}
