/*
Theme Name: Dom Moura
Theme URI: https://dommoura.com.br
Author: Dom Moura
Author URI: https://dommoura.com.br
Description: Tema personalizado para a marca Dom Moura
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dommoura
*/

/* Variáveis */
:root {
    --black: #121212;
    --dark-gray: #1E1E1E;
    --gold: #C5A47E;
    --ivory: #F5F5DC;
    --light-gray: #B0B0B0;
    --white: #FFFFFF;
    --gold-light: #D8BEA0;
    --gold-dark: #A38967;
}

/* Reset e Estilos Básicos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--black);
    color: var(--light-gray);
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: var(--ivory);
    font-weight: 700;
}

p {
    margin-bottom: 1.5rem;
}

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

/* Header Styles */
header {
    background-color: rgba(18, 18, 18, 0.95);
    border-bottom: 1px solid var(--gold);
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 15px 0;
}

header.scrolled {
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.logo-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-seal {
    width: 50px;
    height: 50px;
    background: var(--dark-gray);
    border-radius: 50%;
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.logo-seal::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: var(--ivory);
    border-radius: 50%;
    z-index: 1;
}

.logo-seal::after {
    content: 'DM';
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--ivory);
}

.logo-text span {
    color: var(--gold);
    font-style: italic;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin-left: 40px;
}

.nav-menu a {
    color: var(--light-gray);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: var(--gold);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--gold);
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.mobile-menu-btn {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.mobile-menu-btn div {
    width: 25px;
    height: 2px;
    background-color: var(--gold);
    margin: 6px 0;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.8)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23C5A47E' fill-opacity='0.1' d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, var(--black), transparent);
}

.hero-content {
    max-width: 800px;
    padding: 0 20px;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-logo {
    width: 120px;
    height: 120px;
    background: var(--dark-gray);
    border-radius: 50%;
    border: 3px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

.hero-logo::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: var(--ivory);
    border-radius: 50%;
    z-index: 1;
}

.hero-logo::after {
    content: 'DM';
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 48px;
    color: var(--black);
}

.hero-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--ivory);
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--gold);
    font-style: italic;
}

.hero-btn {
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--gold);
    cursor: pointer;
}

.hero-btn:hover {
    background-color: var(--gold);
    color: var(--black);
}

/* Section Styles */
.section {
    padding: 100px 0;
    position: relative;
}

.section:nth-child(even) {
    background-color: var(--dark-gray);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: var(--gold);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--gold);
    font-style: italic;
}

/* Philosophy Section */
.philosophy {
    background-color: var(--black);
}

.philosophy-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.philosophy-text {
    flex: 1;
}

.philosophy-image {
    flex: 1;
    position: relative;
}

.philosophy-image-frame {
    width: 100%;
    height: 400px;
    background-color: var(--dark-gray);
    position: relative;
    overflow: hidden;
    border: 2px solid var(--gold);
}

.philosophy-image-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--gold-dark), var(--gold));
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.philosophy-quote {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-style: italic;
    color: var(--black);
    text-align: center;
    padding: 0 30px;
}

.philosophy-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--ivory);
}

.philosophy-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}

/* Founder Section */
.founder {
    background-color: var(--dark-gray);
}

.founder-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.founder-image {
    flex: 1;
    position: relative;
}

.founder-image-frame {
    width: 100%;
    height: 500px;
    background-color: var(--black);
    position: relative;
    overflow: hidden;
    border: 2px solid var(--gold);
}

.founder-image-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--dark-gray), var(--black));
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-placeholder {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--gold);
    text-align: center;
    padding: 0 30px;
}

.founder-text {
    flex: 1;
}

.founder-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--ivory);
}

.founder-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.founder-signature {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-style: italic;
    color: var(--gold);
    margin-top: 30px;
}

/* Business Section */
.business {
    background-color: var(--black);
    position: relative;
    overflow: hidden;
}

.business::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23C5A47E' fill-opacity='0.05' d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0.1;
    z-index: 0;
}

