/**
 * La Compagnie Musical Dance Troupe
 * Main Stylesheet - Light Theme
 * AppWT LLC
 *
 * Colors:
 *   Background: #fff, #f5f5f5, #eeeeee
 *   Accent: #990000, #800020 (burgundy/dark red)
 *   Gold: #c9a227, #d4af37
 *   Text: #1a1a1a, #333333, #666666
 */

/* ===========================
   CSS RESET & BASE
   =========================== */

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #c9a227;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #d4af37;
    text-decoration: underline;
}

a:focus-visible {
    outline: 2px solid #c9a227;
    outline-offset: 2px;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 0.5em;
    font-weight: 600;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1em;
    color: #333333;
}

/* ===========================
   UTILITY CLASSES
   =========================== */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.section {
    padding: 60px 0;
}

.section-dark {
    background-color: #f5f5f5;
}

.section-darker {
    background-color: #eeeeee;
}

.section-accent {
    background: linear-gradient(135deg, #f0f0f0 0%, #f5f5f5 100%);
}

.text-center {
    text-align: center;
}

.text-gold {
    color: #c9a227;
}

.text-burgundy {
    color: #990000;
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #990000, #c9a227);
    margin: 15px auto 0;
}

.section-subtitle {
    text-align: center;
    color: #666666;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===========================
   SKIP NAVIGATION
   =========================== */

.skip-nav {
    position: absolute;
    top: -100%;
    left: 0;
    background: #c9a227;
    color: #000;
    padding: 12px 24px;
    z-index: 10000;
    font-weight: 600;
    text-decoration: none;
}

.skip-nav:focus {
    top: 0;
}

/* ===========================
   HEADER
   =========================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
}

.header-top {
    background-color: #eeeeee;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
    font-size: 0.85rem;
}

.header-contact {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.header-phone,
.header-email {
    color: #666666;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}

.header-phone:hover,
.header-email:hover {
    color: #c9a227;
    text-decoration: none;
}

.contact-icon {
    margin-right: 6px;
    font-size: 1rem;
}

/* ===========================
   NAVIGATION
   =========================== */

.main-nav {
    background-color: #f5f5f5;
    border-bottom: 2px solid #990000;
    padding: 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}

.site-logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 8px 0;
    min-height: 44px;
    justify-content: center;
}

.site-logo:hover {
    text-decoration: none;
}

.logo-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c9a227;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.logo-sub {
    font-size: 0.75rem;
    color: #666666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hamburger Button */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    gap: 5px;
}

.hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #c9a227;
    transition: all 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Nav Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0;
}

.nav-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 18px 16px;
    color: #333333;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    min-height: 44px;
    position: relative;
    white-space: nowrap;
}

.nav-menu > li > a:hover,
.nav-menu > li > a:focus {
    color: #c9a227;
    text-decoration: none;
    background-color: rgba(153, 0, 0, 0.08);
}

.nav-menu > li > a.active {
    color: #c9a227;
    border-bottom: 2px solid #c9a227;
}

/* Submenu */
.has-submenu {
    position: relative;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 2px solid #990000;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu a {
    display: block;
    padding: 12px 20px;
    color: #333333;
    text-decoration: none;
    font-size: 0.9rem;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    border-bottom: 1px solid #e0e0e0;
}

.submenu a:hover,
.submenu a:focus {
    background-color: rgba(153, 0, 0, 0.1);
    color: #c9a227;
    text-decoration: none;
}

.submenu li:last-child a {
    border-bottom: none;
}

/* ===========================
   HERO SECTION
   =========================== */

.hero {
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 50%, #f8f8f8 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(153, 0, 0, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 3rem;
    color: #c9a227;
    margin-bottom: 0.3em;
    letter-spacing: 1px;
}

.hero-tagline {
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 1.5em;
    font-style: italic;
}

.hero-description {
    font-size: 1.1rem;
    color: #333333;
    max-width: 600px;
    margin: 0 auto 2em;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===========================
   BUTTONS
   =========================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 44px;
    min-width: 44px;
    line-height: 1.4;
}

.btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.btn:focus-visible {
    outline: 2px solid #c9a227;
    outline-offset: 2px;
}

.btn-primary {
    background: linear-gradient(135deg, #990000, #800020);
    color: #ffffff;
    border: 1px solid #990000;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #aa1111, #991133);
    color: #ffffff;
}

.btn-secondary {
    background: transparent;
    color: #c9a227;
    border: 2px solid #c9a227;
}

.btn-secondary:hover {
    background-color: #c9a227;
    color: #000;
}

.btn-gold {
    background: linear-gradient(135deg, #c9a227, #d4af37);
    color: #000;
    border: 1px solid #c9a227;
    font-weight: 700;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #d4af37, #e0c04f);
    color: #000;
}

.btn-sm {
    padding: 8px 18px;
    font-size: 0.9rem;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1.1rem;
}

/* ===========================
   ALERTS / FLASH MESSAGES
   =========================== */

.alert {
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    border: 1px solid;
}

.alert-success {
    background-color: rgba(40, 167, 69, 0.15);
    color: #5cb85c;
    border-color: rgba(40, 167, 69, 0.3);
}

.alert-danger {
    background-color: rgba(220, 53, 69, 0.15);
    color: #dc3545;
    border-color: rgba(220, 53, 69, 0.3);
}

.alert-info {
    background-color: rgba(23, 162, 184, 0.15);
    color: #17a2b8;
    border-color: rgba(23, 162, 184, 0.3);
}

/* ===========================
   PAGE HEADER
   =========================== */

.page-header {
    background: linear-gradient(135deg, #f0f0f0 0%, #f5f5f5 100%);
    padding: 50px 0;
    text-align: center;
    border-bottom: 2px solid #990000;
}

.page-header h1 {
    font-size: 2.5rem;
    color: #c9a227;
    margin-bottom: 0.3em;
}

.page-header p {
    color: #666666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 12px 0;
    font-size: 0.85rem;
    color: #999999;
}

.breadcrumbs a {
    color: #777777;
}

.breadcrumbs a:hover {
    color: #c9a227;
}

.breadcrumbs .separator {
    margin: 0 8px;
    color: #999999;
}

/* ===========================
   VIDEO SECTION
   =========================== */

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 2rem;
}

.video-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.video-card:hover {
    transform: translateY(-3px);
    border-color: #990000;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    color: #999999;
    font-size: 1.1rem;
}

.video-card-info {
    padding: 16px;
}

.video-card-info h3 {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 4px;
}

.video-card-info p {
    font-size: 0.85rem;
    color: #888888;
    margin-bottom: 0;
}

/* ===========================
   TESTIMONIALS
   =========================== */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    transition: border-color 0.3s ease;
}

.testimonial-card:hover {
    border-color: #990000;
}

.testimonial-card::before {
    content: '\201C';
    font-size: 4rem;
    color: #990000;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    opacity: 0.5;
    font-family: Georgia, serif;
}

.testimonial-content {
    font-style: italic;
    color: #555555;
    margin-bottom: 1.2em;
    padding-top: 20px;
    line-height: 1.7;
}

.testimonial-author {
    color: #c9a227;
    font-weight: 600;
    font-size: 0.95rem;
}

.testimonial-title {
    color: #888888;
    font-size: 0.85rem;
}

.testimonial-rating {
    color: #c9a227;
    font-size: 1rem;
    margin-bottom: 8px;
}

/* ===========================
   AUDIO PLAYER
   =========================== */

.audio-player {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.audio-play-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #990000, #800020);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.audio-play-btn:hover {
    background: linear-gradient(135deg, #aa1111, #991133);
    transform: scale(1.05);
}

.audio-play-btn .play-icon {
    margin-left: 2px;
}

.audio-info {
    flex: 1;
    min-width: 0;
}

.audio-track-title {
    font-size: 0.95rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.audio-progress-bar {
    width: 100%;
    height: 6px;
    background-color: #cccccc;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.audio-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #990000, #c9a227);
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s linear;
}

.audio-time {
    font-size: 0.75rem;
    color: #888888;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.audio-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Sample Limit Overlay */
.sample-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    z-index: 10;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    text-align: center;
}

.sample-overlay.active {
    display: flex;
}

.sample-overlay p {
    color: #c9a227;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* ===========================
   MUSIC / ALBUMS
   =========================== */

.album-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    transition: border-color 0.3s ease;
}

.album-card:hover {
    border-color: #990000;
}

.album-header {
    display: flex;
    gap: 24px;
    padding: 24px;
}

.album-cover {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-cover-placeholder {
    color: #aaaaaa;
    font-size: 0.9rem;
    text-align: center;
    padding: 20px;
}

.album-details h2 {
    color: #c9a227;
    font-size: 1.6rem;
    margin-bottom: 0.3em;
}

.album-year {
    color: #888888;
    font-size: 0.9rem;
    margin-bottom: 0.8em;
}

.album-description {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1em;
}

.album-pricing {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.album-tracks {
    padding: 0 24px 24px;
}

.album-tracks h3 {
    font-size: 1.1rem;
    color: #c9a227;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

.track-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.track-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background-color: #f5f5f5;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.track-item:hover {
    background-color: #ffffff;
}

.track-number {
    color: #999999;
    font-size: 0.85rem;
    min-width: 24px;
    text-align: center;
}

.track-title {
    flex: 1;
    color: #333333;
    font-size: 0.95rem;
}

.track-title a {
    color: #333333;
    text-decoration: none;
}

.track-title a:hover {
    color: #c9a227;
}

.track-duration {
    color: #888888;
    font-size: 0.85rem;
    min-width: 50px;
    text-align: right;
}

.track-price {
    color: #c9a227;
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 50px;
    text-align: right;
}

/* ===========================
   SONG PAGE
   =========================== */

.song-page {
    padding: 40px 0 60px;
}

.song-details {
    max-width: 800px;
    margin: 0 auto;
}

.song-album-info {
    color: #888888;
    font-size: 0.95rem;
    margin-bottom: 1.5em;
}

.song-lyrics {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin: 24px 0;
}

.song-lyrics h3 {
    color: #c9a227;
    margin-bottom: 16px;
}

.song-lyrics .lyrics-content {
    color: #555555;
    white-space: pre-wrap;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ===========================
   PHOTO GALLERY
   =========================== */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.gallery-item:hover {
    border-color: #990000;
    transform: scale(1.02);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    color: #fff;
    padding: 30px 12px 12px;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-caption {
    opacity: 1;
}

.gallery-section {
    margin-bottom: 40px;
}

.gallery-section h2 {
    font-size: 1.5rem;
    color: #c9a227;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    position: relative;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    color: #c9a227;
}

.lightbox-caption {
    text-align: center;
    color: #ccc;
    margin-top: 12px;
    font-size: 0.9rem;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #333;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.lightbox-nav:hover {
    background: rgba(153, 0, 0, 0.6);
}

.lightbox-prev {
    left: -60px;
}

.lightbox-next {
    right: -60px;
}

/* ===========================
   STORE / PRODUCTS
   =========================== */

.store-categories {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.category-tab {
    padding: 10px 24px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    cursor: pointer;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.category-tab:hover,
.category-tab.active {
    background-color: #990000;
    border-color: #990000;
    color: #ffffff;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.product-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: #990000;
}

.product-image {
    width: 100%;
    height: 250px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-placeholder {
    color: #aaaaaa;
    font-size: 0.9rem;
    text-align: center;
    padding: 20px;
}

.product-info {
    padding: 20px;
}

.product-type {
    font-size: 0.75rem;
    color: #c9a227;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.product-name {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.product-description {
    font-size: 0.85rem;
    color: #777777;
    margin-bottom: 12px;
    line-height: 1.5;
}

.product-price {
    font-size: 1.3rem;
    color: #c9a227;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-actions {
    display: flex;
    gap: 8px;
}

/* ===========================
   EVENTS / SHOWS
   =========================== */

.events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    gap: 24px;
    transition: border-color 0.3s ease;
}

.event-card:hover {
    border-color: #990000;
}

.event-card.featured {
    border-color: #c9a227;
}

.event-date-box {
    min-width: 80px;
    text-align: center;
    background: linear-gradient(135deg, #990000, #800020);
    border-radius: 6px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}

.event-date-month {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e0c04f;
}

.event-date-day {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.event-date-year {
    font-size: 0.75rem;
    color: #ccc;
    margin-top: 2px;
}

.event-details {
    flex: 1;
}

.event-details h3 {
    font-size: 1.2rem;
    color: #c9a227;
    margin-bottom: 0.4em;
}

.event-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 0.8em;
    font-size: 0.9rem;
    color: #888888;
}

.event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.event-description {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.events-past h2 {
    color: #888888;
}

.events-past .event-card {
    opacity: 0.7;
}

.events-past .event-card:hover {
    opacity: 1;
}

/* ===========================
   CONTACT FORM
   =========================== */

.contact-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    color: #c9a227;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
    min-height: 44px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #c9a227;
    outline: none;
    box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.2);
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999999;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.captcha-group {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.captcha-question {
    color: #c9a227;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    padding-bottom: 14px;
}

.form-required {
    color: #990000;
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Contact Sidebar */
.contact-sidebar {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    align-self: flex-start;
}

.contact-sidebar h3 {
    color: #c9a227;
    font-size: 1.2rem;
    margin-bottom: 1em;
}

.contact-sidebar ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-sidebar li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-sidebar .contact-icon {
    color: #c9a227;
    font-size: 1.1rem;
    min-width: 24px;
    text-align: center;
}

.contact-sidebar a {
    color: #555555;
}

.contact-sidebar a:hover {
    color: #c9a227;
}

/* ===========================
   CONTENT PAGES
   =========================== */

.content-page {
    padding: 40px 0 60px;
}

.content-page .page-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.content-page .page-content h2 {
    color: #c9a227;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.content-page .page-content h3 {
    color: #d4af37;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

.content-page .page-content p {
    margin-bottom: 1.2em;
}

.content-page .page-content ul,
.content-page .page-content ol {
    margin-bottom: 1.2em;
    padding-left: 2em;
}

.content-page .page-content ul {
    list-style: disc;
}

.content-page .page-content ol {
    list-style: decimal;
}

.content-page .page-content li {
    margin-bottom: 0.5em;
    color: #555555;
}

/* Members Grid */
.members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin: 2rem 0;
}

.member-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.member-card:hover {
    border-color: #990000;
}

.member-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 3px solid #990000;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-name {
    color: #c9a227;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.member-role {
    color: #888888;
    font-size: 0.9rem;
}

/* ===========================
   PLACEHOLDER CONTENT
   =========================== */

.placeholder-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f5f5f5;
    border: 1px dashed #cccccc;
    border-radius: 8px;
    margin: 20px 0;
}

.placeholder-section p {
    color: #999999;
    font-size: 1rem;
}

.placeholder-section .placeholder-icon {
    font-size: 3rem;
    color: #cccccc;
    margin-bottom: 16px;
}

/* ===========================
   FOOTER
   =========================== */

.site-footer {
    margin-top: auto;
}

.footer-main {
    background-color: #f5f5f5;
    padding: 50px 0 30px;
    border-top: 2px solid #990000;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-heading {
    color: #c9a227;
    font-size: 1.1rem;
    margin-bottom: 1em;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

.footer-about p {
    color: #777777;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    color: #777777;
    font-size: 0.9rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.footer-links a:hover {
    color: #c9a227;
}

.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact li {
    color: #777777;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact .contact-icon {
    color: #c9a227;
    min-width: 18px;
}

.footer-contact a {
    color: #777777;
}

.footer-contact a:hover {
    color: #c9a227;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #c9a227;
    font-weight: 700;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #990000;
    border-color: #990000;
    color: #fff;
    text-decoration: none;
}

.newsletter-signup h4 {
    color: #333333;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.newsletter-form {
    display: flex;
    gap: 0;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    color: #333333;
    font-size: 0.85rem;
    min-height: 44px;
}

.newsletter-form input:focus {
    border-color: #c9a227;
    outline: none;
}

.newsletter-form button {
    padding: 10px 16px;
    background: linear-gradient(135deg, #990000, #800020);
    border: 1px solid #990000;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
    min-width: 44px;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: linear-gradient(135deg, #aa1111, #991133);
}

/* Footer Bottom */
.footer-bottom {
    background-color: #eeeeee;
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.82rem;
}

/* Rotating Copyright */
.copyright-rotate {
    position: relative;
    min-height: 1.5em;
    min-width: 200px;
}

.copyright-text {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #999999;
    transition: opacity 0.8s ease;
    white-space: nowrap;
}

.copyright-text.active {
    opacity: 1;
    position: relative;
}

.footer-legal {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer-legal a {
    color: #888888;
    font-size: 0.82rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.footer-legal a:hover {
    color: #c9a227;
}

.footer-divider {
    color: #999999;
}

.footer-powered {
    color: #999999;
    font-size: 0.82rem;
}

.footer-powered a {
    color: #888888;
}

.footer-powered a:hover {
    color: #c9a227;
}

/* ===========================
   BACK TO TOP
   =========================== */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #990000, #800020);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: linear-gradient(135deg, #aa1111, #991133);
    transform: translateY(-2px);
}

/* ===========================
   RESPONSIVE: 1024px
   =========================== */

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .album-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .album-cover {
        width: 180px;
        height: 180px;
        min-width: 180px;
    }

    .album-pricing {
        justify-content: center;
    }

    h1 { font-size: 2.2rem; }
    .hero h1 { font-size: 2.6rem; }
}

/* ===========================
   RESPONSIVE: 768px
   =========================== */

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #f5f5f5;
        flex-direction: column;
        border-top: 1px solid #cccccc;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav-menu.open {
        display: flex;
    }

    .nav-menu > li > a {
        padding: 14px 20px;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }

    .has-submenu .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: none;
        border-top: none;
        box-shadow: none;
        background-color: #eeeeee;
    }

    .submenu a {
        padding-left: 40px;
    }

    .header-contact {
        justify-content: center;
        font-size: 0.8rem;
    }

    .hero {
        padding: 50px 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-tagline {
        font-size: 1.1rem;
    }

    .section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .page-header {
        padding: 35px 0;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .event-date-box {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        padding: 10px 16px;
    }

    .event-date-day {
        font-size: 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .copyright-text {
        position: relative;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
}

/* ===========================
   RESPONSIVE: 480px
   =========================== */

@media (max-width: 480px) {
    html {
        font-size: 15px;
    }

    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 35px 0;
    }

    .hero h1 {
        font-size: 1.7rem;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }

    .section {
        padding: 30px 0;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .page-header {
        padding: 25px 0;
    }

    .page-header h1 {
        font-size: 1.6rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .album-cover {
        width: 140px;
        height: 140px;
        min-width: 140px;
    }

    .audio-player {
        flex-wrap: wrap;
        padding: 12px;
        gap: 10px;
    }

    .audio-info {
        width: 100%;
        order: 2;
    }

    .audio-actions {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .contact-sidebar {
        padding: 20px;
    }

    .store-categories {
        gap: 8px;
    }

    .category-tab {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .event-date-box {
        width: 100%;
    }

    .members-grid {
        grid-template-columns: 1fr;
    }

    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.15rem; }

    .footer-legal {
        flex-direction: column;
        gap: 4px;
    }

    .footer-divider {
        display: none;
    }
}

/* ===========================
   PRINT STYLES
   =========================== */

@media print {
    .site-header,
    .site-footer,
    .nav-toggle,
    .back-to-top,
    .audio-player,
    .lightbox,
    .btn {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
    }

    a {
        color: #000;
        text-decoration: underline;
    }
}
