.f-brand-name, .cta-stat-val, .cta-title, .s-title, .nav-wordmark .wm-main {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  background: #F8F9FB;
  color: #1F2937;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
}

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2.5px;
  width: 0%;
  background: linear-gradient(90deg, #F4B400, #F6C430);
  z-index: 10000;
  transition: width 0.1s linear;
}

#back-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F4B400;
  border: 1px solid rgba(244, 180, 0, 0.35);
  color: #003A70;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 500;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.25s;
}
#back-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#back-top:hover {
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  border-color: #F6C430;
  color: #003A70;
}
@media (max-width: 576px) {
  #back-top {
    bottom: 20px;
    right: 20px;
  }
}

#main-nav {
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  background: rgba(248, 249, 251, 0.92) !important;
  border-bottom: 1px solid rgba(244, 180, 0, 0.16);
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
  transition: box-shadow 0.3s;
}
#main-nav.scrolled {
  box-shadow: 0 4px 28px rgba(0, 58, 112, 0.09);
}
@media (max-width: 576px) {
  #main-nav {
    height: 60px;
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  padding: 0;
}
.nav-logo:hover .wm-main {
  color: #003A70;
}

.nav-seal {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-wordmark {
  line-height: 1;
}
.nav-wordmark .wm-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 1px;
}
.nav-wordmark .wm-main {
  font-size: 19px;
  color: #003A70;
  display: block;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.navbar-nav .nav-link {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #374151;
  padding: 7px 13px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  position: relative;
}
.navbar-nav .nav-link:hover {
  color: #003A70;
  background: #FEF9E7;
}
.navbar-nav .nav-link.active {
  color: #003A70;
  font-weight: 600;
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: #F4B400;
  border-radius: 2px;
}

.nav-pill-link {
  background: #003A70 !important;
  color: #F8D060 !important;
  border-radius: 40px !important;
  padding: 8px 22px !important;
  font-weight: 600 !important;
}
.nav-pill-link::after {
  display: none !important;
}
.nav-pill-link:hover {
  background: #003A70 !important;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3) !important;
  transform: translateY(-1px);
  color: #F8D060 !important;
}

.navbar-toggler {
  border: none;
  padding: 8px;
  border-radius: 8px;
  box-shadow: none !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23162D56' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: rgba(248, 249, 251, 0.98);
    border-top: 1px solid #E0E4EF;
    padding: 16px 0 20px;
    margin-top: 8px;
    border-radius: 14px;
  }
  .navbar-collapse .nav-link {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .navbar-collapse .nav-pill-link {
    margin-top: 8px;
    display: inline-flex !important;
  }
}

.btn {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s, border-color 0.2s;
}
.btn-gold {
  background: #F4B400;
  color: #003A70;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
}
.btn-gold:hover, .btn-gold:focus {
  background: #F6C430;
  color: #003A70;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  transform: translateY(-2px);
}
.btn-gold:active {
  background: #F4B400;
  color: #003A70;
  transform: none;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.btn-ghost:hover, .btn-ghost:focus {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(244, 180, 0, 0.42);
  color: #F8D060;
  box-shadow: none;
}
.btn-navy-ghost {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-navy-ghost:hover, .btn-navy-ghost:focus {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border-color: rgba(244, 180, 0, 0.4);
}
.btn-ev {
  background: #FEF9E7;
  color: #003A70;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid #E0E4EF;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-ev:hover {
  background: #F4B400;
  color: #003A70;
  border-color: #F4B400;
}

.s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 14px;
}
.s-eyebrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #F4B400;
  flex-shrink: 0;
}

.s-title {
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 800;
  color: #003A70;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.s-title em {
  font-style: italic;
  color: #F4B400;
}

.s-lead {
  font-size: 16px;
  color: #6B7280;
  max-width: 560px;
  line-height: 1.85;
  margin-bottom: 56px;
}

.site-bottom {
  position: relative;
  overflow: hidden;
  background: #003A70;
}
.site-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 55% at 12% 0%, rgba(0, 87, 168, 0.38) 0%, transparent 58%), radial-gradient(ellipse 70% 50% at 92% 8%, rgba(244, 180, 0, 0.055) 0%, transparent 52%), linear-gradient(180deg, #002255 0%, #003A70 38%, #003A70 100%);
  pointer-events: none;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 48px;
  text-align: center;
  background: transparent;
}
@media (max-width: 768px) {
  .cta-section {
    padding-top: 80px;
    padding-bottom: 36px;
  }
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 92%);
          mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 92%);
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 120vw);
  height: min(900px, 120vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 180, 0, 0.11) 0%, rgba(244, 180, 0, 0.03) 35%, transparent 68%);
  animation: breathe 8s ease-in-out infinite;
}

