/* Auto-generated bundle: styles.css + navbar.css. Do not edit directly. */
/* styles.css */
:root {
  --primary-color: #4a5568;
  --accent-color: #b05c09;
  --background-color: #fafafa;
  --card-background: #ffffff;
  --text-color: #2d3748;
  --text-secondary: #5a6a7a;
  --border-color: #e2e8f0;
  --spacing: 2rem;
  --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 4px 16px rgba(0, 0, 0, 0.12);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--background-color);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
header {
  background: url("../images/header/header.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  color: white;
  padding: var(--spacing);
  text-align: center;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9997;
}
.header-text-container {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  padding: 2rem 3rem;
  border-radius: 15px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
header.compact {
  height: 200px;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>')
    repeat;
  animation: float 20s ease-in-out infinite;
}
header h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
header .subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
main {
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--spacing);
}
.about-main,
main:has(.about-section) {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--spacing);
  background: var(--card-background);
  border-radius: 16px;
  box-shadow: var(--shadow-light);
  border: 1px solid var(--border-color);
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
.hero-section {
  background: var(--card-background);
  border-radius: 20px;
  padding: 3rem 2rem;
  margin: 2rem 0;
  text-align: center;
  box-shadow: var(--shadow-medium);
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(237, 137, 54, 0.05),
    transparent
  );
  animation: shimmer 3s ease-in-out infinite;
}
.hero-section h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.hero-section p {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.page-header {
  text-align: center;
  margin: 2rem 0 3rem;
}
.page-header h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-header p {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}
.section {
  margin: 3rem 0;
}
.section h2 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.about-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin: 2rem 0;
  border: 1px solid var(--border-color);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}
.about-section {
  margin-bottom: 2.5rem;
}
.about-section h2 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.about-section h3 {
  color: var(--accent-color);
  margin: 1.5rem 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.about-section p {
  margin-bottom: 1.2rem;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.7;
}
.donation-section {
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.05) 0%,
    rgba(118, 75, 162, 0.05) 100%
  );
  border: 2px solid var(--border-color);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}
.donation-section h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.donation-section p {
  font-size: 1.1rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}
