/* EB Garamond — headings & titles */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');

/* Proxima Nova — body & supporting text (self-hosted) */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Thin.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-ThinIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-ThinIt.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Light.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-LightIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-LightIt.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Regular.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-RegularIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-RegularIt.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Semibold.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-SemiboldIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Bold.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-BoldIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-BoldIt.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Extrabld.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Extrabld.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-ExtrabldIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-ExtrabldIt.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-Black.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/ProximaNovaA-BlackIt.woff2') format('woff2'),
       url('/fonts/proxima-nova/ProximaNovaA-BlackIt.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --primary-maroon: #6B0F1A;
  --primary-dark-maroon: #4F0811;
  --primary-light-maroon: #851624;
  --navy-dark: #0A1118;
  --navy-primary: #0E1B2E;
  --navy-light: #182C48;
  --gold-primary: #D4AF37;
  --gold-light: #F3D26A;
  --gold-dark: #AA8518;
  --bg-cream: #FAF8F5;
  --bg-warm-light: #F4EFEA;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  color: #2D3748;
  background-color: #FAF8F5;
  overflow-x: hidden;
}

/* EB Garamond for all headings sitewide */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', Georgia, serif;
}

/* ==========================================================================
   HEADER & NAVIGATION - BRIGHT, CLEAR & COLLEGIATE STYLING
   ========================================================================== */
.font-header,
.font-montserrat {
  font-family: 'Proxima Nova', sans-serif;
}

/* Top Tab Bar */
.nav-top-tab {
  background: #6B0F1A;
  border-bottom-left-radius: 18px;
  box-shadow: 0 2px 10px rgba(107, 15, 26, 0.2);
}

