.prj-fte-stat-val, .prj-strip-val, .prj-card-title, .prj-stat-val, .prj-hero-title, .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);
  }
}
.prj-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background: linear-gradient(155deg, #002255 0%, #003A70 48%, #002255 100%);
}
@media (max-width: 768px) {
  .prj-hero {
    padding: 64px 0 56px;
  }
}

.prj-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.prj-hero-glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 52%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(244, 180, 0, 0.09) 0%, transparent 62%);
  animation: breathe 9s ease-in-out infinite;
}

.prj-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.028;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 40px 40px;
}

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

.prj-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 22px;
  padding: 6px 14px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.prj-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.prj-breadcrumb a:hover {
  color: #F8D060;
}
.prj-breadcrumb [aria-current=page] {
  color: #F8D060;
}

.prj-hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: rgba(244, 180, 0, 0.11) !important;
  border: 1px solid rgba(244, 180, 0, 0.28) !important;
  color: #F8D060 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 7px 14px !important;
  border-radius: 40px !important;
  margin-bottom: 24px;
}
.prj-hero-badge i {
  font-size: 13px;
}

.prj-hero-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.prj-hero-title em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 48px rgba(244, 180, 0, 0.28);
}

.prj-hero-sub {
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.54);
  max-width: 520px;
  margin-bottom: 28px;
}

.prj-chip {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 7px 14px !important;
  border-radius: 40px !important;
}
.prj-chip--gold {
  background: rgba(244, 180, 0, 0.12) !important;
  border-color: rgba(244, 180, 0, 0.3) !important;
  color: #F8D060 !important;
}

.prj-hero-masonry {
  grid-template-rows: 200px 200px;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prj-hero-masonry {
    grid-template-rows: 180px 180px;
    margin-top: 20px;
  }
}
.prj-hero-masonry .p-card:first-child {
  grid-row: span 2;
}
@media (max-width: 992px) {
  .prj-hero-masonry .p-card:first-child {
    grid-column: 1/-1;
    grid-row: span 1;
  }
}

.prj-subnav {
  top: 70px;
  z-index: 1019;
  background: rgba(248, 249, 251, 0.94);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid #E0E4EF;
  padding: 10px 0;
}
@media (max-width: 576px) {
  .prj-subnav {
    top: 60px;
  }
}

.prj-subnav-pills-wrap {
  position: relative;
}

.prj-subnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #003A70;
  border-radius: 40px;
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 4px 18px rgba(0, 58, 112, 0.14);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), width 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  opacity: 0;
}
.prj-subnav-indicator.is-ready {
  opacity: 1;
}

.prj-subnav-pills {
  position: relative;
  z-index: 1;
  gap: 6px;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.prj-subnav-pills::-webkit-scrollbar {
  display: none;
}
.prj-subnav-pills .nav-link {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #374151;
  padding: 8px 13px;
  border-radius: 40px;
  white-space: nowrap;
  background: transparent;
  transition: color 0.25s ease;
}
.prj-subnav-pills .nav-link:hover {
  color: #003A70;
}
.prj-subnav-pills .nav-link.active {
  color: #F8D060;
}

.prj-overview {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .prj-overview {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}

.prj-stat-card {
  background: #F8F9FB !important;
  border: 1px solid #E0E4EF !important;
  border-radius: 20px !important;
  padding: 24px 16px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.prj-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
}
.prj-stat-card:hover {
  border-color: rgba(244, 180, 0, 0.3) !important;
}

.prj-stat-val {
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 800;
  color: #003A70;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}

.prj-stat-lbl {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B7280;
}

.prj-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #E0E4EF;
}

.prj-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 40px;
  background: #ffffff;
  border: 1px solid #E0E4EF;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.prj-cat-pill i {
  color: #F4B400;
  font-size: 14px;
}
.prj-cat-pill:hover {
  background: #FEF9E7;
  border-color: rgba(244, 180, 0, 0.35);
  color: #003A70;
  transform: translateY(-2px);
}
.prj-cat-pill--gold {
  background: #003A70;
  border-color: #003A70;
  color: #F8D060;
}
.prj-cat-pill--gold i {
  color: #F8D060;
}
.prj-cat-pill--gold:hover {
  background: #003A70;
  color: #F4B400;
}

.prj-fte {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .prj-fte {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.prj-fte-thumb {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prj-category {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #ffffff;
}
.prj-category--cream {
  background: #F8F9FB;
}
@media (max-width: 768px) {
  .prj-category {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.prj-category-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 40px;
  background: #FEF9E7;
  border: 1px solid rgba(244, 180, 0, 0.25);
  font-size: 12px;
  font-weight: 700;
  color: #003A70;
}
.prj-category-count i {
  color: #F4B400;
  font-size: 16px;
}

.prj-card {
  border-radius: 28px !important;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid #E0E4EF !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.prj-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.prj-card:hover {
  border-color: rgba(244, 180, 0, 0.35) !important;
}
.prj-card:hover .prj-card-img {
  transform: scale(1.06);
}
.prj-card:hover .prj-card-link i {
  transform: translateX(3px);
}

.prj-card-media {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #003A70;
}

.prj-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
  transition: transform 0.45s ease;
}

.prj-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 58, 112, 0.65) 0%, transparent 55%);
  pointer-events: none;
}

.prj-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(244, 180, 0, 0.92) !important;
  color: #003A70 !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 40px !important;
}