.business-showcase {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.8), rgba(18, 18, 18, 0.8));
    border: 2px solid var(--gold);
    padding: 60px;
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.business-header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.business-icon {
    width: 80px;
    height: 80px;
    background-color: var(--black);
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    color: var(--gold);
    font-size: 30px;
}

.business-title-container {
    flex: 1;
}

.business-title {
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--ivory);
}

.business-subtitle {
    font-size: 18px;
    color: var(--gold);
    font-style: italic;
}

.new-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gold);
    color: var(--black);
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.business-description {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
}

.business-features {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.feature {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    background-color: rgba(18, 18, 18, 0.5);
    border: 1px solid var(--gold);
    transition: all 0.3s ease;
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    font-size: 30px;
    color: var(--gold);
    margin-bottom: 20px;
}

.feature h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--ivory);
}

.feature p {
    font-size: 14px;
    line-height: 1.6;
}

.business-btn-container {
    text-align: center;
    margin-top: 40px;
}

.business-btn {
    display: inline-block;
    padding: 15px 30px;
    background: var(--gold);
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
}

.business-btn:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Contact Section */
.contact {
    background-color: var(--dark-gray);
    position: relative;
}

.contact-container {
    display: flex;
    gap: 60px;
}

.contact-info {
    flex: 1;
}

.contact-form {
    flex: 1;
}

.contact-info h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--ivory);
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: var(--black);
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: var(--gold);
    font-size: 20px;
}

.contact-text {
    flex: 1;
}

.contact-text strong {
    display: block;
    color: var(--ivory);
    margin-bottom: 5px;
    font-size: 18px;
}

.contact-form h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--ivory);
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    width: 100%;
    padding: 15px;
    background-color: var(--black);
    border: 1px solid var(--gold);
    color: var(--light-gray);
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--gold-light);
    box-shadow: 0 0 10px rgba(197, 164, 126, 0.3);
}

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

.submit-btn {
    padding: 15px 30px;
    background: var(--gold);
    color: var(--black);
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Footer */
footer {
    background-color: var(--black);
    border-top: 1px solid var(--gold);
    padding: 60px 0 20px;
}

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

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
    padding: 0 20px;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo-seal {
    width: 40px;
    height: 40px;
    background: var(--dark-gray);
    border-radius: 50%;
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.footer-logo-seal::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: var(--ivory);
    border-radius: 50%;
    z-index: 1;
}

.footer-logo-seal::after {
    content: 'DM';
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--ivory);
}

.footer-logo-text span {
    color: var(--gold);
    font-style: italic;
}

.footer-about {
    margin-bottom: 20px;
    line-height: 1.7;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: var(--ivory);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--gold);
    bottom: 0;
    left: 0;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: var(--light-gray);
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-links a i {
    margin-right: 10px;
    color: var(--gold);
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: var(--dark-gray);
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--gold);
    color: var(--black);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--dark-gray);
}

.footer-bottom p {
    font-size: 14px;
    color: var(--light-gray);
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
    .philosophy-content,
    .founder-content,
    .contact-container {
        flex-direction: column;
    }

    .philosophy-image,
    .founder-image {
        margin-top: 40px;
    }

    .business-features {
        flex-direction: column;
    }

    .feature {
        max-width: 100%;
    }

    .hero-title {
        font-size: 48px;
    }

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

    .section-title {
        font-size: 36px;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-column {
        flex: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .header-container {
        padding: 0 20px;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: rgba(18, 18, 18, 0.98);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
        transition: right 0.5s ease;
        border-left: 1px solid var(--gold);
        z-index: 1000;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu li {
        margin: 20px 0;
    }

    .mobile-menu-btn {
        display: block;
    }

    .mobile-menu-btn.active div:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .mobile-menu-btn.active div:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active div:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .hero-title {
        font-size: 36px;
    }

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

    .section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 30px;
    }

    .business-showcase {
        padding: 30px;
    }

    .business-header {
        flex-direction: column;
        text-align: center;
    }

    .business-icon {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 576px) {
    .hero-title {
        font-size: 30px;
    }

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

    .section-title {
        font-size: 26px;
    }

    .business-showcase {
        padding: 20px;
    }

    .new-badge {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 12px;
    }
}