:root {
  --bg: #dff1e6;
  --bg-soft: #dcecff;
  --bg-warm: #f7edd7;
  --bg-deep: #c9e5d5;
  --navy: #244d79;
  --navy-soft: #4c78a6;
  --sky: #6bb7d6;
  --ivory: #f8f1e4;
  --rose: #dd7f96;
  --coral: #f08f5f;
  --plum: #9b5ca8;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.84);
  --ink: #173427;
  --muted: #496662;
  --line: rgba(23, 52, 39, 0.14);
  --green: #13844a;
  --green-bright: #25bf69;
  --green-dark: #0d6a3c;
  --gold: #e3ab29;
  --gold-soft: #f7df9a;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(39, 89, 70, 0.16);
  --radius: 26px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 12%, rgba(37, 191, 105, 0.22), transparent 20%),
    radial-gradient(circle at 88% 11%, rgba(227, 171, 41, 0.23), transparent 22%),
    radial-gradient(circle at 78% 34%, rgba(107, 183, 214, 0.24), transparent 24%),
    radial-gradient(circle at 14% 72%, rgba(240, 143, 95, 0.14), transparent 22%),
    radial-gradient(circle at 78% 82%, rgba(155, 92, 168, 0.13), transparent 20%),
    linear-gradient(180deg, #d7f2df 0%, #dceeff 42%, #fff0cf 74%, #f8dfd6 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

code {
  padding: 0.15rem 0.45rem;
  border-radius: 0.5rem;
  background: rgba(19, 132, 74, 0.08);
  font-family: Consolas, Monaco, monospace;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(20px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(227, 249, 235, 0.8), rgba(224, 239, 255, 0.76));
  border-bottom: 1px solid rgba(23, 52, 39, 0.08);
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.34rem;
  letter-spacing: 0.05em;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.brand-logo,
.footer-logo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(39, 89, 70, 0.16), 0 0 0 6px rgba(227, 171, 41, 0.12);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-nav a,
.menu-toggle {
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
}

.site-nav a.active,
.site-nav a:hover,
.menu-toggle:hover {
  background: linear-gradient(135deg, rgba(37, 191, 105, 0.2), rgba(107, 183, 214, 0.18), rgba(227, 171, 41, 0.2));
  color: var(--green-dark);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
}

.hero,
.subpage-hero {
  position: relative;
  padding: 5.5rem 0 3.5rem;
}

.hero-home {
  min-height: calc(100vh - 88px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-ribbon {
  position: absolute;
  width: 38vw;
  height: 38vw;
  max-width: 460px;
  max-height: 460px;
  border-radius: 45% 55% 50% 50%;
  opacity: 0.3;
  pointer-events: none;
  mix-blend-mode: soft-light;
  animation: ribbonDrift 14s ease-in-out infinite;
}

.ribbon-left {
  top: 6rem;
  left: -10rem;
  background:
    radial-gradient(circle at 32% 30%, rgba(37, 191, 105, 0.38), transparent 42%),
    linear-gradient(145deg, rgba(90, 136, 184, 0.32), rgba(227, 171, 41, 0.28));
}

.ribbon-right {
  top: 13rem;
  right: -8rem;
  background:
    radial-gradient(circle at 60% 35%, rgba(227, 171, 41, 0.4), transparent 42%),
    linear-gradient(145deg, rgba(37, 191, 105, 0.24), rgba(90, 136, 184, 0.3));
  animation-delay: -6s;
}

.orb-one {
  top: 8rem;
  left: -4rem;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(37, 191, 105, 0.22), transparent 70%);
}

.orb-two {
  top: 6rem;
  right: 3rem;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(90, 136, 184, 0.24), transparent 72%);
}

.orb-three {
  bottom: 0;
  left: 45%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(227, 171, 41, 0.2), transparent 72%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
}

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

.subpage-hero h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  line-height: 1.08;
}

.about-title {
  max-width: 820px;
}

.home-title {
  max-width: 760px;
  font-size: clamp(2.6rem, 4.4vw, 4.5rem);
  line-height: 1.06;
}

.hero-copy .lead {
  max-width: 720px;
}

.hero-contact .lead.narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.subpage-hero .lead.narrow {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

h3 {
  margin: 0 0 0.7rem;
  font-size: 1.25rem;
}

.lead,
.section-heading p,
.feature-card p,
.leader-card p,
.callout p,
.gallery-card p,
.media-note p,
.contact-card p,
.form-note,
.visual-card p,
.showcase-card p,
.timeline-card p,
.stat-tile p {
  color: var(--muted);
  line-height: 1.8;
}

.lead {
  margin: 1.4rem 0 0;
  max-width: 60ch;
  font-size: 1.08rem;
}

.lead.narrow {
  max-width: 44rem;
}

.flag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(248, 241, 228, 0.95), rgba(222, 250, 231, 0.92), rgba(223, 236, 251, 0.9));
  border: 1px solid rgba(23, 52, 39, 0.08);
  box-shadow: var(--shadow);
  animation: pillFloat 5s ease-in-out infinite;
}

.center-pill {
  margin-left: auto;
  margin-right: auto;
}

.flag-pill img {
  width: 34px;
  height: 22px;
  border-radius: 4px;
  object-fit: cover;
}

.flag-pair {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 1.5rem;
  padding: 0.8rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(248, 241, 228, 0.95), rgba(222, 250, 231, 0.92), rgba(223, 236, 251, 0.9));
  border: 1px solid rgba(23, 52, 39, 0.08);
  box-shadow: var(--shadow);
}

.flag-pair figure {
  margin: 0;
  text-align: center;
}

.flag-pair img {
  width: 118px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px rgba(39, 89, 70, 0.14);
}

.flag-pair figcaption {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: translateY(-3px);
}

.button::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -35%;
  width: 34%;
  height: 160%;
  transform: rotate(20deg);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  opacity: 0;
}

.button:hover::after {
  opacity: 1;
  animation: sheen 0.9s ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark), var(--navy-soft));
  color: var(--white);
  box-shadow: 0 20px 45px rgba(37, 191, 105, 0.24);
}

.button.secondary {
  border: 1px solid rgba(23, 52, 39, 0.1);
  background: linear-gradient(135deg, rgba(255, 247, 225, 0.95), rgba(223, 236, 251, 0.9), rgba(244, 219, 224, 0.76));
  color: var(--navy);
}

