/* Conference Website Styles */
:root {
    --terracotta: #b8644a;
    --terracotta-dark: #8b4a38;
    --terracotta-light: #d4846c;
    --brown-dark: #4a3c32;
    --brown-medium: #6b5a4e;
    --brown-light: #8b7355;
    --cream: #faf6f1;
    --cream-dark: #f0ebe3;
    --tan: #d4c4a8;
    --tan-light: #e8dcc8;
    --gold-accent: #c9a86c;
    --text-dark: #3d3229;
    --text-medium: #5a4d42;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lora', Georgia, serif;
    background: var(--cream);
    color: var(--text-dark);
    line-height: 1.8;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.02;
    pointer-events: none;
    z-index: -1;
}

/* Navigation */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--cream);
    border-bottom: 1px solid var(--tan);
    transition: box-shadow 0.3s ease;
}

nav.scrolled {
    box-shadow: 0 2px 20px rgba(74, 60, 50, 0.1);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: var(--terracotta);
    text-decoration: none;
    padding: 1rem 0;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.nav-links a {
    display: block;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    color: var(--brown-medium);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    background: var(--terracotta);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    transform: scaleX(1);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--terracotta);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--brown-medium);
}

.mobile-toggle svg {
    width: 24px;
    height: 24px;
}

/* Page Header */
.page-header {
    padding: 8rem 2rem 4rem;
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
    text-align: center;
}

.page-header.compact {
    padding: 7rem 2rem 3rem;
}

.page-header-logo {
    max-width: 500px;
    margin: 0 auto 2rem;
}

.page-header-logo img {
    width: 100%;
    height: auto;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--brown-dark);
    margin-bottom: 0.5rem;
}

.page-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: var(--terracotta);
    max-width: 700px;
    margin: 0 auto;
}

/* Hero Section (Home Page) */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8rem 2rem 4rem;
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, var(--tan-light) 0%, transparent 100%);
    opacity: 0.3;
}

.hero-header {
    max-width: 700px;
    margin-bottom: 2rem;
}

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

.hero-subtitle {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-style: italic;
    color: var(--brown-medium);
    max-width: 800px;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.hero-info {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.info-card {
    background: white;
    padding: 1.75rem 2rem;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(74, 60, 50, 0.08);
    text-align: center;
    min-width: 180px;
    border-top: 3px solid var(--terracotta);
}

.info-card-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brown-light);
    margin-bottom: 0.5rem;
}

.info-card-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--brown-dark);
}

.info-card-value.highlight {
    color: var(--terracotta);
}

/* Sections */
section {
    padding: 5rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

section.full-width {
    max-width: none;
}

.section-content {
    max-width: 1100px;
    margin: 0 auto;
}

.section-content.narrow {
    max-width: 800px;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--brown-dark);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: var(--terracotta);
}

.section-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--terracotta), transparent);
    margin: 1.5rem auto 0;
}

/* Background variations */
.bg-white { background: white; }
.bg-cream { background: var(--cream); }
.bg-cream-dark { background: var(--cream-dark); }
.bg-brown { background: var(--brown-dark); color: white; }

.bg-brown .section-title { color: white; }
.bg-brown .section-subtitle { color: var(--tan-light); }
.bg-brown .section-divider { background: linear-gradient(90deg, transparent, var(--terracotta-light), transparent); }

/* Text Content */
.text-content {
    font-size: 1.05rem;
    color: var(--text-medium);
}

.text-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.text-content p:first-of-type::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    float: left;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
    line-height: 0.8;
    color: var(--terracotta);
}

/* Grid Layouts */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

/* Cards */
.card {
    background: white;
    padding: 2rem;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(74, 60, 50, 0.06);
}

.card.bordered {
    border: 1px solid var(--tan);
}

.card.primary {
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
    color: white;
}

.card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--brown-dark);
}

.card.primary h3 {
    color: white;
}

/* Program Table */
.program-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.program-table th,
.program-table td {
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--tan);
    vertical-align: top;
}

.program-table th {
    background: var(--brown-dark);
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.program-table tr:nth-child(even) {
    background: var(--cream-dark);
}

.program-table tr:hover {
    background: var(--tan-light);
}

.program-date {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--terracotta);
    white-space: nowrap;
    min-width: 160px;
}

.program-content {
    color: var(--text-medium);
}

.program-content strong {
    display: block;
    color: var(--brown-dark);
    margin-bottom: 0.25rem;
}

