/* ============================================
   RESPONSIVE — Premium Theme Breakpoints
   ============================================ */

/* ===== 1024px — Tablet ===== */
@media (max-width: 1024px) {
    .header-wrap { gap: 20px; }
    .desktop-nav a { padding: 8px 12px; font-size: .78rem; }
    .btn-header { padding: 9px 18px; font-size: .75rem; }

    .hero { min-height: auto; padding: 60px 0 50px; }
    .hero-grid { gap: 40px; }
    .hero-text h1 { font-size: 3.2rem; }
    .hero-stats { gap: 20px; padding: 20px 22px; }

    .highlights-grid { gap: 20px; }

    .about-grid { gap: 48px; }
    .about-content h2 { font-size: 2rem; }

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

    .cta-text h2 { font-size: 2rem; }

    .footer-links { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .footer-brand { flex: 0 0 220px; }

    .sustainability-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { gap: 24px; }
    .page-hero h1 { font-size: 2.4rem; }
    .section-head h2 { font-size: 2.2rem; }
}

/* ===== 768px — Small Tablet / Large Mobile ===== */
@media (max-width: 768px) {
    .container { padding: 0 20px; }

    /* Announce */
    .announce-inner { justify-content: center; text-align: center; }
    .announce-inner p { font-size: .65rem; }
    .announce-phone { font-size: .72rem; }

    /* Header */
    .desktop-nav { display: none; }
    .mobile-toggle { display: flex; }
    .header-wrap { height: 64px; }
    .brand-name { font-size: 1.4rem; letter-spacing: 4px; }
    .brand-tag { font-size: .5rem; letter-spacing: 2px; }
    .btn-header { display: none; }

    /* Hero */
    .hero { min-height: auto; padding: 48px 0 40px; }
    .hero-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
    .hero-text h1 { font-size: 2.8rem; }
    .hero-text > p { margin: 0 auto 28px; }
    .hero-btns { justify-content: center; }
    .hero-stats { margin: 0 auto; }
    .hero-visual { order: -1; }
    .hero-img-wrapper { max-width: 320px; }
    .float-1 { left: -10px; top: 10%; }
    .float-2 { right: -10px; bottom: 15%; }
    .hero-float-card { padding: 10px 14px; }
    .hero-float-card strong { font-size: .72rem; }
    .hero-float-card span { font-size: .6rem; }
    .hero-float-card i { width: 30px; height: 30px; font-size: 1rem; }
    .hero-scroll-hint { display: none; }

    /* Highlights */
    .highlights { padding: 60px 0; }
    .highlights-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
    .hl-img { height: 220px; }

    /* About */
    .about-strip { padding: 60px 0; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-media { order: -1; }
    .about-img-stack { max-width: 400px; margin: 0 auto; }
    .about-content { text-align: center; }
    .about-content h2 { font-size: 1.8rem; }
    .about-features { justify-content: center; }

    /* Why */
    .why-section { padding: 60px 0; }
    .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .section-head h2 { font-size: 2rem; }
    .section-head { margin-bottom: 36px; }

    /* CTA */
    .cta-banner { padding: 56px 0; }
    .cta-inner { flex-direction: column; text-align: center; }
    .cta-text h2 { font-size: 1.8rem; }
    .cta-actions { justify-content: center; }

    /* Footer */
    .footer-top { flex-direction: column; gap: 36px; padding: 48px 0 36px; }
    .footer-brand { flex: none; text-align: center; }
    .footer-social { justify-content: center; }
    .footer-links { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }

    /* Pages */
    .page-hero { padding: 44px 0; }
    .page-hero h1 { font-size: 2rem; }
    .content-card { padding: 32px 24px; }
    .content-card h2 { font-size: 1.6rem; }

    .contact-grid { grid-template-columns: 1fr; }
    .contact-form-card, .contact-info-card { padding: 28px; }

    .membership-form-card { padding: 32px 24px; }
    .form-row { grid-template-columns: 1fr; }

    .sustainability-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .sustainability-card { padding: 28px 20px; }

    /* WP Float */
    .wp-float span { display: none; }
    .wp-float { padding: 14px; border-radius: 50%; width: 56px; height: 56px; justify-content: center; }
    .wp-float i { font-size: 1.5rem; }
    .go-top { bottom: 92px; right: 24px; width: 40px; height: 40px; }
}

/* ===== 480px — Mobile ===== */
@media (max-width: 480px) {
    .container { padding: 0 16px; }

    .announce-inner { flex-direction: column; gap: 4px; padding: 4px 0; }
    .announce-bar { padding: 6px 0; }

    .header-wrap { height: 58px; }
    .brand-name { font-size: 1.2rem; letter-spacing: 3px; }
    .brand-tag { display: none; }
    .mobile-toggle { width: 24px; gap: 4px; }

    .hero { padding: 36px 0 30px; }
    .hero-text h1 { font-size: 2.2rem; }
    .hero-text > p { font-size: .9rem; }
    .hero-badge { font-size: .62rem; letter-spacing: 1.5px; padding: 5px 14px; margin-bottom: 18px; }
    .btn { padding: 12px 24px; font-size: .82rem; }
    .btn-lg { padding: 14px 32px; font-size: .88rem; }
    .hero-stats { flex-direction: row; gap: 16px; padding: 16px 20px; }
    .stat-item strong { font-size: 1.2rem; }
    .stat-item span { font-size: .6rem; }
    .stat-divider { height: 28px; }
    .hero-img-wrapper { max-width: 260px; }
    .hero-float-card { padding: 8px 12px; gap: 8px; }
    .hero-float-card i { width: 26px; height: 26px; font-size: .85rem; }
    .hero-float-card strong { font-size: .65rem; }
    .hero-float-card span { font-size: .55rem; }

    .highlights { padding: 48px 0; }
    .hl-body { padding: 20px; }
    .hl-body h3 { font-size: 1.25rem; }
    .hl-img { height: 200px; }

    .about-strip { padding: 48px 0; }
    .about-content h2 { font-size: 1.55rem; }
    .about-features { gap: 14px; }
    .af-item span { font-size: .72rem; }
    .af-icon { width: 34px; height: 34px; }

    .why-section { padding: 48px 0; }
    .why-grid { grid-template-columns: 1fr; }
    .why-card { padding: 28px 22px; }
    .section-head h2 { font-size: 1.7rem; }
    .section-head p { font-size: .85rem; }

    .cta-banner { padding: 44px 0; }
    .cta-text h2 { font-size: 1.5rem; }
    .cta-text p { font-size: .85rem; }
    .cta-actions { flex-direction: column; width: 100%; }
    .cta-actions .btn { width: 100%; justify-content: center; }

    .page-hero { padding: 36px 0; }
    .page-hero h1 { font-size: 1.7rem; }
    .page-hero p { font-size: .82rem; }

    .content-card { padding: 24px 18px; }
    .content-card h2 { font-size: 1.4rem; }
    .content-card h3 { font-size: 1.15rem; }
    .content-card p { font-size: .85rem; }

    .contact-form-card, .contact-info-card { padding: 22px 18px; }
    .contact-form-card h2, .contact-info-card h2 { font-size: 1.3rem; }

    .membership-form-card { padding: 24px 18px; }
    .membership-form-card h3 { font-size: 1.2rem; }

    .sustainability-grid { grid-template-columns: 1fr; }
    .sustainability-card { padding: 24px 18px; }

    .faq-question { font-size: .82rem; padding: 16px 18px; }
    .faq-answer p { padding: 0 18px 16px; font-size: .82rem; }

    .footer-top { padding: 36px 0 28px; gap: 28px; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 20px; }
    .fl-col h4 { font-size: .65rem; margin-bottom: 10px; }
    .fl-col a { font-size: .75rem; padding: 4px 0; }
    .footer-bottom p { font-size: .65rem; }

    .wp-float { bottom: 18px; right: 18px; width: 50px; height: 50px; }
    .go-top { bottom: 80px; right: 20px; width: 38px; height: 38px; font-size: .8rem; }

    .mobile-nav { width: 90%; }
}

/* ===== 360px — Small Mobile ===== */
@media (max-width: 360px) {
    .hero-text h1 { font-size: 1.9rem; }
    .hero-badge { font-size: .58rem; }
    .hero-stats { gap: 12px; padding: 14px 16px; }
    .stat-item strong { font-size: 1.05rem; }
    .hero-img-wrapper { max-width: 220px; }

    .about-content h2 { font-size: 1.35rem; }
    .section-head h2 { font-size: 1.45rem; }
    .cta-text h2 { font-size: 1.3rem; }
    .page-hero h1 { font-size: 1.5rem; }
    .content-card h2 { font-size: 1.25rem; }

    .footer-links { grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .fl-col a { justify-content: center; }
}