.hero-badges,
.highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-badges span,
.highlight-list li {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 246, 223, 0.92), rgba(224, 249, 232, 0.88), rgba(224, 238, 255, 0.84));
  border: 1px solid rgba(23, 52, 39, 0.08);
  box-shadow: var(--shadow);
}

.highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 1rem;
}

.logo-showcase,
.visual-card,
.feature-card,
.leader-card,
.gallery-card,
.contact-card,
.media-note,
.callout,
.ribbon-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(227, 171, 41, 0.16), transparent 24%),
    radial-gradient(circle at 95% 18%, rgba(107, 183, 214, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(229, 245, 235, 0.82));
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card,
.leader-card,
.gallery-card,
.contact-card,
.button,
.logo-showcase,
.visual-card,
.callout {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.logo-showcase {
  min-height: 360px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(227, 171, 41, 0.34), transparent 22%),
    radial-gradient(circle at 78% 28%, rgba(107, 183, 214, 0.28), transparent 24%),
    radial-gradient(circle at 60% 78%, rgba(221, 127, 150, 0.16), transparent 20%),
    linear-gradient(145deg, rgba(255, 249, 235, 0.94), rgba(210, 244, 224, 0.9), rgba(226, 239, 255, 0.88));
  isolation: isolate;
}

.logo-showcase img {
  width: min(100%, 290px);
  border-radius: 50%;
  border: 10px solid rgba(250, 250, 250, 0.82);
  animation: float 5s ease-in-out infinite;
}

.sparkle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), transparent 70%);
}

.sparkle-a {
  width: 100px;
  height: 100px;
  top: 2rem;
  left: 2rem;
}

.sparkle-b {
  width: 150px;
  height: 150px;
  bottom: 1rem;
  right: 0.5rem;
}

.logo-showcase::before {
  content: "";
  position: absolute;
  inset: -25%;
  background: conic-gradient(
    from 90deg,
    transparent,
    rgba(227, 171, 41, 0.2),
    transparent,
    rgba(107, 183, 214, 0.26),
    transparent,
    rgba(37, 191, 105, 0.18),
    rgba(240, 143, 95, 0.16),
    transparent
  );
  animation: spinHalo 12s linear infinite;
  z-index: -1;
}

.visual-card {
  padding: 1.4rem;
}

.visual-card span,
.feature-icon,
.role {
  color: var(--green);
  font-weight: 800;
}

.visual-card strong {
  display: block;
  margin: 0.35rem 0 0.65rem;
  font-size: 1.55rem;
}

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

.numbers-card strong {
  font-size: 1.15rem;
}

.section {
  padding: 2rem 0 5rem;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.feature-grid,
.leadership-grid,
.gallery-grid,
.contact-grid,
.footer-grid,
.stats-grid,
.split-showcase,
.event-banner-grid,
.event-page-grid {
  display: grid;
  gap: 1.4rem;
}

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

.feature-card,
.leader-card,
.gallery-card,
.contact-card,
.media-note,
.ribbon-panel,
.showcase-card,
.timeline-card,
.stat-tile,
.thanks-card {
  padding: 1.55rem;
}

.event-banner {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card::before,
.leader-card::before,
.gallery-card::before,
.contact-card::before,
.media-note::before,
.ribbon-panel::before,
.showcase-card::before,
.timeline-card::before,
.stat-tile::before,
.thanks-card::before,
.event-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 46%),
    linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.12) 40%, transparent 60%);
  background-size: auto, 240% 100%;
  animation: panelShimmer 8s linear infinite;
  pointer-events: none;
}

.feature-card::after,
.leader-card::after,
.gallery-card::after,
.contact-card::after,
.callout::after,
.showcase-card::after,
.timeline-card::after,
.stat-tile::after,
.event-banner::after {
  content: "";
  position: absolute;
  inset: auto -30% -60% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 136, 184, 0.2), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.feature-card:hover,
.leader-card:hover,
.gallery-card:hover,
.contact-card:hover,
.showcase-card:hover,
.timeline-card:hover,
.stat-tile:hover,
.event-banner:hover,
.logo-showcase:hover,
.visual-card:hover {
  transform: translateY(-8px);
  border-color: rgba(227, 171, 41, 0.26);
  box-shadow: 0 28px 70px rgba(39, 89, 70, 0.18);
}

.feature-card:hover::after,
.leader-card:hover::after,
.gallery-card:hover::after,
.contact-card:hover::after,
.showcase-card:hover::after,
.timeline-card:hover::after,
.stat-tile:hover::after,
.event-banner:hover::after,
.callout:hover::after {
  opacity: 1;
}

.feature-icon {
  display: inline-flex;
  min-width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(227, 171, 41, 0.24), rgba(107, 183, 214, 0.18), rgba(37, 191, 105, 0.16));
}

.feature-card:nth-child(2n),
.leader-card:nth-child(3n + 2),
.gallery-card:nth-child(2n),
.contact-card:nth-child(2n) {
  background:
    radial-gradient(circle at 8% 6%, rgba(107, 183, 214, 0.18), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(227, 171, 41, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(226, 239, 255, 0.82));
}

.feature-card:nth-child(3n),
.leader-card:nth-child(3n),
.gallery-card:nth-child(3n),
.contact-card:nth-child(3n) {
  background:
    radial-gradient(circle at 12% 12%, rgba(240, 143, 95, 0.14), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(37, 191, 105, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 239, 214, 0.78));
}

.ribbon-section {
  padding-top: 0;
}

.ribbon-panel {
  background:
    radial-gradient(circle at 8% 18%, rgba(227, 171, 41, 0.22), transparent 24%),
    linear-gradient(120deg, rgba(37, 191, 105, 0.18), rgba(107, 183, 214, 0.18), rgba(227, 171, 41, 0.16), rgba(221, 127, 150, 0.1)),
    rgba(241, 245, 239, 0.82);
}

.leadership-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.split-showcase {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.president-message-section {
  padding-top: 0;
}

.president-message {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 1.8rem;
  align-items: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(227, 171, 41, 0.22), transparent 22%),
    radial-gradient(circle at 92% 18%, rgba(107, 183, 214, 0.2), transparent 24%),
    linear-gradient(135deg, rgba(220, 242, 227, 0.94), rgba(221, 234, 248, 0.9), rgba(244, 233, 207, 0.9));
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.president-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.president-profile .leader-photo {
  margin: 0;
}

.president-profile h2 {
  font-size: 2.6rem;
}

.message-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.message-copy p:last-child {
  margin-bottom: 0;
}

.showcase-card,
.timeline-card,
.stat-tile,
.thanks-card,
.slider-shell,
.slide-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(221, 127, 150, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 239, 0.86), rgba(225, 238, 248, 0.82));
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--navy);
  font-weight: 800;
}

