/*
 Theme Name:   BirmanBreeders Child
 Theme URI:    https://birmanbreeders.com
 Description:  Child theme voor birmanbreeders.com, gebaseerd op Divi 5.
 Author:       BirmanBreeders
 Author URI:   https://birmanbreeders.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  bbc
*/

/* ==========================================================
   Global Body & Typography
   ========================================================== */
body {
    background-color: #f9f6f1;
    color: #2a1f14;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
    color: #2a1f14;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

a {
    color: #9c7c5a;
    transition: color 0.3s;
}

a:hover {
    color: #c4a06e;
}

/* ==========================================================
   Divi 5 – Navigation / Header override
   ========================================================== */
#et-main-nav {
    background: #f9f6f1 !important;
    border-bottom: 1px solid #e8ddd0;
}

#et-main-nav li a {
    font-family: 'Cinzel', serif !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #2a1f14 !important;
    padding: 20px 16px !important;
}

#et-main-nav li a:hover,
#et-main-nav li.current-menu-item > a {
    color: #9c7c5a !important;
}

/* Logo */
#logo {
    max-height: 55px;
    padding: 12px 0;
}

/* Mobile menu button */
#et_mobile_nav_menu a {
    color: #9c7c5a;
}

/* ==========================================================
   Divi 5 – Section overrides
   ========================================================== */
.et_pb_section {
    padding: 80px 0;
}

.et_pb_section.bb-section-dark {
    background: #2a1f14 !important;
}

.et_pb_section.bb-section-cream {
    background: #f5ede2 !important;
}

/* Gold separator line below headings */
.et_pb_text h2::after,
.et_pb_heading h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #9c7c5a, transparent);
    margin: 16px auto 0;
}

/* ==========================================================
   Divi 5 – Module: Button
   ========================================================== */
.et_pb_button {
    font-family: 'Cinzel', serif !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 14px 36px !important;
    transition: all 0.3s !important;
}

.et_pb_button_0,
.bb-btn-primary {
    background: linear-gradient(135deg, #9c7c5a, #c4a06e) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(156,124,90,0.35) !important;
}

.et_pb_button_0:hover,
.bb-btn-primary:hover {
    background: linear-gradient(135deg, #c4a06e, #dbc08a) !important;
}

/* ==========================================================
   Divi 5 – Module: Blurb / Cards
   ========================================================== */
.et_pb_blurb_content {
    border: 1px solid #e8ddd0;
    padding: 32px;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.et_pb_blurb:hover .et_pb_blurb_content {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(42,31,20,0.12);
}

.et_pb_blurb_title {
    font-family: 'Cinzel', serif;
}

/* ==========================================================
   Divi 5 – Module: Pricing Table
   ========================================================== */
.et_pb_pricing_table {
    border-radius: 0 !important;
    border: 2px solid #9c7c5a !important;
}

.et_pb_pricing_heading {
    background: #2a1f14 !important;
}

.et_pb_sum {
    font-family: 'Cinzel', serif !important;
    color: #9c7c5a !important;
}

.et_pb_pricing li {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1rem !important;
}

/* ==========================================================
   Divi 5 – Module: Contact Form
   ========================================================== */
.et_pb_contact_field input,
.et_pb_contact_field textarea {
    border: 1px solid #e8ddd0 !important;
    border-radius: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    padding: 13px 16px !important;
    background: #f9f6f1 !important;
}

.et_pb_contact_field input:focus,
.et_pb_contact_field textarea:focus {
    border-color: #9c7c5a !important;
}

/* ==========================================================
   Footer
   ========================================================== */
#footer-bottom, #main-footer {
    background: #1a120a !important;
    border-top: 1px solid #3a2d22;
}

#footer-bottom p,
#footer-info,
.footer-widget li a {
    color: #6a5a48 !important;
    font-family: 'Cinzel', serif !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.08em !important;
}

.footer-widget h4 {
    font-family: 'Cinzel', serif;
    color: #c4a06e;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 980px) {
    .et_pb_section {
        padding: 60px 5%;
    }
}

@media (max-width: 767px) {
    body { font-size: 16px; }
    .et_pb_section { padding: 50px 4%; }
}