.prj-card-status {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 40px !important;
  backdrop-filter: blur(6px);
}
.prj-card-status--ongoing {
  background: rgba(74, 222, 128, 0.25) !important;
  border-color: rgba(74, 222, 128, 0.4) !important;
  color: #bbf7d0 !important;
}

.prj-card-body {
  padding: 20px 22px 22px;
}

.prj-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #003A70;
  line-height: 1.35;
  margin-bottom: 6px;
}

.prj-card-meta {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 14px;
  line-height: 1.5;
}

.prj-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #003A70;
  text-decoration: none;
  border-bottom: 1.5px solid #F4B400;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.prj-card-link i {
  font-size: 13px;
  transition: transform 0.25s ease;
}
.prj-card-link:hover {
  color: #F4B400;
}

.prj-cta {
  position: relative;
  overflow: hidden;
  background: #003A70;
  padding-top: 88px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .prj-cta {
    padding-top: 60px;
    padding-bottom: 72px;
  }
}
.prj-cta .s-eyebrow {
  color: #F4B400;
}
.prj-cta .s-title {
  color: #ffffff;
}
.prj-cta .s-title em {
  color: #F4B400;
}
.prj-cta .s-lead {
  color: rgba(255, 255, 255, 0.5);
}

.prj-cta-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(244, 180, 0, 0.18) !important;
  border-radius: 28px !important;
  padding: clamp(40px, 6vw, 56px) clamp(28px, 5vw, 48px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.prj-stats-strip {
  background: #ffffff;
  border-bottom: 1px solid #E0E4EF;
  position: relative;
  z-index: 2;
}
.prj-stats-strip::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.4), transparent);
}

.prj-strip-item {
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #E0E4EF;
}
.prj-strip-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .prj-strip-item {
    padding: 20px 12px;
  }
  .prj-strip-item:nth-child(2n) {
    border-right: none;
  }
  .prj-strip-item:nth-child(n+3) {
    border-top: 1px solid #E0E4EF;
  }
}

.prj-strip-icon {
  font-size: 22px;
  color: #F4B400;
  margin-bottom: 10px;
  opacity: 0.85;
}

.prj-strip-val {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  color: #003A70;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 5px;
}

.prj-strip-lbl {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9CA3AF;
}

.prj-stat-icon {
  font-size: 26px;
  color: #F4B400;
  opacity: 0.8;
  margin-bottom: 10px;
  display: block;
  transition: opacity 0.25s;
}

.prj-stat-card {
  border-top: 3px solid transparent !important;
  transition: border-color 0.25s, border-top-color 0.25s, transform 0.25s, box-shadow 0.25s !important;
}
.prj-stat-card:hover {
  border-top-color: #F4B400 !important;
}
.prj-stat-card:hover .prj-stat-icon {
  opacity: 1;
}