.timeline-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(23, 52, 39, 0.08);
}

.timeline-item:last-child {
  border-bottom: 0;
}

.timeline-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}

.stats-section {
  padding-top: 0;
}

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

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

.event-banner.upcoming {
  background:
    linear-gradient(135deg, rgba(19, 132, 74, 0.82), rgba(36, 77, 121, 0.58), rgba(227, 171, 41, 0.28)),
    url("assets/illustrations/gallery-1.svg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.event-banner.upcoming-alt {
  background:
    linear-gradient(135deg, rgba(36, 77, 121, 0.76), rgba(107, 183, 214, 0.34), rgba(227, 171, 41, 0.44)),
    url("assets/illustrations/gallery-2.svg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.event-banner.past {
  background:
    linear-gradient(135deg, rgba(227, 171, 41, 0.58), rgba(240, 143, 95, 0.28), rgba(36, 77, 121, 0.52)),
    url("assets/illustrations/gallery-3.svg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.event-banner.past-alt {
  background:
    linear-gradient(135deg, rgba(221, 127, 150, 0.44), rgba(155, 92, 168, 0.24), rgba(19, 132, 74, 0.62)),
    url("assets/illustrations/gallery-1.svg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.event-banner h3,
.event-banner p,
.event-banner .button,
.event-tag {
  position: relative;
  z-index: 1;
}

.event-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
}

.event-tag.past {
  background: linear-gradient(135deg, rgba(227, 171, 41, 0.92), rgba(174, 100, 22, 0.88));
  border-color: rgba(255, 255, 255, 0.32);
}

.event-meta {
  margin: 0 0 0.8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92) !important;
}

.upcoming-home-section {
  position: relative;
}

.event-calendar-stack {
  display: grid;
  gap: 1.4rem;
}

.upcoming-event-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.74fr);
  gap: 1.4rem;
  align-items: stretch;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(227, 171, 41, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(227, 171, 41, 0.26), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(73, 162, 216, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(219, 244, 229, 0.9));
  box-shadow: var(--shadow);
}

.upcoming-event-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2.4rem);
}

.upcoming-event-copy h3 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.95;
}

.upcoming-event-copy .event-meta {
  margin: 0;
  color: var(--green-dark) !important;
}

.upcoming-event-copy p {
  max-width: 700px;
  margin: 0;
}

.event-detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.event-detail-pills span {
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(13, 106, 60, 0.12);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(23, 52, 39, 0.08);
}

.upcoming-event-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 26px;
  min-height: 520px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(23, 52, 39, 0.18);
}

.upcoming-event-poster::after {
  content: "Click to enlarge";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.68rem 0.92rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark), var(--navy-soft));
  box-shadow: 0 16px 32px rgba(37, 191, 105, 0.28);
}

.upcoming-event-poster img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.upcoming-event-poster:hover img {
  transform: scale(1.035);
}

.stat-number {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
  margin-bottom: 0.55rem;
  color: var(--navy);
}

.stat-tile strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  color: var(--green-dark);
}

.slider-shell {
  padding: 1rem;
  box-shadow: var(--shadow);
}

.slider-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: sliderMove 28s linear infinite;
}

.slide-card {
  width: min(320px, 78vw);
  flex: 0 0 auto;
  padding: 0;
}

.slide-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(248, 241, 228, 0.8), rgba(223, 236, 251, 0.8));
}

.event-slide img {
  object-position: top center;
}

.slide-copy {
  padding: 1rem 1rem 1.15rem;
}

.slide-status {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.45rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark), var(--navy-soft));
}

.slide-status.past {
  background: linear-gradient(135deg, var(--gold), #b66a1d);
}

.slide-copy strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--green-dark);
}

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

.avatar {
  width: 94px;
  height: 94px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--green-bright), var(--gold), var(--navy-soft));
  color: var(--white);
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(39, 89, 70, 0.16);
}

.leader-photo {
  width: 132px;
  height: 132px;
  margin: 0 auto 1rem;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(39, 89, 70, 0.16);
}

.callout-section {
  padding-top: 0;
}

.callout {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(227, 171, 41, 0.16), transparent 25%),
    radial-gradient(circle at bottom left, rgba(221, 127, 150, 0.08), transparent 22%),
    linear-gradient(135deg, rgba(220, 242, 227, 0.9), rgba(221, 234, 248, 0.88), rgba(244, 233, 207, 0.9));
}

.celebration {
  isolation: isolate;
}

.callout::after {
  inset: auto -5% -45% auto;
}

.burst {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.45;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 6%, transparent 7%),
    conic-gradient(
      from 0deg,
      rgba(37, 191, 105, 0.25),
      transparent 14%,
      rgba(227, 171, 41, 0.22) 28%,
      transparent 42%,
      rgba(90, 136, 184, 0.22) 58%,
      transparent 72%,
      rgba(221, 127, 150, 0.16) 86%,
      transparent 100%
    );
  animation: burstPulse 4.5s ease-in-out infinite;
}

.burst-one {
  top: -2.2rem;
  right: 2rem;
}

.burst-two {
  bottom: -1rem;
  left: 1.5rem;
  width: 120px;
  height: 120px;
  animation-delay: -1.4s;
}

.burst-three {
  right: 30%;
  top: 20%;
  width: 90px;
  height: 90px;
  animation-delay: -2.2s;
}

.hero-gallery,
.hero-contact {
  text-align: center;
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gallery-art {
  height: 220px;
  border-radius: 18px;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-art {
  transform: scale(1.03);
}

.art-one {
  background-image: url("assets/illustrations/gallery-1.svg");
}

.art-two {
  background-image: url("assets/illustrations/gallery-2.svg");
}

.art-three {
  background-image: url("assets/illustrations/gallery-3.svg");
}

.folder-label {
  display: inline-block;
  margin-top: 0.6rem;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.92rem;
}

.event-folder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 230px));
  gap: 1.2rem;
}

.event-folder-card {
  position: relative;
  display: grid;
  width: 230px;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  text-align: left;
  background:
    radial-gradient(circle at 15% 14%, rgba(227, 171, 41, 0.26), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(219, 244, 229, 0.9));
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.event-folder-card::after {
  content: "Open Folder";
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark), var(--navy-soft));
  box-shadow: 0 14px 32px rgba(37, 191, 105, 0.24);
}

