/* Estampa de Onça - Responsive Styles */

/* Tablet */
@media (max-width: 1024px) {
    .hero-gallery {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-thumbnails {
        flex-direction: row;
        gap: 1rem;
    }

    .hero-thumbnails .hero-image.thumb {
        flex: 1;
        max-width: 200px;
    }

    .looks-grid, .tips-grid, .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .site-header {
        padding: 1.5rem 0;
    }

    .logo h1 {
        font-size: 2.2rem;
    }

    .logo .tagline {
        font-size: 1rem;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .main-navigation a {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }

    .hero {
        padding: 3rem 0;
        min-height: auto;
    }

    .hero-content {
        margin-bottom: 2rem;
    }

    .hero h2 {
        font-size: 2.8rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .hero-gallery {
        max-width: 100%;
    }

    .main-content {
        padding: 2rem 0;
    }

    .content-section {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }

    .content-section h2 {
        font-size: 2.2rem;
    }

    .content-section h3 {
        font-size: 1.6rem;
        margin: 2rem 0 1rem 0;
    }

    .content-section h3::before {
        left: -35px;
        font-size: 1.3rem;
    }

    .looks-grid, .tips-grid, .products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .look-card, .tip-card {
        padding: 1.5rem;
    }

    .product-info {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .whatsapp-button {
        bottom: 1rem;
        right: 1rem;
        padding: 1rem 1.5rem;
        font-size: 0.8rem;
    }

    .whatsapp-button::before {
        margin-right: 0.3rem;
        font-size: 1rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .logo h1 {
        font-size: 1.8rem;
    }

    .logo .tagline {
        font-size: 0.9rem;
    }

    .hero h2 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .content-section {
        padding: 1.5rem 1rem;
    }

    .content-section h2 {
        font-size: 1.8rem;
    }

    .content-section h3 {
        font-size: 1.4rem;
    }

    .content-section h3::before {
        left: -30px;
        font-size: 1.2rem;
    }

    .content-section p {
        font-size: 1rem;
    }

    .look-info {
        padding: 1.5rem;
    }

    .look-info h3 {
        font-size: 1.4rem;
    }

    .product-info h3 {
        font-size: 1.3rem;
    }

    .price {
        font-size: 1.2rem;
    }

    .buy-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .footer-section h4 {
        font-size: 1.3rem;
    }

    .footer-bottom p {
        font-size: 0.8rem;
    }
}

/* Extra Small Devices */
@media (max-width: 360px) {
    .container {
        padding: 0 10px;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .content-section h3::before {
        display: none;
    }

    .look-image {
        height: 200px;
    }

    .look-image .image-placeholder {
        font-size: 2.5rem;
    }

    .product-image {
        height: 150px;
    }

    .product-image .image-placeholder {
        font-size: 2rem;
    }

    .whatsapp-button {
        padding: 0.8rem 1.2rem;
        font-size: 0.7rem;
    }
}

/* High-resolution displays */
@media (min-width: 1200px) {
    .hero h2 {
        font-size: 5rem;
    }

    .hero p {
        font-size: 1.5rem;
    }

    .content-section h2 {
        font-size: 3.2rem;
    }

    .content-section h3 {
        font-size: 2.2rem;
    }

    .looks-grid, .tips-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Landscape orientation for small screens */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        padding: 2rem 0;
        min-height: 60vh;
    }

    .hero h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .site-header {
        padding: 1rem 0;
    }

    .main-navigation ul {
        margin-top: 1rem;
    }

    .main-navigation a {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

/* Print styles */
@media print {
    .site-header,
    .main-navigation,
    .cta-button,
    .buy-button,
    .whatsapp-button {
        display: none !important;
    }

    body {
        background: white !important;
        color: black !important;
    }

    .content-section {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        break-inside: avoid;
    }

    .look-card, .tip-card, .product-card {
        break-inside: avoid;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }

    .hero-gallery {
        display: block !important;
    }

    .hero-thumbnails {
        display: flex !important;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .footer-section a {
        color: black !important;
        text-decoration: underline !important;
    }
}

/* Dark mode support (future feature) */
@media (prefers-color-scheme: dark) {
    :root {
        --cor-preto: #f0f0f0;
        --cor-branco: #2a2a2a;
        --cor-creme: #3a3a3a;
    }

    body {
        background: linear-gradient(45deg, #2a2a2a 0%, #3a3a3a 100%);
    }

    .content-section {
        background: var(--cor-branco);
        color: var(--cor-preto);
    }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .hero-image::before {
        animation: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    :root {
        --cor-dourado: #FFD700;
        --cor-rosa: #FF1493;
        --cor-terroso-medio: #8B4513;
    }

    .content-section {
        border: 3px solid var(--cor-dourado);
    }

    .look-card, .tip-card, .product-card {
        border: 2px solid var(--cor-dourado);
    }
}