.cta-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(244, 180, 0, 0.1);
  transform: translate(-50%, -50%);
}
.cta-ring--1 {
  width: 520px;
  height: 520px;
  animation: ctaRingPulse 10s ease-in-out infinite;
}
.cta-ring--2 {
  width: 720px;
  height: 720px;
  border-color: rgba(244, 180, 0, 0.06);
  animation: ctaRingPulse 10s ease-in-out infinite 1.5s;
}
.cta-ring--3 {
  width: 940px;
  height: 940px;
  border-color: rgba(255, 255, 255, 0.04);
  animation: ctaRingPulse 10s ease-in-out infinite 3s;
}
@media (max-width: 768px) {
  .cta-ring--1 {
    width: 340px;
    height: 340px;
  }
  .cta-ring--2 {
    width: 480px;
    height: 480px;
  }
  .cta-ring--3 {
    width: 620px;
    height: 620px;
  }
}

.cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 75%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 75%);
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-card {
  position: relative;
  padding: clamp(40px, 6vw, 64px) clamp(28px, 5vw, 56px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 180, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 24px 80px rgba(0, 0, 0, 0.28), 0 0 60px rgba(244, 180, 0, 0.06);
}
.cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F4B400, transparent);
  border-radius: 2px;
}

.cta-ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.cta-ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.35), transparent);
}
.cta-ornament-diamond {
  width: 7px;
  height: 7px;
  background: #F4B400;
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(244, 180, 0, 0.5);
}

.cta-eyebrow {
  justify-content: center;
  margin-bottom: 18px;
}
.cta-eyebrow::before {
  background: linear-gradient(90deg, transparent, #F4B400);
}

.cta-title {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 18px;
}
.cta-title em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 40px rgba(244, 180, 0, 0.35);
}

.cta-sub {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255, 255, 255, 0.52);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.85;
}

.cta-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 36px;
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.cta-stat {
  flex: 1 1 120px;
  text-align: center;
  padding: 4px 12px;
}
.cta-stat-val {
  display: block;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #F8D060;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 3px;
}
.cta-stat-lbl {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.cta-stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(244, 180, 0, 0.2);
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .cta-stat-divider {
    display: none;
  }
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 28px !important;
  padding-right: 24px !important;
}

.cta-btn-arrow {
  transition: transform 0.25s ease;
}

.cta-btn-primary:hover .cta-btn-arrow {
  transform: translateX(3px);
}

footer {
  position: relative;
  z-index: 1;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  padding-top: 0;
  padding-bottom: 36px;
}
footer::before {
  content: "";
  display: block;
  width: min(220px, 42%);
  height: 1px;
  margin: 0 auto 52px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.22), transparent);
}

.f-brand-name {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.f-brand-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 18px;
}
.f-brand-desc {
  font-size: 13.5px;
  line-height: 1.85;
  max-width: 280px;
}

.f-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.f-social a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.f-social a:hover {
  background: rgba(244, 180, 0, 0.15);
  color: #F4B400;
  border-color: rgba(244, 180, 0, 0.3);
}

.f-col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 18px;
}
.f-col ul {
  list-style: none;
  padding: 0;
}
.f-col ul li {
  margin-bottom: 10px;
}
.f-col ul a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.f-col ul a:hover {
  color: #F8D060;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}
.footer-bottom a {
  color: #F4B400;
  text-decoration: none;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
}
.ornament-line {
  flex: 1;
  height: 1px;
  background: #E0E4EF;
}
.ornament-diamond {
  width: 7px;
  height: 7px;
  background: #F4B400;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-theme-img {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 200px;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  border: 2px solid rgba(244, 180, 0, 0.5);
  overflow: hidden;
  z-index: 6;
}
.hero-theme-img img {
  width: 100%;
  display: block;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .hero-theme-img {
    display: none;
  }
}

.blue-stripe {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #0057A8;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-rti-logo {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.footer-rti-logo:hover {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.75);
  }
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes breathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes ctaRingPulse {
  0%, 100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
}
.ev-hero {
  padding-top: 76px;
  padding-bottom: 60px;
  background: #FFF6EF;
  border-bottom: 1px solid rgba(232, 101, 26, 0.1);
}

.ev-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-bottom: 22px;
}
.ev-breadcrumb a {
  color: #9CA3AF;
  text-decoration: none;
  transition: color 0.2s;
}
.ev-breadcrumb a:hover {
  color: #F4B400;
}
.ev-breadcrumb span[aria-hidden] {
  opacity: 0.5;
}

.ev-hero-sub {
  font-size: 16px;
  color: #6B7280;
  max-width: 500px;
  line-height: 1.8;
  margin: 0;
}

.ev-section {
  background: #FFF6EF;
  padding-bottom: 100px;
}

.ev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 576px) {
  .ev-grid {
    grid-template-columns: 1fr;
  }
}

.ev-card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 58, 112, 0.06), 0 0 0 1px #F0E9E2;
  min-height: 110px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.ev-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(232, 101, 26, 0.13);
}

.ev-num {
  align-self: stretch;
  width: 78px;
  flex-shrink: 0;
  background: #E8651A;
  color: #ffffff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}

.ev-details {
  padding: 22px 22px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.ev-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ev-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9CA3AF;
  min-width: 38px;
  flex-shrink: 0;
}

.ev-sep {
  color: #E0E4EF;
  font-weight: 400;
}

.ev-name {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #003A70;
  line-height: 1.2;
}

.ev-date {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.ev-date--tba {
  color: #9CA3AF;
  font-style: italic;
}/*# sourceMappingURL=events.css.map */