@media (max-width: 1280px) {
    .experts-inner {
        min-width: 95%;
    }
}

@media (max-width: 1200px) {
    .experts-grid {
        grid-template-columns: repeat(3, 275px);
    }
}

@media (max-width: 1024px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
        min-width: 100%;
    }

    .symposium-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .header-top {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .site-header.is-scrolled .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-header.is-scrolled .site-logo img {
        height: 60px;
    }

    .header-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .language-switcher {
        position: absolute;
        left: 20px;
        top: 16px;
    }

    .site-logo {
        position: static;
        transform: none;
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .site-logo img {
        height: 80px;
        margin: 0 auto;
    }

    .social-links {
        order: 2;
        width: 100%;
        justify-content: center;
        gap: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .social-links svg {
        width: 20px;
        height: 20px;
    }

    .main-navigation {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .nav-scroll-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    }

    .nav-scroll-wrap::-webkit-scrollbar {
        display: none;
    }

    .nav-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-menu {
        justify-content: flex-start;
        gap: 24px;
        padding-right: 60px;
    }

    .nav-menu li:first-child {
        padding-left: 14px;
    }

    .nav-menu li:last-child {
        padding-right: 14px;
    }

    .nav-menu a {
        font-size: 13px;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-section-bg {
        background-position: center bottom;
    }

    .hero-content {
        padding-top: 60px;
        padding-bottom: 140px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hero-subtitle {
        font-size: 16px;
        padding: 8px 12px;
    }

    .about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-inner {
        flex-direction: column;
        gap: 30px;
    }

    .about-left {
        flex: 0 0 auto;
    }

    .about-right {
        flex: 0 0 auto;
        padding-left: 16px;
        border-left: 1px solid var(--color-divider);
    }

    .section-label {
        font-size: 14px;
    }

    .about-intro {
        font-size: 16px;
        font-weight: 600;
    }

    .about-item {
        font-size: 14px;
        font-weight: 400;
    }

    .about-item h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .about-item p {
        font-size: 14px;
    }

    .experts-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .experts-inner h2 {
        font-size: 18px;
    }

    .experts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .experts-intro {
        font-size: 16px;
    }

    .expert-card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .expert-image {
        flex: 0 0 48%;
        min-height: 180px;
    }

    .expert-image img,
    .expert-placeholder {
        width: 100%;
        height: 100%;
        min-height: 180px;
        object-fit: cover;
        object-position: center top;
    }

    .expert-text {
        flex: 0 0 52%;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .expert-text h3 {
        font-size: 14px;
    }

    .expert-text p {
        font-size: 13px;
    }

    .mission-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .mission-content h2 {
        font-size: 18px;
    }

    .symposium-card {
        min-height: auto;
        margin-top: 48px;
        border-radius: 16px;
    }

    .symposium-content {
        padding: 32px 20px 32px;
    }

    .symposium-patronage-line1,
    .symposium-patronage-line2 {
        font-size: 13px;
    }

    .symposium-title {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .symposium-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .symposium-button {
        width: 100%;
        max-width: 208px;
        height: 44px;
        font-size: 14px;
    }

    .mission-intro p,
    .mission-body p {
        font-size: 16px;
    }

    .mission-subheading {
        font-size: 14px;
        font-weight: 700;
    }

    .mission-boxes {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mission-box {
        min-height: auto;
        padding: 16px;
    }

    .box-number,
    .box-title {
        font-size: 14px;
        font-weight: 800;
        color: var(--color-nav-active);
    }

    .newsletter-section {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .newsletter-inner h2 {
        font-size: 18px;
        color: var(--color-nav-active);
        margin-bottom: 30px;
    }

    .newsletter-copy {
        font-size: 16px;
    }

    .newsletter-form,
    .newsletter-shortcode {
        max-width: 100%;
        padding: 0 10px;
    }

    .newsletter-email,
    .newsletter-submit,
    .newsletter-shortcode input[type="email"],
    .newsletter-shortcode input[type="submit"],
    .newsletter-shortcode button[type="submit"] {
        font-size: 12px;
    }

    .newsletter-submit,
    .newsletter-shortcode input[type="submit"],
    .newsletter-shortcode button[type="submit"] {
        padding: 5px 10px;
    }

    .site-footer {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .footer-inner p {
        font-size: 9px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about-inner {
        gap: 30px;
    }

    .about-left {
        flex: 0 0 200px;
    }

    .about-right {
        flex: 1 1 auto;
    }

    .nav-menu {
        gap: 48px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 22px;
    }
}