.program-highlight {
    background: var(--terracotta) !important;
    color: white !important;
}

.program-highlight .program-date,
.program-highlight .program-content,
.program-highlight .program-content strong {
    color: white !important;
}

/* Organizers Grid */
.organizers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.org-card {
    background: white;
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(74, 60, 50, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(74, 60, 50, 0.1);
}

.org-logo {
    height: 70px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-logo img {
    max-height: 70px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
}

.org-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: var(--brown-medium);
    line-height: 1.4;
}

/* Committee List */
.committee-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.committee-member {
    background: white;
    padding: 1.5rem;
    border-radius: 2px;
    border-left: 3px solid var(--terracotta);
    box-shadow: 0 2px 10px rgba(74, 60, 50, 0.05);
}

.committee-member h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--brown-dark);
    margin-bottom: 0.25rem;
}

.committee-member p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--brown-medium);
    font-style: italic;
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--terracotta), var(--tan));
}

.timeline-item {
    position: relative;
    padding-bottom: 2rem;
    padding-left: 1rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0.3rem;
    width: 10px;
    height: 10px;
    background: var(--cream);
    border: 2px solid var(--terracotta);
    border-radius: 50%;
}

.timeline-item:last-child::before {
    background: var(--terracotta);
}

.timeline-year {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--terracotta);
    margin-bottom: 0.25rem;
}

.timeline-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--brown-medium);
    line-height: 1.5;
}

/* Topics List */
.topics-list {
    list-style: none;
}

.topics-list li {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: white;
    border-left: 4px solid var(--terracotta);
    box-shadow: 0 2px 10px rgba(74, 60, 50, 0.05);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--brown-dark);
}

/* Bank Details */
.bank-details {
    background: var(--cream-dark);
    border: 1px solid var(--tan);
    padding: 2rem;
    border-radius: 2px;
}

.bank-details h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--brown-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--tan);
}

.bank-row {
    display: flex;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--tan);
}

.bank-row:last-child {
    border-bottom: none;
}

.bank-label {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: var(--brown-medium);
    min-width: 180px;
}

.bank-value {
    color: var(--brown-dark);
    font-family: 'Lora', serif;
}

.bank-value.mono {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.05em;
}

/* Venue Info */
.venue-block h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--brown-dark);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--tan);
}

.venue-block p {
    color: var(--brown-medium);
}

.excursion-list {
    list-style: none;
}

.excursion-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--brown-medium);
}

.excursion-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--terracotta);
    font-size: 1.2rem;
}

.gala-box {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--tan-light) 0%, var(--cream-dark) 100%);
    border-left: 3px solid var(--terracotta);
    border-radius: 0 2px 2px 0;
}

.gala-box strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--brown-dark);
    display: block;
    margin-bottom: 0.25rem;
}

.gala-box span {
    font-family: 'Cormorant Garamond', serif;
    color: var(--brown-medium);
}

/* Important Notice */
.notice {
    background: white;
    padding: 2rem;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(74, 60, 50, 0.08);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-left: 4px solid var(--terracotta);
}

.notice.warning {
    border-left-color: var(--gold-accent);
    background: #fffbf0;
}

.notice-icon {
    width: 50px;
    height: 50px;
    background: var(--tan-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notice-icon svg {
    width: 24px;
    height: 24px;
    color: var(--terracotta);
}

.notice.warning .notice-icon {
    background: #fff3d0;
}

.notice.warning .notice-icon svg {
    color: var(--gold-accent);
}

.notice-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--brown-dark);
    margin-bottom: 0.5rem;
}

.notice-text p {
    color: var(--brown-medium);
    margin: 0;
}

/* Contact Section */
.contact-text {
    color: var(--tan-light);
    margin-bottom: 2rem;
}

.contact-email {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,0.1);
    padding: 1.5rem 2.5rem;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 1rem;
}

.contact-email svg {
    width: 24px;
    height: 24px;
    color: var(--terracotta-light);
    flex-shrink: 0;
}

.contact-email a {
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email a:hover {
    color: var(--terracotta-light);
}

/* Buttons */
.btn {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0.9rem 2rem;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--terracotta);
    color: white;
    border: 2px solid var(--terracotta);
}

.btn-primary:hover {
    background: var(--terracotta-dark);
    border-color: var(--terracotta-dark);
}

.btn-light {
    background: white;
    color: var(--terracotta);
    border: 2px solid white;
}