.event-folder-card:hover {
  transform: translateY(-8px) rotate(-0.6deg);
  box-shadow: 0 28px 70px rgba(23, 52, 39, 0.18);
}

.event-folder-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.5s ease;
}

.event-folder-card:hover img {
  transform: scale(1.06);
}

.event-folder-tab {
  position: absolute;
  top: 0;
  left: 1.35rem;
  z-index: 2;
  width: 94px;
  height: 28px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(135deg, var(--gold), #fff4cc);
  box-shadow: 0 12px 30px rgba(129, 91, 8, 0.18);
}

.event-folder-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  padding: 0.82rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
}

.event-folder-content .folder-label {
  margin-top: 0;
  color: var(--green-dark);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-folder-content strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
}

.event-folder-content small {
  color: var(--muted);
  font-weight: 900;
}

.event-album-section {
  padding-top: 0;
}

.event-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.event-photo-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.event-photo-card::after {
  content: "View Photo";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  text-align: center;
  background: linear-gradient(135deg, rgba(37, 191, 105, 0.92), rgba(13, 106, 60, 0.9), rgba(76, 120, 166, 0.88));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.event-photo-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.event-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.event-photo-card:hover img {
  transform: scale(1.05);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 31, 22, 0.72);
  backdrop-filter: blur(14px);
}

.gallery-lightbox-frame {
  position: relative;
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(227, 171, 41, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(224, 244, 232, 0.9));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.gallery-lightbox-frame img {
  max-height: 78vh;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(23, 52, 39, 0.16);
}

.gallery-lightbox-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.gallery-lightbox-nav {
  min-width: 82px;
  min-height: 82px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark), var(--navy-soft));
  box-shadow: 0 18px 38px rgba(37, 191, 105, 0.24);
}

#gallery-lightbox-count {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.media-note {
  margin-top: 1.5rem;
}

.contact-grid {
  grid-template-columns: 0.96fr 1.04fr;
}

.contact-list p {
  margin: 0 0 1.2rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 52, 39, 0.12);
  border-radius: 16px;
  padding: 1rem;
  font: inherit;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(248, 246, 240, 0.86), rgba(224, 237, 247, 0.82));
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7a8f8a;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(37, 191, 105, 0.18);
  border-color: var(--green-bright);
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
}

.magazine-cover {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(227, 171, 41, 0.24), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(107, 183, 214, 0.2), transparent 24%),
    linear-gradient(145deg, rgba(255, 248, 230, 0.95), rgba(222, 248, 231, 0.9), rgba(226, 239, 255, 0.86));
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.magazine-cover:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 32px 82px rgba(39, 89, 70, 0.2);
}

.magazine-coming-soon {
  cursor: default;
  filter: saturate(0.95);
}

.magazine-coming-soon:hover {
  transform: none;
}

.magazine-coming-soon span:last-child {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), var(--coral), var(--rose));
  box-shadow: 0 14px 30px rgba(227, 171, 41, 0.2);
}

.magazine-cover::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 1rem;
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green-bright), var(--gold), var(--navy-soft));
}

.magazine-cover img {
  width: 156px;
  height: 156px;
  object-fit: cover;
  border-radius: 32px;
  border: 8px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(39, 89, 70, 0.18);
}

.magazine-year {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark));
}

.magazine-cover strong {
  display: block;
  font-size: 1.35rem;
}

.magazine-cover span:last-child {
  color: var(--navy);
  font-weight: 800;
}

.magazine-note {
  margin-top: 1.5rem;
}

.magazine-reader-section {
  display: none;
  padding-top: 0;
}

.magazine-reader-section.is-open {
  display: block;
}

.magazine-reader {
  padding: 1.4rem;
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 12% 8%, rgba(227, 171, 41, 0.18), transparent 22%),
    radial-gradient(circle at 90% 12%, rgba(107, 183, 214, 0.18), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(224, 244, 232, 0.82));
  box-shadow: var(--shadow);
}

.magazine-reader-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.magazine-reader-header p:not(.eyebrow) {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.book-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.book-page {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1.2rem;
  perspective: 1200px;
  transform-style: preserve-3d;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(23, 52, 39, 0.08), transparent 7%, transparent 93%, rgba(23, 52, 39, 0.08)),
    linear-gradient(180deg, #fffdf6, #fff7e7);
  box-shadow: inset 0 0 0 1px rgba(23, 52, 39, 0.08), 0 22px 55px rgba(39, 89, 70, 0.14);
}

.book-page::after {
  content: "";
  position: absolute;
  inset: 1.2rem;
  z-index: 2;
  pointer-events: none;
  border-radius: 22px;
  opacity: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(23, 52, 39, 0.14) 48%, rgba(255, 255, 255, 0.68) 52%, transparent 100%);
}

.book-page::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 3;
  width: 132px;
  height: 132px;
  border-radius: 0 22px 0 100%;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(226, 239, 255, 0.86) 48%, rgba(23, 52, 39, 0.16) 50%, rgba(255, 255, 255, 0) 52%);
  filter: drop-shadow(-16px 18px 22px rgba(23, 52, 39, 0.18));
  transform: scale(0.15) translate(55px, -55px);
  transform-origin: top right;
}

.book-page img {
  max-height: 760px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(23, 52, 39, 0.12);
  transform-origin: left center;
  backface-visibility: hidden;
}

.book-page img.has-error {
  display: none;
}

.book-page.is-flipping-next img {
  animation: pageFlipNext 0.9s ease both;
}

.book-page.is-flipping-prev img {
  animation: pageFlipPrev 0.9s ease both;
}

.book-page.is-flipping-next::after,
.book-page.is-flipping-prev::after {
  animation: pageFlipShine 0.9s ease both;
}

.book-page.is-flipping-next::before {
  animation: pageCurlNext 0.95s ease both;
}

.book-page.is-flipping-prev::before {
  left: 1.2rem;
  right: auto;
  border-radius: 22px 0 100% 0;
  transform-origin: top left;
  animation: pageCurlPrev 0.95s ease both;
}

.book-page.is-page-bump {
  animation: pageBump 0.32s ease;
}

.book-placeholder {
  position: absolute;
  inset: 1.2rem;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 22px;
  color: var(--muted);
  text-align: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(37, 191, 105, 0.18), transparent 24%),
    rgba(255, 255, 255, 0.92);
}

