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

body {
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #000;
    color: #fff;
}

/* Top bar logo sizing */
.topbar-logo {
    height: 36px;
    width: auto;
    display: inline-block;
}

/* Text title alternative for topbar */
.topbar-title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Submit button for topbar */
.topbar-submit {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
}
.topbar-submit:hover {
    filter: brightness(0.9);
}

/* Page-specific styles for individual pages */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

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

.back-button {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    font-family: Georgia, 'Times New Roman', serif;
}

.back-button:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.page-content {
    margin-top: 100px;
    padding: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 100px);
}

/* Override body styles for individual pages */
body.page {
    height: auto;
    overflow: auto;
    display: block;
    align-items: stretch;
    justify-content: flex-start;
}

/* Typography and Layout */
h2 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
}

h3 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    font-family: Georgia, 'Times New Roman', serif;
}

h4 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 15px 0;
    font-family: Georgia, 'Times New Roman', serif;
}

h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    font-family: Georgia, 'Times New Roman', serif;
}

p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', serif;
}

ul {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: Georgia, 'Times New Roman', serif;
}

li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-family: Georgia, 'Times New Roman', serif;
}

/* Schedule Page Styles */
.schedule-container {
    max-width: 1000px;
    margin: 0 auto;
}

.festival-info {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.schedule-day {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.program {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

.lead-programmer {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-bottom: 15px;
}

.film-list {
    list-style: none;
    padding-left: 0;
}

.film-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.film-list li:last-child {
    border-bottom: none;
}

.total-time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
}

.festival-note {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Films Page Styles */
.films-container {
    max-width: 1000px;
    margin: 0 auto;
}

.films-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.programming-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.theme-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.film-highlights {
    margin-top: 40px;
}

.highlight-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.film-highlight {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 3px solid rgba(255, 255, 255, 0.2);
}

.film-highlight.award-winner {
    border-left-color: rgba(255, 215, 0, 0.6);
}

.submission-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.submission-criteria {
    list-style: none;
    padding-left: 0;
}

.submission-criteria li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.submission-criteria li:last-child {
    border-bottom: none;
}

.submission-note {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-top: 15px;
}

/* About Page Styles */
.about-container {
    max-width: 1000px;
    margin: 0 auto;
}

.mission-section, .history-section, .organization-section, .programming-section, .community-section, .venue-section, .future-section, .contact-section {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 24px;
    border: none;
}

.participating-schools {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.schools-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.organization-details, .community-benefits {
    list-style: none;
    padding-left: 0;
}

.organization-details li, .community-benefits li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.organization-details li:last-child, .community-benefits li:last-child {
    border-bottom: none;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.philosophy-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info {
    list-style: none;
    padding-left: 0;
}

.contact-info li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info li:last-child {
    border-bottom: none;
}

/* Contact Page Styles */
.contact-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.contact-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-methods, .social-media-contact, .contact-categories, .venue-contact, .response-guidelines, .contact-form-note, .emergency-contact {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-method, .contact-category {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-detail {
    margin-bottom: 8px;
}

.response-time {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-top: 10px;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.social-link {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-note {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-top: 10px;
}

.category-note {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-top: 10px;
}

.venue-details h4 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.guidelines-list, .emergency-list {
    list-style: none;
    padding-left: 0;
}

.guidelines-list li, .emergency-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.guidelines-list li:last-child, .emergency-list li:last-child {
    border-bottom: none;
}

.form-note {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-top: 10px;
}

/* Gallery Page Styles */
.gallery-container {
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.gallery-sections, .venue-gallery, .festival-moments, .visual-content, .gallery-access, .gallery-contributions {
    margin-bottom: 40px;
}

.gallery-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    line-height: 1.6;
}

.gallery-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.item-description {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

.venue-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Location page hero image */
.location-hero {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    margin: 20px auto 10px auto;
    display: block;
}

/* Location page title-style intro */
.location-intro {
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 8px 0 20px 0;
}

.location-learn-more {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin: -4px 0 20px 0;
}
.location-learn-more a {
    color: #fff;
    text-decoration: underline;
}
.location-learn-more a:hover {
    text-decoration: none;
}

.event-location-text {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.location-divider {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 15px auto;
    width: 400px;
}

.event-details {
    text-align: center;
    margin: 20px 0;
}

.event-date, .event-time {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 0;
}

.tickets-coming-soon {
    background: #fff;
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tickets-coming-soon:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.venue-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.venue-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    line-height: 1.6;
}

.venue-details {
    color: rgba(255, 255, 255, 0.7);
}

/* Event Schedule Styles */
.event-schedule {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.schedule-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    line-height: 1.6;
}

.schedule-list li:last-child {
    border-bottom: none;
}

.schedule-list strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.schedule-list em {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

/* Transportation Info Styles */
.transportation-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.shuttle-info {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 0;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

.shuttle-info h4 {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}

.shuttle-details {
    margin-top: 10px;
}

.shuttle-details p {
    margin-bottom: 12px;
    line-height: 1.6;
}

.shuttle-details p:last-child {
    margin-bottom: 0;
}

.shuttle-details strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* Parking Info Styles */
.parking-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.parking-info h3 {
    margin-bottom: 15px;
}

.parking-info p {
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive Google Map */
.map-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.moments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.moment-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.content-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.content-category {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.content-note {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-top: 10px;
}

.access-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.access-method {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contribution-guidelines {
    list-style: none;
    padding-left: 0;
}

.contribution-guidelines li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contribution-guidelines li:last-child {
    border-bottom: none;
}

/* Events Page Styles */
.events-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.events-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.events-row {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
}

.event-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 50%;
    box-sizing: border-box;
}

.events-row .event-card {
    margin-bottom: 0;
    flex: 1;
    max-width: 500px;
}

.event-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.event-card.featured-event {
    border: 2px solid rgba(255, 165, 0, 0.5);
    background: rgba(255, 165, 0, 0.05);
}

.event-card.deadline-card {
    border: 2px solid rgba(220, 20, 60, 0.5);
    background: rgba(220, 20, 60, 0.05);
}

/* Past event styling */
.event-card.past-event {
    opacity: 0.5;
    filter: grayscale(100%);
}

.event-card.past-event:hover {
    opacity: 0.6;
    filter: grayscale(100%);
    transform: none;
}

.event-poster-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.event-poster {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-poster:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.event-details-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

.event-date-time {
    margin: 8px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.location-link-btn {
    display: inline-block;
    margin-left: 12px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Georgia, 'Times New Roman', serif;
}

.location-link-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.event-description {
    margin-top: 20px;
}

.deadline-highlight {
    font-size: 18px;
    color: rgba(255, 100, 100, 1);
    margin-bottom: 15px;
}

.submit-section-inline {
    text-align: center;
    margin-top: 20px;
}

.submit-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* News Page Styles */
.news-container {
    max-width: 1000px;
    margin: 0 auto;
}

.news-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.news-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-item.featured {
    border: 2px solid rgba(255, 165, 0, 0.5);
    background: rgba(255, 165, 0, 0.05);
}

.news-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}

.news-content {
    margin-top: 20px;
}

.announcement-intro {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 165, 0, 1);
    margin-bottom: 20px;
}

.news-highlight {
    background: rgba(220, 20, 60, 0.1);
    border: 2px solid rgba(220, 20, 60, 0.5);
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.news-footer {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin-top: 20px;
}

.news-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.news-btn {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.news-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.news-btn.submit {
    background: #fff;
    color: #000;
    border: none;
}

.news-btn.submit:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Sponsors Page Styles */
.sponsors-container {
    max-width: 1000px;
    margin: 0 auto;
}

.sponsors-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.sponsor-tier {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 10px;
    align-items: center;
}

.sponsor-grid.presenting {
    grid-template-columns: 1fr;
}

.sponsor-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-logo {
    max-width: 100%;
    max-height: 120px;
    height: auto;
    width: auto;
}

/* Slightly larger size for the presenting sponsor logo */
.sponsor-grid.presenting .sponsor-logo {
    max-height: 150px;
}

/* 50% larger size for Slaughterland logo */
.sponsor-logo-large {
    max-height: 180px !important;
}

.sponsors-cta {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    border: none;
    text-align: center;
}

/* Remove underline just for sponsor section headings */
.sponsor-tier h3 {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-content {
        padding: 20px;
        margin-top: 90px;
    }
    
    .top-bar-content {
        padding: 0 20px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .themes-grid, .schedule-grid, .philosophy-grid, .social-platforms, .social-links, .contact-categories, .venue-highlights, .moments-grid, .content-categories, .access-methods, .shuttles-grid {
        grid-template-columns: 1fr;
    }
    
    .shuttle-info {
        margin-bottom: 20px;
    }
    
    .shuttle-info:last-child {
        margin-bottom: 0;
    }
    
    .news-actions {
        flex-direction: column;
    }
    
    .news-btn {
        width: 100%;
        text-align: center;
    }
    
    .event-card {
        width: 90%;
    }
    
    .events-row {
        flex-direction: column;
        align-items: center;
    }
    
    .events-row .event-card {
        max-width: 90%;
    }
}