/*
Theme Name: Tema Chogan
Theme URI: https://chogan.com
Author: Chogan Team
Author URI: https://chogan.com
Description: Tema WordPress a blocchi per Chogan - Consulente Indipendente Profumi di Lusso. Supporta Full Site Editing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tema-chogan
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Base styles */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

/* Form styles */
.chogan-form input,
.chogan-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.chogan-form button {
    background-color: #5a0e1c;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

/* Video */
.chogan-video video {
    width: 100%;
    border-radius: 16px;
}

/* Card hover */
.chogan-card {
    transition: transform 0.3s ease;
}

.chogan-card:hover {
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 781px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
    .wp-block-column {
        flex-basis: 100% !important;
    }
}