.btn-light:hover {
    background: transparent;
    color: white;
}

.btn-outline {
    background: transparent;
    color: var(--terracotta);
    border: 2px solid var(--terracotta);
}

.btn-outline:hover {
    background: var(--terracotta);
    color: white;
}

/* Footer */
footer {
    background: var(--text-dark);
    color: var(--tan);
    padding: 2rem;
    text-align: center;
}

.footer-content {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
}

.footer-divider {
    width: 60px;
    height: 1px;
    background: var(--brown-medium);
    margin: 1rem auto;
}

/* Modal Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 50, 41, 0.85);
    z-index: 2000;
    overflow-y: auto;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal-overlay.visible {
    opacity: 1;
}

.modal {
    background: var(--cream);
    max-width: 650px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    margin: 2rem auto;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.visible .modal {
    transform: translateY(0);
}

.modal-header {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid var(--tan);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--brown-dark);
}

.modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--brown-medium);
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: var(--terracotta);
}

.modal-body {
    padding: 2.5rem;
}

/* Form Styles */
.form-section {
    margin-bottom: 2rem;
}

.form-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--brown-dark);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--tan);
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--brown-dark);
    margin-bottom: 0.5rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    font-family: 'Lora', Georgia, serif;
    font-size: 1rem;
    border: 1px solid var(--tan);
    border-radius: 2px;
    background: white;
    color: var(--text-dark);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(184, 100, 74, 0.1);
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.checkbox-item input[type="checkbox"],
.checkbox-item input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    accent-color: var(--terracotta);
    cursor: pointer;
}

.checkbox-item span {
    font-family: 'Lora', Georgia, serif;
    font-size: 0.95rem;
    color: var(--text-medium);
}

.checkbox-item .included {
    color: var(--terracotta);
    font-weight: 500;
}

.checkbox-item .extra-cost {
    color: var(--brown-medium);
    font-style: italic;
}

.form-submit {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--tan);
}

.btn-submit {
    background: var(--terracotta);
    color: white;
    padding: 1rem 2.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: 2px solid var(--terracotta);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: var(--terracotta-dark);
    border-color: var(--terracotta-dark);
}

.btn-cancel {
    background: transparent;
    color: var(--brown-medium);
    padding: 1rem 2rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: 2px solid var(--tan);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    border-color: var(--brown-medium);
    color: var(--brown-dark);
}

/* Success Message */
.success-message {
    display: none;
    text-align: center;
    padding: 3rem;
}

.success-message.show {
    display: block;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: var(--terracotta);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.success-icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.success-message h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--brown-dark);
    margin-bottom: 1rem;
}

.success-message p {
    color: var(--brown-medium);
    margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .grid-2 { grid-template-columns: 1fr; }
    .grid-5 { grid-template-columns: repeat(3, 1fr); }
    .organizers-grid { grid-template-columns: repeat(3, 1fr); }
    .committee-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: var(--cream);
        border-bottom: 1px solid var(--tan);
        padding: 1rem 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a::after {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .hero {
        padding: 6rem 1.5rem 3rem;
    }

    .hero-info {
        flex-direction: column;
        gap: 1rem;
    }

    .info-card {
        width: 100%;
    }

    section {
        padding: 3rem 1.5rem;
    }

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

    .grid-3 { grid-template-columns: 1fr; }
    .grid-5 { grid-template-columns: repeat(2, 1fr); }
    .organizers-grid { grid-template-columns: repeat(2, 1fr); }
    .committee-list { grid-template-columns: 1fr; }

    .notice {
        flex-direction: column;
        text-align: center;
    }

    .modal-overlay {
        padding: 1rem;
    }

    .modal-header {
        padding: 1.5rem;
    }

    .modal-body {
        padding: 1.5rem;
    }

    .form-submit {
        flex-direction: column;
    }

    .bank-row {
        flex-direction: column;
    }

    .bank-label {
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 480px) {
    .organizers-grid { grid-template-columns: 1fr; }
    .grid-5 { grid-template-columns: 1fr; }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-header {
    animation: fadeInUp 0.8s ease-out;
}

.hero-subtitle {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.info-card {
    animation: fadeInUp 0.6s ease-out both;
}

.info-card:nth-child(1) { animation-delay: 0.3s; }
.info-card:nth-child(2) { animation-delay: 0.4s; }
.info-card:nth-child(3) { animation-delay: 0.5s; }
.info-card:nth-child(4) { animation-delay: 0.6s; }