.nav-top-link {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 1280px) {
      .container {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
  .nav-top-link {
    font-size: 13.5px;
    letter-spacing: 0.06em;
  }
}

.nav-top-link:hover {
  color: #FCD34D;
  text-shadow: 0 0 10px rgba(252, 211, 77, 0.5);
}

/* Main Navigation Links */
.nav-main-link {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14.5px !important;
  font-weight: 700;
  letter-spacing: 0.9px !important;
  color: #1a202c;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 2px;
  position: relative;
  transition: all 0.2s ease;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .nav-main-link {
    font-size: 14.5px;
    letter-spacing: 0.04em;
    gap: 6px;
  }
}

.nav-main-link:hover {
  color: #8E1326;
}

.nav-main-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 2.5px;
  background: #8E1326;
  border-radius: 2px;
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-item:hover>.nav-main-link::after,
.nav-main-link:hover::after,
.nav-main-link.active::after {
  width: 100%;
}

.nav-main-link.active {
  color: #8E1326;
}

/* Header Action Buttons (Pill shape, Bright Amber / Gold - matching reference) */
.btn-header-action {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #F5A623 0%, #F39C12 100%);
  color: #5A0812;
  padding: 8px 16px;
  border-radius: 9999px;
  box-shadow: 0 3px 10px rgba(243, 156, 18, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  line-height: 1;
}

@media (min-width: 1280px) {
  .btn-header-action {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    padding: 9px 19px;
  }
}

.btn-header-action:hover {
  background: linear-gradient(135deg, #FBBF24 0%, #F5A623 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(243, 156, 18, 0.5);
  color: #38050C;
}

.font-serif-heading {
  font-family: 'EB Garamond', Georgia, serif;
}

.font-cinzel {
  font-family: 'EB Garamond', Georgia, serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #6B0F1A;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4F0811;
}

/* Animations */
@keyframes kenburns {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

.kenburns-active {
  animation: kenburns 14s ease-in-out infinite alternate;
}

@keyframes floatSlow {

  0%,
  100% {
    transform: translateY(0px);
  }

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

.animate-float {
  animation: floatSlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
  }

  50% {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.8);
  }
}

.animate-gold-glow {
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes goldShimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

.gold-gradient-text {
  background: linear-gradient(135deg, #ECC94B 0%, #D4AF37 50%, #B7791F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-shimmer-border {
  background: linear-gradient(90deg, #D4AF37, #FFF2B2, #D4AF37);
  background-size: 200% auto;
  animation: goldShimmer 3s linear infinite;
}

/* Dropdown styling */
.nav-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  border-top: 3px solid #8E1326;
}

.nav-dropdown a {
  color: #1f2937;
  font-size: 14px !important;
  line-height: 1.45;
  letter-spacing: 0.5px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.nav-item:hover>.nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Sub-dropdown */
.nav-sub-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.nav-sub-item:hover .nav-sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

/* Glassmorphism effects */
.glass-nav {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.glass-card-dark {
  background: rgba(14, 27, 46, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.glass-card-maroon {
  background: rgba(107, 15, 26, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

/* Soft card shadow */
.card-shadow {
  box-shadow: 0 10px 30px -5px rgba(107, 15, 26, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}

.card-shadow-hover {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-shadow-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px -8px rgba(107, 15, 26, 0.15), 0 8px 16px -4px rgba(0, 0, 0, 0.08);
}

/* Section Divider with Cross/Gold Dot */
.section-accent-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 24px;
}

.section-accent-line::before,
.section-accent-line::after {
  content: '';
  height: 2px;
  width: 48px;
  background: linear-gradient(90deg, transparent, #D4AF37);
}

.section-accent-line::after {
  background: linear-gradient(90deg, #D4AF37, transparent);
}

/* Shared reference style for homepage section titles */
.section-title-reference {
  color: #0b4892 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 3rem !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.section-title-reference .text-\[\#C8102E\] {
  color: #c8102e !important;
}

.section-title-on-dark {
  color: #ffffff !important;
}

.section-title-accent {
  width: 86px;
  height: 5px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #0b4892 0%, #c8102e 52%, #f5a623 100%);
}

.section-title-accent-center {
  margin-left: auto;
  margin-right: auto;
}

.charism-description {
  max-width: 42rem !important;
  margin-top: 1.25rem;
  color: #1f2937 !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  font-weight: 500 !important;
  letter-spacing: 0.25px;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 639px) {
  .section-title-reference {
    font-size: 2.25rem !important;
  }
.logo{
    height: 35px !important;
}
  .charism-description {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}

/* Focus areas: high-contrast SHJ theme surface */
.focus-areas-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(29, 103, 232, 0.24), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(200, 16, 46, 0.2), transparent 32%),
    linear-gradient(135deg, #021024 0%, #062c5c 52%, #041c3e 100%) !important;
}

.focus-areas-section > .absolute.bg-gradient-to-t {
  background: linear-gradient(to top, rgba(2, 16, 36, 0.78), rgba(4, 28, 62, 0.3), rgba(2, 16, 36, 0.68)) !important;
}

.focus-areas-section .focus-area-card {
  background: linear-gradient(145deg, rgba(14, 48, 88, 0.94), rgba(6, 44, 92, 0.86)) !important;
  border-color: rgba(142, 185, 255, 0.28) !important;
  box-shadow: 0 18px 35px rgba(2, 16, 36, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.focus-areas-section .focus-area-card:hover {
  border-color: rgba(245, 206, 98, 0.78) !important;
  box-shadow: 0 22px 40px rgba(2, 16, 36, 0.42), 0 0 0 1px rgba(245, 206, 98, 0.12);
}

.focus-areas-section .focus-area-card h3 {
  color: #ffffff !important;
}

.focus-areas-section .focus-area-card p {
  color: #e2edff !important;
  text-shadow: 0 1px 1px rgba(2, 16, 36, 0.35);
}

.focus-areas-section .focus-area-card > div:first-child > div {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fda4b4 !important;
  border: 1px solid rgba(253, 164, 180, 0.28);
}

.focus-areas-section .focus-area-card > div:first-child > span {
  background-color: rgba(245, 206, 98, 0.18) !important;
  color: #ffe59a !important;
  border-color: rgba(245, 206, 98, 0.56) !important;
}

/* SHJ Today: dark theme with bright statistical copy */
#shj-today-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(29, 103, 232, 0.2), transparent 32%),
    radial-gradient(circle at 82% 78%, rgba(200, 16, 46, 0.18), transparent 30%),
    linear-gradient(135deg, #021024 0%, #062c5c 54%, #041c3e 100%) !important;
  border-color: rgba(142, 185, 255, 0.24) !important;
  overflow: hidden;
}

#shj-today-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

#shj-today-section > div {
  position: relative;
  z-index: 1;
}

#shj-today-section .text-center.max-w-2xl > span {
  background-color: rgba(142, 185, 255, 0.14) !important;
  color: #d9e6ff !important;
  border-color: rgba(142, 185, 255, 0.42) !important;
}

#shj-today-section .text-center.max-w-2xl h2 {
  color: #ffffff !important;
}

#shj-today-section .text-center.max-w-2xl > p {
  color: #e2edff !important;
}

#shj-today-section .stat-num-3d {
color: #ffffff !important;
    text-shadow: 4px 4px 0 #ca0d17, 5px 5px 0 #b86b00 !important;
}

#shj-today-section .space-y-12 .reveal-on-scroll > p {
  color: #f4f8ff !important;
  text-shadow: 0 1px 2px rgba(2, 16, 36, 0.45);
}

/* Upcoming events cards */
.upcoming-events-section {
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.04), inset 0 -1px 0 rgba(15, 23, 42, 0.04);
}

.events-view-all {
  border: 1px solid rgba(169, 0, 52, 0.28);
  border-radius: 9999px;
  padding: 8px 14px;
}

.events-view-all:hover {
  background: #fff1f3;
}

.event-card {
  min-height: 344px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.event-date-badge {
  min-width: 64px;
  border-radius: 0 0 6px 6px;
  background: #a90034;
  box-shadow: 0 4px 10px rgba(169, 0, 52, 0.25);
}

.event-card-body {
  background: #ffffff;
}

.event-card-copy {
  color: #1f2937;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
  letter-spacing: 0.25px !important;
}

.upcoming-events-section .news-events-title {
  color: #0b4892 !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.15px !important;
  text-shadow: 0 1px 0 rgba(11, 72, 146, 0.08);
}

.upcoming-events-section .news-events-title + .section-title-accent {
  margin-top: 0.75rem;
}

.event-card-title {
  color: #111827 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0.15px !important;
}

.event-learn-more {
  background: #a90034;
  transition: background-color 0.2s ease;
}

.event-learn-more:hover {
  background: #780024;
}

/* Footer: bright SHJ crimson layout */
.shj-footer {
  background: linear-gradient(135deg, #a90034 0%, #8e1326 56%, #6b0f1a 100%) !important;
  border-top-color: #f5ce62 !important;
}

.shj-footer > .absolute {
  top: 0;
  bottom: auto;
  height: 56px;
  opacity: 0.34 !important;
  background-position: center 42% !important;
  mix-blend-mode: screen;
}

.shj-footer > .max-w-7xl {
  padding-top: 0;
}

.shj-footer-logo {
  width: 230px !important;
  height: 185px !important;
  object-fit: contain;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 0 12px 12px !important;
  padding: 20px 24px !important;
  margin-top: -4rem;
  box-shadow: 0 8px 20px rgba(63, 5, 20, 0.2);
}

.shj-footer .footer-brand-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.shj-footer .footer-brand-column {
  padding-top: 0;
}

.shj-footer .footer-socials {
  margin-top: 1.1rem;
  gap: 1.15rem;
}

.shj-footer .footer-socials a {
  width: 2.35rem;
  height: 2.35rem;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 229, 154, 0.28);
}

.shj-footer .footer-link-list,
.shj-footer .footer-contact {
  color: #fff1f3 !important;
}

@media (min-width: 1024px) {
  .shj-footer .footer-brand-column {
    grid-column: span 3 / span 3;
  }

  .shj-footer .footer-contact-column {
    grid-column: span 3 / span 3;
    order: 2;
  }

  .shj-footer .footer-links-primary {
    grid-column: span 3 / span 3;
    order: 3;
  }

  .shj-footer .footer-links-secondary {
    grid-column: span 3 / span 3;
    order: 4;
  }
}

.shj-footer .footer-link-list a,
.shj-footer .footer-contact a {
  color: #fff1f3;
}

.shj-footer .footer-link-list a:hover,
.shj-footer .footer-contact a:hover {
  color: #ffe59a !important;
}

.shj-footer .footer-link-list a,
.shj-footer .footer-contact p,
.shj-footer .footer-contact span {
  color: #fff1f3;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.shj-footer .footer-contact {
  font-weight: 500;
}

.shj-footer .footer-copyright {
  background: #6b0f1a !important;
  border-color: rgba(245, 206, 98, 0.28) !important;
  color: #fff1f3 !important;
}

.shj-footer .footer-copyright p,
.shj-footer .footer-copyright a,
.shj-footer .footer-copyright span {
  color: #fff1f3 !important;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media (max-width: 639px) {
  .upcoming-events-section .news-events-title {
    font-size: 34px !important;
  }

  .event-card-title {
    font-size: 19px !important;
  }

  .event-card-copy {
    font-size: 15px;
  }

  .shj-footer-logo {
    width: 190px !important;
    height: 160px !important;
  }
}

/* Lightbox Modal */
.lightbox {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

/* Scroll reveal utility */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Hero Carousel Slide Transitions */
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s ease;
  position: absolute;
  inset: 0;
  z-index: 1;
}

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

/* Slide Ken-burns */
.hero-slide.active .hero-bg-img {
  animation: kenburns 14s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .lg\:text-5xl {
    font-size: 44px !important;
    line-height: 1 !important;
  }

  .section-title-reference.lg\:text-5xl {
    font-size: 48px !important;
    line-height: 1.15 !important;
  }
}

.lspace-0-5 {
  letter-spacing: 0.5px !important;
}
/* Founder Page - Founder Image */
.founder-page .popup-image img {
    border: 4px solid #c9a24d;
    border-radius: 12px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.founder-page .popup-image:hover img {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 14px 35px rgba(201, 162, 77, 0.3);
}

.vision-page .content-text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 55px 70px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(201, 162, 77, 0.25);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 32, 74, 0.08);
    position: relative;
    overflow: hidden;
}

.vision-page .content-text::before {
    content: "♡";
    display: block;
    font-size: 38px;
    line-height: 1;
    color: #c9a24d;
    margin-bottom: 20px;
}

.vision-page .content-text::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #c9a24d;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.vision-page .content-text p:first-child {
    font-family: "EB Garamond", serif !important;
    font-size: 28px !important;
    line-height: 1.5 !important;
    color: #123b68 !important;
    margin-bottom: 22px !important;
}

.vision-page .content-text p:last-child {
    font-family: "Proxima Nova", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    margin-bottom: 0 !important;
}

.vision-page .content-text {
    animation: visionFadeUp 0.8s ease-out both;
}

@keyframes visionFadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}