.prj-category-icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #FEF9E7;
  border: 1px solid rgba(244, 180, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.prj-category-icon-badge i {
  font-size: 24px;
  color: #F4B400;
}

.prj-category--cream .prj-category-icon-badge {
  background: #ffffff;
}

.prj-cta-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(244, 180, 0, 0.08);
  pointer-events: none;
  top: 50%;
  left: 50%;
}
.prj-cta-ring--1 {
  width: 560px;
  height: 560px;
  transform: translate(-50%, -50%);
  animation: ctaRingPulse 12s ease-in-out infinite;
}
.prj-cta-ring--2 {
  width: 780px;
  height: 780px;
  transform: translate(-50%, -50%);
  border-color: rgba(244, 180, 0, 0.04);
  animation: ctaRingPulse 12s ease-in-out infinite 2s;
}
@media (max-width: 768px) {
  .prj-cta-ring--1 {
    width: 360px;
    height: 360px;
  }
  .prj-cta-ring--2 {
    width: 520px;
    height: 520px;
  }
}

.prj-purpose {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .prj-purpose {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.prj-quote {
  margin: 28px 0 0;
  padding: 18px 22px;
  border-left: 3px solid #F4B400;
  background: #FEF9E7;
  border-radius: 0 14px 14px 0;
}
.prj-quote p {
  font-size: 15px;
  font-style: italic;
  color: #003A70;
  line-height: 1.7;
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600;
}

.prj-areas-header {
  margin-bottom: 18px;
}

.prj-impact-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.prj-impact-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #F8F9FB;
  border: 1px solid #E0E4EF;
  border-radius: 14px;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.prj-impact-pill:hover {
  background: #FEF9E7;
  border-color: rgba(244, 180, 0, 0.35);
  transform: translateX(4px);
}

.prj-impact-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #E0E4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.prj-impact-icon i {
  font-size: 18px;
  color: #F4B400;
}
.prj-impact-pill:hover .prj-impact-icon {
  background: #F4B400;
  border-color: #F4B400;
}
.prj-impact-pill:hover .prj-impact-icon i {
  color: #003A70;
}

.prj-impact-pill span {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.prj-commitment-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #003A70;
  border-radius: 20px;
  border: 1px solid rgba(244, 180, 0, 0.18);
}

.prj-commitment-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(244, 180, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.prj-commitment-icon i {
  font-size: 20px;
  color: #F8D060;
}

.prj-commitment-title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.prj-commitment-body {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.prj-commitment-text .about-body {
  color: white;
}

.prj-pillar {
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  height: 100%;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.prj-pillar:hover {
  background: rgba(244, 180, 0, 0.07);
  border-color: rgba(244, 180, 0, 0.22);
  transform: translateY(-4px);
}

.prj-pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: rgba(244, 180, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.prj-pillar-icon i {
  font-size: 20px;
  color: #F8D060;
}

.prj-pillar-title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.prj-pillar-body {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin: 0;
}

.prj-why-card {
  padding: 32px 34px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 180, 0, 0.15);
  border-radius: 28px;
}
@media (max-width: 768px) {
  .prj-why-card {
    padding: 24px 22px;
  }
}

.prj-why-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F8D060;
  margin-bottom: 14px;
}

.prj-why-body {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
  margin-bottom: 18px;
}

.prj-fte-quote {
  padding: 14px 18px;
  border-left: 2px solid #F4B400;
  background: rgba(244, 180, 0, 0.06);
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}
.prj-fte-quote p {
  font-size: 14px;
  font-style: italic;
  color: #F8D060;
  line-height: 1.7;
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600;
}

.prj-fte-stats {
  display: flex;
  gap: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prj-fte-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prj-fte-stat-val {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1;
}

.prj-fte-stat-lbl {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.prj-photos {
  padding-top: 88px;
  padding-bottom: 100px;
  background: #F8F9FB;
}
@media (max-width: 768px) {
  .prj-photos {
    padding-top: 60px;
    padding-bottom: 72px;
  }
}

.prj-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .prj-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .prj-photo-grid {
    grid-template-columns: 1fr;
  }
}

.prj-photo-item {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #E0E4EF;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.prj-photo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.prj-photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prj-photo-item:hover img {
  transform: scale(1.05);
}

.prj-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #003A70;
  text-decoration: none;
  border-bottom: 1.5px solid #F4B400;
  padding-bottom: 2px;
  transition: color 0.2s, gap 0.2s;
}
.prj-gallery-link i {
  font-size: 14px;
  transition: transform 0.25s;
}
.prj-gallery-link:hover {
  color: #F4B400;
}
.prj-gallery-link:hover i {
  transform: translateX(3px);
}/*# sourceMappingURL=projects.css.map */