.book-placeholder strong {
  color: var(--green-dark);
  font-size: 1.35rem;
}

.book-placeholder.is-hidden {
  display: none;
}

.book-nav {
  min-width: 96px;
  min-height: 96px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark), var(--navy-soft));
  box-shadow: 0 18px 38px rgba(37, 191, 105, 0.24);
}

.book-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.2rem;
}

.book-controls span {
  min-width: 120px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.form-note {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0.75rem 0 0;
  color: var(--green-dark);
  font-weight: 800;
}

.site-footer {
  padding: 2.5rem 0 1.4rem;
  border-top: 1px solid rgba(23, 52, 39, 0.08);
  background: linear-gradient(180deg, rgba(239, 245, 238, 0.6), rgba(220, 233, 244, 0.68));
}

.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.footer-grid p {
  color: var(--muted);
}

.copyright {
  margin: 1.5rem 0 0;
  text-align: center;
  color: var(--muted);
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.thanks-card {
  max-width: 760px;
  text-align: center;
}

.logo-popover {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.logo-popover.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.logo-popover-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(37, 191, 105, 0.32), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(227, 171, 41, 0.3), transparent 22%),
    rgba(14, 34, 24, 0.42);
  backdrop-filter: blur(16px);
}

.logo-popover-card {
  position: relative;
  width: min(100%, 560px);
  overflow: hidden;
  padding: 2.2rem;
  text-align: center;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background:
    radial-gradient(circle at 14% 12%, rgba(227, 171, 41, 0.28), transparent 23%),
    radial-gradient(circle at 88% 14%, rgba(107, 183, 214, 0.26), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(219, 247, 228, 0.9), rgba(230, 240, 255, 0.88));
  box-shadow: 0 36px 100px rgba(11, 45, 28, 0.34);
  transform: translateY(22px) scale(0.94);
  transition: transform 0.35s ease;
}

.logo-popover.is-visible .logo-popover-card {
  transform: translateY(0) scale(1);
  animation: popCardGlow 3.8s ease-in-out infinite;
}

.logo-popover-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.logo-popover-ring {
  position: relative;
  width: 172px;
  height: 172px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--green-bright), var(--gold), var(--sky), var(--rose), var(--green-bright));
  animation: spinHalo 8s linear infinite;
  box-shadow: 0 22px 60px rgba(39, 89, 70, 0.22);
}

.logo-popover-ring img {
  width: 142px;
  height: 142px;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.9);
  animation: float 4s ease-in-out infinite;
}

.logo-popover-card h2 {
  max-width: 460px;
  margin: 0 auto;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1;
}

.logo-popover-card > p:not(.eyebrow) {
  max-width: 440px;
  margin: 1rem auto 0;
  color: var(--muted);
  line-height: 1.75;
}

.logo-popover-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.pop-spark {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.78;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 8%, transparent 9%),
    conic-gradient(var(--green-bright), transparent, var(--gold), transparent, var(--sky), transparent, var(--rose), transparent);
  animation: burstPulse 3.5s ease-in-out infinite;
}

.pop-spark-one {
  width: 110px;
  height: 110px;
  top: 1.2rem;
  left: 1.3rem;
}

.pop-spark-two {
  width: 90px;
  height: 90px;
  right: 2rem;
  bottom: 2.2rem;
  animation-delay: -1.2s;
}

.pop-spark-three {
  width: 64px;
  height: 64px;
  right: 7.5rem;
  top: 4rem;
  animation-delay: -2s;
}

.mobile-home-main {
  display: none;
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
}

.reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
}

.reveal.in-view {
  animation: rise 0.8s ease forwards;
}

.delay-1.in-view {
  animation-delay: 0.12s;
}

.delay-2.in-view {
  animation-delay: 0.24s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes spinHalo {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ribbonDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(20px, -18px, 0) rotate(10deg) scale(1.05);
  }
}

@keyframes panelShimmer {
  0% {
    background-position: 0 0, 200% 0;
  }

  100% {
    background-position: 0 0, -40% 0;
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-140%) rotate(20deg);
  }

  100% {
    transform: translateX(360%) rotate(20deg);
  }
}

@keyframes pillFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes sliderMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes burstPulse {
  0%,
  100% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.24;
  }

  50% {
    transform: scale(1.08) rotate(14deg);
    opacity: 0.5;
  }
}

@keyframes popCardGlow {
  0%,
  100% {
    box-shadow: 0 36px 100px rgba(11, 45, 28, 0.34), 0 0 0 rgba(37, 191, 105, 0);
  }

  50% {
    box-shadow: 0 42px 110px rgba(11, 45, 28, 0.38), 0 0 70px rgba(227, 171, 41, 0.2);
  }
}

@keyframes pageFlipNext {
  0% {
    opacity: 0.35;
    transform: translateX(18px) rotateY(-18deg) scale(0.985);
  }

  55% {
    opacity: 1;
    transform: translateX(-4px) rotateY(5deg) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg) scale(1);
  }
}

@keyframes pageFlipPrev {
  0% {
    opacity: 0.35;
    transform: translateX(-18px) rotateY(18deg) scale(0.985);
  }

  55% {
    opacity: 1;
    transform: translateX(4px) rotateY(-5deg) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg) scale(1);
  }
}

@keyframes pageFlipShine {
  0% {
    opacity: 0;
    transform: translateX(-35%);
  }

  45% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: translateX(35%);
  }
}

@keyframes pageCurlNext {
  0% {
    opacity: 0;
    transform: scale(0.15) translate(55px, -55px) rotate(0deg);
  }

  35% {
    opacity: 0.95;
    transform: scale(0.85) translate(8px, -8px) rotate(-8deg);
  }

  100% {
    opacity: 0;
    transform: scale(1.18) translate(-24px, 24px) rotate(-18deg);
  }
}

@keyframes pageCurlPrev {
  0% {
    opacity: 0;
    transform: scale(0.15) translate(-55px, -55px) rotate(0deg);
  }

  35% {
    opacity: 0.95;
    transform: scale(0.85) translate(-8px, -8px) rotate(8deg);
  }

  100% {
    opacity: 0;
    transform: scale(1.18) translate(24px, 24px) rotate(18deg);
  }
}

