@charset "UTF-8";
.btn-primary {
  background-color: #132744;
  border-color: rgba(19, 39, 68, 0.9);
  font-weight: bold;
}
.btn-primary:hover {
  color: #0d1b33;
  background-color: #b28a3e;
}

.btn-secondary {
  color: #0d1b33;
  background-color: #b28a3e;
}

a {
  color: #132744;
  text-decoration: none;
}
a:hover {
  color: #b28a3e;
  text-decoration: underline;
}

body {
  background-color: #f7f3ea;
  font-family: Georgia, "Times New Roman", serif;
}

.ace-sans {
  font-family: Arial, Helvetica, sans-serif;
}

/* Navigation */
.navbar {
  background-color: transparent;
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.navbar a {
  text-decoration: none;
}
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar .navbar-brand {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #f7f3ea !important;
}
.navbar .navbar-brand h1 {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand small {
  color: #b28a3e;
  text-align: center;
  font-variant: small-caps;
  font-size: 1.5rem;
  padding-left: 2rem;
}
.navbar .nav-link {
  color: #f7f3ea !important;
  margin-left: 1.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b28a3e;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  opacity: 1;
}
.navbar .nav-link:hover {
  color: #b28a3e !important;
}
.navbar .offcanvas {
  background: #0d1b33;
}

.btn-support {
  background-color: #b28a3e;
  color: #0d1b33;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border: none;
}

.btn-support:hover {
  background-color: #b28a3e;
  color: #0d1b33;
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/ACE-Hero.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #f7f3ea;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 4.5rem;
}

.hero-title {
  font-family: "Merriweather", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #b28a3e;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.hero-title::after {
  content: "";
  display: block;
  width: 33%;
  height: 3px;
  background-color: #b28a3e;
  margin-top: 1rem;
}

.hero-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 500px;
  color: #f7f3ea;
}

.btn-primary-custom {
  background-color: #b28a3e;
  color: #0d1b33;
  border: 2px solid #b28a3e;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: #b28a3e;
  color: #f7f3ea;
}

.btn-secondary-custom {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
  background-color: #fff;
  color: #0d1b33;
}

.ace-script {
  color: #fff;
  background-color: #132744;
  font-family: serif;
  margin: 0;
  padding: 1rem;
}

.ace-script p {
  text-align: center;
  font-size: 24px;
  margin: 0;
}

.ace-script .ace-ref {
  text-align: center;
  color: #b28a3e;
}

.ace-script ul#ace-nav.navbar-nav li.nav-item a.active {
  border-bottom: 1px solid #b28a3e !important;
}

h3.ace-h3 {
  font-size: 18px;
  font-weight: bold;
  color: #b28a3e;
}

ul.ace-ul {
  padding: 0;
}

ul.ace-ul li {
  list-style: none;
  margin-bottom: 1em;
  font-weight: bold;
}

.ace-ul li::before {
  content: "●";
  color: #b28a3e;
  display: inline-block;
  width: 1.25em;
}

@media (max-width: 992px) {
  .hero-content {
    padding: 1em;
    margin-top: 250px;
  }
  .hero-title {
    font-size: 2rem;
  }
  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.coming-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coming-list li {
  position: relative;
  padding: 0.62rem 0 0.62rem 1.4rem;
  font-size: 1.02rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: var(--ace-navy);
}

.coming-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.08rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-color: #b28a3e;
}

.articles {
  background: #f7f3ea;
}

.article-card {
  height: 100%;
  border: 1px solid #f7f3ea;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.5rem;
}

.article-card h3 {
  font-size: 1.35rem;
  color: #0d1b33;
}

.article-card p {
  font-family: Arial, Helvetica, sans-serif;
  color: #4b5563;
  line-height: 1.6;
}

footer {
  background: #132744;
  color: #e5e7eb;
}

footer .footer-logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 50%;
}

footer a {
  color: #e5e7eb;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-wordmark {
  letter-spacing: 0.08em;
  font-size: 1.15rem;
}

.footer-tagline {
  color: #b28a3e;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

/*# sourceMappingURL=styles.css.map */
