/* ========================================
   Vamo Theme - Main Stylesheet
   Colors: Chocolate #D2691E, Sea Green #3CB371
   Font: Playfair Display (serif), Inter (sans-serif)
   ======================================== */

/* ===== RESET & BASE ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #faf8f5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    line-height: 1.3;
    color: #2c1810;
}

a {
    color: #D2691E;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #3CB371;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== SECTION HEADERS ===== */
.section-header {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 3px;
    color: #D2691E;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #3CB371;
    margin: 0.8rem auto 0;
}

.section-subtitle {
    text-align: center;
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 2.5rem;
    font-family: 'Inter', sans-serif;
}

/* ===== HEADER ===== */
.site-header {
    background: linear-gradient(135deg, #2c1810 0%, #3d2315 100%);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

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

.site-logo {
    display: flex;
    align-items: center;
}

.site-logo a {
    display: inline-block;
}

.site-logo svg,
.site-logo img {
    height: 45px;
    width: auto;
}

/* Navigation */
.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.main-navigation ul li a {
    color: #f5e6d3;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
    background: rgba(210, 105, 30, 0.3);
    color: #fff;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    width: 100%;
    height: 580px;
    background: linear-gradient(135deg, #2c1810 0%, #1a3d2e 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/hero-bg.jpg') center/cover no-repeat;
    opacity: 0.15;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
}

.hero-overlay h1 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-overlay p {
    font-size: 1.2rem;
    color: #f5e6d3;
    margin-bottom: 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* ===== VINTAGE BUTTONS ===== */
.btn-vintage {
    display: inline-block;
    padding: 14px 36px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: transparent;
    border: 2px solid #D2691E;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-vintage:hover {
    background: #D2691E;
    color: #fff;
    border-color: #D2691E;
}

.btn-vintage-sea {
    border-color: #3CB371;
    color: #fff;
}

.btn-vintage-sea:hover {
    background: #3CB371;
    border-color: #3CB371;
}

.btn-vintage-white {
    border-color: #fff;
    color: #fff;
}

.btn-vintage-white:hover {
    background: #fff;
    color: #2c1810;
    border-color: #fff;
}

/* ===== CARDS ===== */
.card {
    background: #fdf8f3;
    border-radius: 5px;
    padding: 2rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(210, 105, 30, 0.1);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.2rem;
}

.card h3 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    color: #2c1810;
    margin-bottom: 0.8rem;
}

.card p {
    color: #555;
    font-size: 0.95rem;
}

/* ===== FEATURES SECTION ===== */
.features-section {
    padding: 5rem 0;
    background: #fff;
}

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

/* ===== HOW IT WORKS ===== */
.how-it-works {
    padding: 5rem 0;
    background: #f5f0eb;
}

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

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid #D2691E;
    border-radius: 50%;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #D2691E;
    margin-bottom: 1rem;
}

/* ===== TEAM / ABOUT ===== */
.team-section {
    padding: 5rem 0;
    background: #fff;
}

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

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #2c1810 0%, #1a3d2e 100%);
    color: #fff;
}

.testimonials-section .section-header {
    color: #fff;
}

.testimonials-section .section-header::after {
    background: #D2691E;
}

.testimonials-section .section-subtitle {
    color: #d4c5b8;
}

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

.testimonial-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.testimonial-card p {
    font-style: italic;
    color: #e8ddd4;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    color: #D2691E;
    font-weight: 600;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 4rem 0;
    text-align: center;
    background: #f5f0eb;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p {
    margin-bottom: 2rem;
    color: #555;
}

/* ===== BLOG SECTION ===== */
.blog-posts {
    padding: 5rem 0;
    background: #fff;
}

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

.blog-card {
    background: #fdf8f3;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid rgba(210, 105, 30, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.blog-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-content h3 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    color: #2c1810;
    margin-bottom: 0.6rem;
}

.blog-card-content .blog-date {
    font-size: 0.85rem;
    color: #D2691E;
    margin-bottom: 0.6rem;
    display: block;
}

.blog-card-content p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ===== FOOTER ===== */
.site-footer {
    background: #2c1810;
    color: #d4c5b8;
    padding: 3rem 0 1.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h4 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #d4c5b8;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #D2691E;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
}

/* ===== PAGE TEMPLATES ===== */
.page-content {
    padding: 4rem 0;
    background: #fff;
}

.page-content .entry-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.page-content .entry-content h2 {
    color: #2c1810;
    margin: 2rem 0 1rem;
    font-size: 1.6rem;
}

.page-content .entry-content h3 {
    color: #D2691E;
    margin: 1.5rem 0 0.8rem;
    font-size: 1.3rem;
}

.page-content .entry-content p {
    margin-bottom: 1rem;
}

.page-content .entry-content ul,
.page-content .entry-content ol {
    margin: 0 0 1rem 2rem;
}

.contact-form {
    max-width: 600px;
    margin: 2rem auto;
}

.contact-form .form-group {
    margin-bottom: 1.2rem;
}

.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #2c1810;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #D2691E;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* ===== FAQ STYLES ===== */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 1.2rem 0;
}

.faq-question {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c1810;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #D2691E;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    content: '−';
}

.faq-answer {
    padding-top: 0.8rem;
    color: #555;
    line-height: 1.7;
    display: none;
}

.faq-answer.open {
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .features-grid,
    .steps-grid,
    .team-grid,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-overlay h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .features-grid,
    .steps-grid,
    .team-grid,
    .blog-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-section {
        height: 450px;
    }
    
    .hero-overlay h1 {
        font-size: 2rem;
    }
    
    .hero-overlay p {
        font-size: 1rem;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .section-header {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 380px;
    }
    
    .hero-overlay h1 {
        font-size: 1.6rem;
    }
    
    .btn-vintage {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}

/* ===== SINGLE POST ===== */
.post-header {
    background: linear-gradient(135deg, #2c1810 0%, #1a3d2e 100%);
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.post-header h1 {
    color: #fff;
    font-size: 2.5rem;
    max-width: 800px;
    margin: 0 auto 1rem;
}

.post-meta {
    color: #d4c5b8;
    font-size: 0.9rem;
}

.post-content {
    padding: 3rem 0;
    background: #fff;
}

.post-content .entry-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 1.05rem;
}

/* ===== 404 ===== */
.error-404 {
    text-align: center;
    padding: 6rem 0;
}

.error-404 h1 {
    font-size: 6rem;
    color: #D2691E;
}

.error-404 p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}