@keyframes pageBump {
  50% {
    transform: translateX(8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-ribbon,
  .reveal,
  .flag-pill,
  .logo-showcase img,
  .logo-showcase::before,
  .feature-card::before,
  .leader-card::before,
  .gallery-card::before,
  .contact-card::before,
  .media-note::before,
  .ribbon-panel::before,
  .showcase-card::before,
  .timeline-card::before,
  .stat-tile::before,
  .thanks-card::before,
  .slider-track,
  .burst,
  .pop-spark,
  .logo-popover-ring,
  .logo-popover-ring img,
  .logo-popover.is-visible .logo-popover-card,
  .book-page.is-flipping-next img,
  .book-page.is-flipping-prev img,
  .book-page.is-flipping-next::after,
  .book-page.is-flipping-prev::after,
  .book-page.is-page-bump,
  .gallery-card:hover .gallery-art,
  .button:hover {
    animation: none;
    transform: none;
    transition: none;
    opacity: 1;
  }
}

@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border-radius: 24px;
    background: rgba(243, 247, 240, 0.98);
    border: 1px solid rgba(23, 52, 39, 0.08);
    box-shadow: var(--shadow);
  }

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

  .hero-grid,
  .feature-grid,
  .contact-grid,
  .footer-grid,
  .callout,
  .numbers-card,
  .stats-grid,
  .split-showcase,
  .president-message,
  .event-banner-grid,
  .event-page-grid {
    grid-template-columns: 1fr;
  }

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

  .upcoming-event-poster,
  .upcoming-event-poster img {
    min-height: 420px;
  }

  .hero-copy,
  .section-heading,
  .subpage-hero,
  .hero-gallery,
  .hero-contact {
    text-align: center;
  }

  .flag-pill,
  .hero-actions,
  .hero-badges,
  .highlight-list,
  .center-action {
    justify-content: center;
  }

  .hero-copy .lead,
  .lead,
  .lead.narrow {
    margin-left: auto;
    margin-right: auto;
  }

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

  .callout {
    display: grid;
  }

  .hero-ribbon {
    opacity: 0.18;
  }

  .slider-track {
    display: grid;
    width: 100%;
    gap: 1rem;
    animation: none;
    transform: none;
  }

  .slide-card {
    width: 100%;
    max-width: 100%;
  }

  .slide-card[data-event-clone] {
    display: none;
  }

  h1 {
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
  }

  .subpage-hero h1 {
    max-width: 760px;
    font-size: 3.2rem;
  }
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .leadership-grid,
  .gallery-grid,
  .magazine-grid {
    grid-template-columns: 1fr;
  }

  .magazine-reader-header,
  .book-controls {
    display: grid;
  }

  .book-stage {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-frame {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-nav {
    min-width: 100%;
    min-height: 52px;
    border-radius: 999px;
  }

  .gallery-lightbox-frame img {
    order: 1;
    max-height: 64vh;
  }

  .gallery-lightbox-prev {
    order: 2;
  }

  .gallery-lightbox-next {
    order: 3;
  }

  .book-nav {
    min-width: 100%;
    min-height: 54px;
    border-radius: 999px;
  }

  .book-prev {
    order: 2;
  }

  .book-page {
    order: 1;
    min-height: 420px;
  }

  .book-next {
    order: 3;
  }
}

html.mobile-layout {
  --radius: 20px;
}

html.mobile-layout body {
  font-size: 19px;
  background:
    radial-gradient(circle at 8% 8%, rgba(37, 191, 105, 0.16), transparent 18%),
    radial-gradient(circle at 92% 12%, rgba(227, 171, 41, 0.14), transparent 20%),
    linear-gradient(180deg, #d8ecdf 0%, #dcebf7 54%, #f2e7cf 100%);
}

html.mobile-layout .desktop-home-main {
  display: block;
}

html.mobile-layout .mobile-home-main {
  display: none;
}

html.mobile-layout .mobile-app-hero {
  min-height: calc(100vh - 76px);
  padding: 1.25rem 0.85rem 6.5rem;
  background:
    radial-gradient(circle at 14% 8%, rgba(37, 191, 105, 0.24), transparent 23%),
    radial-gradient(circle at 82% 22%, rgba(227, 171, 41, 0.22), transparent 24%),
    linear-gradient(180deg, #e9f7ee 0%, #dcecff 52%, #f7edd7 100%);
}

html.mobile-layout .mobile-hero-card,
html.mobile-layout .mobile-info-card,
html.mobile-layout .mobile-leadership-preview {
  border: 1px solid rgba(23, 52, 39, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 55px rgba(39, 89, 70, 0.14);
  backdrop-filter: blur(18px);
}

html.mobile-layout .mobile-hero-card {
  padding: 1.45rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(220, 242, 227, 0.78)),
    radial-gradient(circle at 92% 10%, rgba(227, 171, 41, 0.24), transparent 26%);
}

html.mobile-layout .mobile-logo-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

html.mobile-layout .mobile-logo-row img {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(39, 89, 70, 0.16);
}

html.mobile-layout .mobile-kicker {
  margin: 0 0 0.28rem;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.mobile-layout .mobile-logo-row h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.75rem;
  line-height: 0.9;
}

html.mobile-layout .mobile-hero-text {
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 1.28rem;
  line-height: 1.58;
}

html.mobile-layout .mobile-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
}

html.mobile-layout .mobile-action-grid a,
html.mobile-layout .mobile-wide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 20px;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark));
  box-shadow: 0 16px 32px rgba(37, 191, 105, 0.22);
}

html.mobile-layout .mobile-action-grid a:nth-child(2),
html.mobile-layout .mobile-action-grid a:nth-child(3) {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(223, 236, 251, 0.9));
}

html.mobile-layout .mobile-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 1.15rem 0;
}

html.mobile-layout .mobile-feature-strip span {
  min-height: 66px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 52, 39, 0.08);
}

html.mobile-layout .mobile-card-stack {
  display: grid;
  gap: 1rem;
}

html.mobile-layout .mobile-info-card,
html.mobile-layout .mobile-leadership-preview {
  padding: 1.35rem;
}

html.mobile-layout .mobile-info-card span {
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 900;
}

html.mobile-layout .mobile-info-card h2,
html.mobile-layout .mobile-leadership-preview h2 {
  margin: 0.45rem 0 0.78rem;
  font-size: 2.45rem;
}

html.mobile-layout .mobile-info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.58;
}

html.mobile-layout .mobile-info-card.accent {
  background: linear-gradient(135deg, rgba(220, 242, 227, 0.88), rgba(247, 237, 215, 0.84));
}