.donation-button {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.coffee-button {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  margin-top: 1rem;
  border: none;
  cursor: pointer;
}
.coffee-button::before {
  content: "☕ ";
  margin-right: 0.5rem;
}
.mission-highlight {
  background: rgba(237, 137, 54, 0.08);
  border-left: 4px solid var(--accent-color);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
}
.mission-highlight p {
  margin-bottom: 0;
  font-style: italic;
  color: var(--text-color);
}
.faq-section {
  background: var(--card-background);
  border-radius: 12px;
  box-shadow: var(--shadow-light);
  border: 1px solid var(--border-color);
  overflow: hidden;
  margin: 2rem 0;
}
.faq-section-header {
  padding: 1.5rem 2rem;
  background: var(--background-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.faq-section-header:hover {
  background: rgba(237, 137, 54, 0.05);
}
.faq-section-header h3 {
  margin: 0;
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
}
.faq-accordion-icon {
  font-size: 1.5rem;
  color: var(--accent-color);
  font-weight: bold;
  transition: transform 0.3s ease;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 2rem;
  background: var(--card-background);
}
.faq-content.expanded {
  max-height: 2000px;
  padding: 2rem;
}
.faq-item {
  margin-bottom: 1.5rem;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-question {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.faq-answer {
  color: var(--text-color);
  line-height: 1.7;
  padding-left: 1rem;
  border-left: 3px solid rgba(237, 137, 54, 0.2);
}
.cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.overview-section {
  margin: 3rem 0;
}
.section-footer {
  text-align: center;
  margin-top: 2rem;
}
.card-nav-link {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--accent-color);
  text-decoration: none;
}
.card-links {
  margin-bottom: 1rem;
}
.card-btn-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.card-note {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.news-banner-section {
  margin: 0 0 1rem;
}
.news-banner-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  background: var(--card-background);
  border: 1px solid var(--border-color);
  border-left: 4px solid var(--accent-color);
  border-radius: 0 12px 12px 0;
  padding: 1rem 1.75rem;
  box-shadow: var(--shadow-light);
  text-decoration: none;
  color: inherit;
  transition: border-left-color 0.2s, box-shadow 0.2s;
}
.news-banner-link:hover {
  border-left-color: #d67324;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.news-badge {
  background: var(--accent-color);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.news-text {
  margin: 0;
  color: var(--text-secondary);
  flex: 1;
  font-size: 0.95rem;
}
.news-cta {
  color: var(--accent-color);
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
}
.featured-card img {
  height: 200px;
}
.featured-card h3 {
  margin-bottom: 0.5rem;
}
.featured-card-body {
  padding: 1.5rem;
}
.featured-card-body p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-color), #d67324);
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-light);
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}
.popular-ballets {
  background: var(--card-background);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow-light);
  border: 1px solid var(--border-color);
}
.ballet-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.ballet-item {
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 10px;
  border-left: 4px solid var(--accent-color);
  cursor: pointer;
}
.ballet-item h3 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.ballet-item p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}
.ballet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: var(--spacing);
}
.featured-stories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.ballet-card,
.featured-card {
  background: var(--card-background);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-light);
  border: 1px solid var(--border-color);
  position: relative;
}
.ballet-card::before,
.featured-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), #d67324);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.ballet-card-link,
.featured-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.ballet-card img,
.featured-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.ballet-card-content,
.featured-card-content {
  padding: 2rem;
}
.ballet-card h3,
.featured-card h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.ballet-card p,
.featured-card p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}
.read-more-btn,
.card-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: var(--accent-color);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.ballet-card {
  opacity: 1;
  transform: translateY(0);
  transition: box-shadow 0.3s ease;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 2rem 0;
  gap: 1rem;
}
.pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 24px;
  background: var(--card-background);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-light);
}
.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.page-info {
  color: var(--text-secondary);
  font-weight: 500;
  padding: 0 1rem;
}
footer {
  background-color: var(--primary-color);
  color: white;
  padding: var(--spacing);
  margin-top: calc(var(--spacing) * 3);
}
.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing);
}
.footer-section h3 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.1rem;
}
.footer-section p {
  opacity: 0.9;
  font-size: 0.95rem;
  line-height: 1.5;
}
.footer-link {
  color: #81c784;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  :root {
    --spacing: 1rem;
  }
  header {
    background: url("../images/header/mobileheader.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
  }
  header h1 {
    font-size: 2rem;
  }
  .hero-section {
    padding: 2rem 1.5rem;
    margin: 1rem 0;
  }
  .hero-section h2 {
    font-size: 2rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .page-header h2 {
    font-size: 2rem;
  }
  .page-header p {
    font-size: 1rem;
  }
  main:has(.about-section) {
    margin: var(--spacing);
    padding: 1.5rem;
  }
  .about-image {
    height: 300px;
    font-size: 1.2rem;
  }
  .about-section h2 {
    font-size: 1.5rem;
  }
  .about-section h3 {
    font-size: 1.2rem;
  }
  .donation-section {
    padding: 1.5rem;
  }
  .donation-button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
  .faq-section-header {
    padding: 1.2rem 1.5rem;
  }
  .faq-section-header h3 {
    font-size: 1.2rem;
  }
  .faq-content {
    padding: 0 1.5rem;
  }
  .faq-content.expanded {
    padding: 1.5rem;
  }
  .glossary-container {
    padding: 1.5rem;
  }
  .alphabet-nav {
    gap: 0.3rem;
    padding: 1rem;
  }
  .alphabet-nav a {
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
    min-width: 35px;
  }
  .glossary-section h3 {
    font-size: 1.6rem;
  }
  .glossary-term {
    padding: 1rem;
  }
  .story-terms {
    padding: 1.5rem;
  }
  .ballet-grid,
  .featured-stories {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .ballet-list {
    grid-template-columns: 1fr;
  }
  .ballet-card-content,
  .featured-card-content {
    padding: 1.5rem;
  }
  .pagination {
    margin: 2rem 0 1rem 0;
    gap: 0.5rem;
  }
  .pagination-btn {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
  .page-info {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  header {
    padding: 1rem;
  }
  header h1 {
    font-size: 1.8rem;
  }
  header .subtitle {
    font-size: 0.9rem;
  }
  .hero-section h2,
  .page-header h2 {
    font-size: 1.8rem;
  }
  .section h2 {
    font-size: 1.6rem;
  }
  .glossary-section h3 {
    font-size: 1.4rem;
  }
  .alphabet-nav a {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    min-width: 30px;
  }
  .ballet-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
/* navbar.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1a;
  color: #fff;
  padding: 0.75rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-left img {
  width: 40px;
  height: 40px;
}
.brand {
  font-size: 1.25rem;
  font-weight: bold;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-links li {
  list-style: none;
  position: relative;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: #00bcd4;
}
.dropdown > a::after {
  content: "▼";
  font-size: 0.8rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2a2a2a;
  min-width: 180px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
.dropdown-content a {
  padding: 0.75rem 1rem;
}
.dropdown-content a:hover {
  background-color: #333;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
  padding: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  will-change: transform, opacity;
}
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 768px) {
  nav {
    position: relative;
  }
  .menu-toggle {
    display: flex;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #1a1a1a;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .nav-links.show {
    display: flex;
    animation: slideDown 0.3s ease-out;
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav-links li {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .nav-links li:last-child {
    border-bottom: none;
  }
  .nav-links > li > a {
    padding: 1rem 1.5rem;
    text-align: left;
    width: 100%;
    display: block;
  }
  .nav-links > li > a:hover {
    background-color: #2a2a2a;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }
  .dropdown-content {
    display: none;
    background-color: #1a1a1a;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .dropdown.active .dropdown-content {
    display: block;
    animation: fadeIn 0.2s ease-out;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .dropdown-content a {
    padding: 0.75rem 2.5rem;
    border-bottom: 1px solid #444;
    color: #ccc;
    display: block;
    background-color: #1a1a1a;
  }
  .dropdown-content a:last-child {
    border-bottom: none;
  }
  .dropdown-content a:hover {
    background-color: #2a2a2a;
    color: #fff;
  }
  .dropdown > a::after {
    content: "▼";
    float: right;
    transition: transform 0.3s ease;
  }
  .dropdown.active > a::after {
    transform: rotate(180deg);
  }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 4px 0;
}
.skip-link:focus {
  left: 0;
}
@media (min-width: 769px) {
  .dropdown:focus-within .dropdown-content {
    display: block;
  }
}
.nav-links a.active {
  color: var(--accent-color);
}
.nav-links .has-active > a {
  color: var(--accent-color);
}
