/* public-style.css - Public pages styles */

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

:root {
    --primary-color: #667eea;
    --primary-dark: #764ba2;
    --text-dark: #333;
    --text-light: #666;
    --bg-cream: #faf8f5;
    --border-color: #e5e7eb;
}

body {
    font-family: 'Lora', Georgia, serif;
    background: var(--bg-cream);
    color: var(--text-dark);
    line-height: 1.7;
}

/* Navigation */
.navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 35px;
}

.navbar-menu a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.navbar-menu a:hover,
.navbar-menu a.active {
    color: var(--text-dark);
    border-bottom-color: var(--primary-color);
}

.navbar-login,
.navbar-login:link,
.navbar-login:visited,
.navbar-login:active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #888 !important;
    border: 2px solid #ccc !important;
    border-radius: 8px;
    opacity: 0.7;
    transition: all 0.2s ease;
    flex-shrink: 0;
    background: transparent !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: none;
}

.navbar-login svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    display: block;
}

.navbar-login:hover {
    opacity: 1;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/* Hero Section */
.hero {
    background: var(--bg-cream);
    text-align: center;
    padding: 40px 30px;
    max-width: 900px;
    margin: 0 auto;
}

.hero img {
    width: 100%;
    height: auto;
}

/* Content Container */
.content-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
}

.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* News Items */
.news-item {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.news-date {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 12px;
}

.news-content {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dark);
}

/* Concert Items */
.concert-item {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 25px;
    align-items: start;
}

.concert-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.concert-datetime {
    text-align: center;
    width: 240px;
    flex-shrink: 0;
}

.concert-date {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.3;
}

.concert-year {
    /* Unused - year is now part of concert-date */
    font-size: 18px;
    font-weight: 500;
    color: var(--text-light);
}

.concert-time {
    font-size: 24px;
    color: var(--text-dark);
    margin-top: 6px;
    font-weight: 600;
}

.concert-details h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.concert-location {
    font-size: 15px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 6px;
}

.concert-location::before {
    content: '\1F4CD';
    font-size: 14px;
}

.concert-admission {
    font-size: 14px;
    color: var(--primary-color);
    margin-top: 8px;
    font-weight: 500;
}

.concert-admission::before {
    content: '\1F3AB';
    margin-right: 6px;
    font-size: 13px;
}

/* Past Concerts */
.past-concerts-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
}

.past-concerts-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--text-light);
    margin-bottom: 30px;
    text-align: center;
}

.concert-item.past {
    opacity: 0.6;
    background: #f5f5f5;
}

.concert-item.past .concert-date,
.concert-item.past .concert-year,
.concert-item.past .concert-details h4 {
    color: var(--text-light);
}

.concert-item.past:hover {
    transform: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* No Content */
.no-content {
    text-align: center;
    color: var(--text-light);
    font-size: 18px;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar-content {
        padding: 0 15px;
        height: 60px;
    }

    .navbar-menu {
        gap: 15px;
    }

    .navbar-menu a {
        font-size: 15px;
    }

    .navbar-login,
    .navbar-login:link,
    .navbar-login:visited,
    .navbar-login:active,
    .navbar-login:focus {
        width: 32px;
        height: 32px;
        border: 2px solid #ccc !important;
        background: white !important;
        color: #888 !important;
    }

    .navbar-login svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        stroke: #888 !important;
    }

    .hero {
        padding: 30px 20px;
    }

    .content-container {
        padding: 40px 20px;
    }

    .section-title {
        font-size: 26px;
    }

    .news-item {
        padding: 20px;
    }

    .concert-item {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .concert-datetime {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .navbar-content {
        padding: 0 10px;
    }

    .navbar-menu {
        gap: 10px;
    }

    .navbar-menu a {
        font-size: 14px;
    }

    .navbar-login,
    .navbar-login:link,
    .navbar-login:visited,
    .navbar-login:active,
    .navbar-login:focus {
        width: 28px;
        height: 28px;
        border: 2px solid #ccc !important;
        background: white !important;
    }

    .navbar-login svg {
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        stroke: #888 !important;
    }
}