html.mobile-layout .mobile-leadership-preview {
  margin-top: 1rem;
}

html.mobile-layout .mobile-avatar-row {
  display: flex;
  margin: 1rem 0 1.15rem;
}

html.mobile-layout .mobile-avatar-row img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(39, 89, 70, 0.14);
}

html.mobile-layout .mobile-avatar-row img + img {
  margin-left: -0.65rem;
}

html.mobile-layout .mobile-bottom-nav {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 52, 39, 0.08);
  box-shadow: 0 18px 45px rgba(39, 89, 70, 0.22);
  backdrop-filter: blur(18px);
}

html.mobile-layout .mobile-bottom-nav a {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}

html.mobile-layout .mobile-bottom-nav a:first-child {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark));
}

html.mobile-layout .home-footer {
  display: none;
}

html.mobile-layout .container {
  width: min(calc(100% - 1.1rem), var(--container));
}

html.mobile-layout .nav-wrap {
  min-height: 76px;
  gap: 0.7rem;
}

html.mobile-layout .brand {
  min-width: 0;
  gap: 0.7rem;
}

html.mobile-layout .brand span {
  min-width: 0;
}

html.mobile-layout .brand strong {
  font-size: 1.15rem;
  letter-spacing: 0.03em;
}

html.mobile-layout .brand small {
  max-width: 190px;
  font-size: 0.72rem;
  line-height: 1.25;
}

html.mobile-layout .brand-logo,
html.mobile-layout .footer-logo {
  width: 52px;
  height: 52px;
}

html.mobile-layout .menu-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.9rem;
  background: linear-gradient(135deg, var(--green-bright), var(--green-dark));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(37, 191, 105, 0.22);
}

html.mobile-layout .site-nav {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  padding: 0.7rem;
  border-radius: 24px;
  background: rgba(243, 247, 240, 0.98);
  border: 1px solid rgba(23, 52, 39, 0.08);
  box-shadow: var(--shadow);
}

html.mobile-layout .site-nav.open {
  display: flex;
}

html.mobile-layout .site-nav a {
  padding: 0.95rem 1rem;
  text-align: center;
}

html.mobile-layout .hero,
html.mobile-layout .subpage-hero {
  padding: 3.25rem 0 2.5rem;
}

html.mobile-layout .hero-home {
  min-height: auto;
}

html.mobile-layout .hero-grid,
html.mobile-layout .feature-grid,
html.mobile-layout .contact-grid,
html.mobile-layout .footer-grid,
html.mobile-layout .callout,
html.mobile-layout .numbers-card,
html.mobile-layout .stats-grid,
html.mobile-layout .split-showcase,
html.mobile-layout .president-message,
html.mobile-layout .event-banner-grid,
html.mobile-layout .event-page-grid,
html.mobile-layout .leadership-grid,
html.mobile-layout .gallery-grid {
  grid-template-columns: 1fr;
}

html.mobile-layout .upcoming-event-card {
  grid-template-columns: 1fr;
}

html.mobile-layout .upcoming-event-poster,
html.mobile-layout .upcoming-event-poster img {
  min-height: 0;
}

html.mobile-layout .upcoming-event-poster img {
  display: block;
  height: auto;
}

html.mobile-layout .event-folder-grid,
html.mobile-layout .event-photo-grid {
  grid-template-columns: 1fr;
}

html.mobile-layout .event-folder-card {
  width: 100%;
  min-height: 260px;
}

html.mobile-layout .event-photo-card {
  min-height: 260px;
}

html.mobile-layout .event-folder-card img,
html.mobile-layout .event-photo-card img {
  min-height: 260px;
}

html.mobile-layout .hero-grid,
html.mobile-layout .split-showcase,
html.mobile-layout .contact-grid,
html.mobile-layout .footer-grid,
html.mobile-layout .feature-grid,
html.mobile-layout .stats-grid,
html.mobile-layout .event-banner-grid,
html.mobile-layout .event-page-grid {
  gap: 1rem;
}

html.mobile-layout .hero-copy,
html.mobile-layout .section-heading,
html.mobile-layout .subpage-hero,
html.mobile-layout .hero-gallery,
html.mobile-layout .hero-contact {
  text-align: center;
}

html.mobile-layout h1,
html.mobile-layout .home-title,
html.mobile-layout .subpage-hero h1 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.15rem, 13vw, 3.2rem);
  line-height: 1.04;
}

html.mobile-layout h2 {
  font-size: clamp(2rem, 10vw, 2.75rem);
  line-height: 1.04;
}

html.mobile-layout .lead,
html.mobile-layout .section-heading p,
html.mobile-layout .feature-card p,
html.mobile-layout .leader-card p,
html.mobile-layout .callout p,
html.mobile-layout .gallery-card p,
html.mobile-layout .media-note p,
html.mobile-layout .contact-card p,
html.mobile-layout .form-note,
html.mobile-layout .visual-card p,
html.mobile-layout .showcase-card p,
html.mobile-layout .timeline-card p,
html.mobile-layout .stat-tile p,
html.mobile-layout .message-copy p {
  line-height: 1.65;
}

html.mobile-layout .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

html.mobile-layout .flag-pill,
html.mobile-layout .hero-actions,
html.mobile-layout .hero-badges,
html.mobile-layout .highlight-list,
html.mobile-layout .center-action {
  justify-content: center;
}

html.mobile-layout .flag-pill {
  width: 100%;
  align-items: flex-start;
  gap: 0.65rem;
  border-radius: 20px;
}

html.mobile-layout .flag-pill img {
  flex: 0 0 auto;
}

html.mobile-layout .hero-actions {
  gap: 0.75rem;
  margin: 1.45rem 0 1rem;
}

html.mobile-layout .button {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  text-align: center;
}

html.mobile-layout .hero-badges,
html.mobile-layout .highlight-list {
  gap: 0.65rem;
}

html.mobile-layout .hero-badges span,
html.mobile-layout .highlight-list li {
  width: 100%;
  padding: 0.85rem 0.95rem;
}

html.mobile-layout .logo-showcase {
  min-height: 250px;
}

html.mobile-layout .logo-showcase img {
  width: min(72vw, 210px);
  border-width: 8px;
}

html.mobile-layout .visual-card,
html.mobile-layout .feature-card,
html.mobile-layout .leader-card,
html.mobile-layout .gallery-card,
html.mobile-layout .contact-card,
html.mobile-layout .media-note,
html.mobile-layout .ribbon-panel,
html.mobile-layout .showcase-card,
html.mobile-layout .timeline-card,
html.mobile-layout .stat-tile,
html.mobile-layout .thanks-card,
html.mobile-layout .callout,
html.mobile-layout .president-message {
  padding: 1.15rem;
}

html.mobile-layout .leader-photo {
  width: 118px;
  height: 118px;
}

html.mobile-layout .president-profile {
  align-items: flex-start;
}

html.mobile-layout .president-profile h2 {
  font-size: 2rem;
  line-height: 1;
}

html.mobile-layout .president-profile .leader-photo {
  width: 92px;
  height: 92px;
  border-radius: 20px;
}

html.mobile-layout .event-banner {
  min-height: 250px;
  padding: 1.2rem;
}

html.mobile-layout .gallery-art,
html.mobile-layout .slide-card img {
  height: 190px;
}

html.mobile-layout .slider-track {
  display: grid;
  width: 100%;
  gap: 1rem;
  animation: none;
  transform: none;
  overflow: visible;
}

html.mobile-layout .slide-card {
  width: 100%;
  max-width: 100%;
}

html.mobile-layout .slide-card[data-event-clone] {
  display: none;
}

html.mobile-layout .section {
  padding: 1.35rem 0 3.4rem;
}

@media (max-width: 720px) {
  :root {
    --radius: 20px;
  }

  body {
    background:
      radial-gradient(circle at 8% 8%, rgba(37, 191, 105, 0.16), transparent 18%),
      radial-gradient(circle at 92% 12%, rgba(227, 171, 41, 0.14), transparent 20%),
      linear-gradient(180deg, #d8ecdf 0%, #dcebf7 54%, #f2e7cf 100%);
  }

  .container {
    width: min(calc(100% - 1.1rem), var(--container));
  }

  .nav-wrap {
    min-height: 76px;
    gap: 0.7rem;
  }

  .brand {
    min-width: 0;
    gap: 0.7rem;
  }

  .brand span {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.15rem;
    letter-spacing: 0.03em;
  }

  .brand small {
    max-width: 190px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    padding: 0.72rem 0.9rem;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    border-radius: 24px;
    background: rgba(243, 247, 240, 0.98);
    border: 1px solid rgba(23, 52, 39, 0.08);
    box-shadow: var(--shadow);
  }

  .site-nav a {
    padding: 0.95rem 1rem;
    text-align: center;
  }

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

  .hero,
  .subpage-hero {
    padding: 3.25rem 0 2.5rem;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-grid,
  .split-showcase,
  .contact-grid,
  .footer-grid,
  .feature-grid,
  .stats-grid,
  .event-banner-grid,
  .event-page-grid {
    gap: 1rem;
  }

  h1,
  .home-title,
  .subpage-hero h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12vw, 3.2rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.04;
  }

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

  .lead,
  .section-heading p,
  .feature-card p,
  .leader-card p,
  .callout p,
  .gallery-card p,
  .media-note p,
  .contact-card p,
  .form-note,
  .visual-card p,
  .showcase-card p,
  .timeline-card p,
  .stat-tile p,
  .message-copy p {
    line-height: 1.65;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions {
    gap: 0.75rem;
    margin: 1.45rem 0 1rem;
  }

  .button {
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    padding: 0.85rem 1rem;
    text-align: center;
  }

  .brand-logo,
  .footer-logo {
    width: 52px;
    height: 52px;
  }

  .flag-pill {
    width: 100%;
    align-items: flex-start;
    gap: 0.65rem;
    border-radius: 20px;
  }

  .flag-pill img {
    flex: 0 0 auto;
  }

  .flag-pair {
    width: 100%;
    gap: 0.7rem;
    padding: 0.65rem;
  }

  .flag-pair img {
    width: 42vw;
    max-width: 138px;
    height: 64px;
  }

  .logo-showcase {
    min-height: 250px;
  }

  .logo-showcase img {
    width: min(72vw, 210px);
    border-width: 8px;
  }

  .sparkle-a {
    width: 70px;
    height: 70px;
  }

  .sparkle-b {
    width: 90px;
    height: 90px;
  }

  .visual-card,
  .feature-card,
  .leader-card,
  .gallery-card,
  .contact-card,
  .media-note,
  .ribbon-panel,
  .showcase-card,
  .timeline-card,
  .stat-tile,
  .thanks-card,
  .callout,
  .president-message {
    padding: 1.15rem;
  }

  .numbers-card {
    gap: 0.75rem;
  }

  .hero-badges,
  .highlight-list {
    gap: 0.65rem;
  }

  .hero-badges span,
  .highlight-list li {
    width: 100%;
    padding: 0.85rem 0.95rem;
  }

  .section {
    padding: 1.35rem 0 3.4rem;
  }

  .president-profile {
    align-items: flex-start;
  }

  .president-profile h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .leader-photo {
    width: 118px;
    height: 118px;
  }

  .president-profile .leader-photo {
    width: 92px;
    height: 92px;
    border-radius: 20px;
  }

  .event-banner {
    min-height: 250px;
    padding: 1.2rem;
  }

  .gallery-art,
  .slide-card img {
    height: 190px;
  }

  .slider-shell {
    padding: 0.75rem;
  }

  .slider-track {
    display: grid;
    width: 100%;
    gap: 1rem;
    animation: none;
    transform: none;
    overflow: visible;
  }

  .slide-card {
    width: 100%;
    max-width: 100%;
  }

  .slide-card[data-event-clone] {
    display: none;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 0.9rem;
    border-radius: 14px;
  }

  .site-footer {
    padding-top: 2rem;
  }
}

@media (max-width: 430px) {
  .brand small {
    max-width: 145px;
  }

  .menu-toggle {
    padding: 0.65rem 0.78rem;
    font-size: 0.86rem;
  }

  .hero,
  .subpage-hero {
    padding-top: 2.6rem;
  }

  h1,
  .home-title,
  .subpage-hero h1 {
    font-size: clamp(2.15rem, 13vw, 2.75rem);
  }

  .eyebrow {
    letter-spacing: 0.14em;
    font-size: 0.72rem;
  }

  .flag-pair img {
    height: 56px;
  }

  .flag-pair figcaption {
    font-size: 0.74rem;
  }

  .logo-showcase {
    min-height: 220px;
  }

  .visual-card strong {
    font-size: 1.28rem;
  }

  .leader-photo {
    width: 108px;
    height: 108px;
  }
}
