/*
Theme Name: Pampas Home
Theme URI: https://pampas2palms.com
Description: Modern bohemian home & garden — terracotta, warm neutrals, tropical vibes
Author: Korio
Author URI: https://korio.fr
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
*/

:root {
    --ph-terracotta: #C4653A;
    --ph-terracotta-light: #E07D4F;
    --ph-sand: #F2E8D5;
    --ph-cream: #FAF6EF;
    --ph-olive: #6B7B3A;
    --ph-olive-light: #8FA04A;
    --ph-brown: #5C4033;
    --ph-beige: #D4C4A8;
    --ph-text: #3A2E26;
    --ph-white: #FFFDF8;
    --ph-shadow: rgba(196, 101, 58, 0.08);
}

body {
    background-color: var(--ph-cream);
    color: var(--ph-text);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.site-header {
    background: var(--ph-white);
    border-bottom: 2px solid var(--ph-beige);
    box-shadow: 0 1px 8px var(--ph-shadow);
}

.site-header .site-title a {
    color: var(--ph-terracotta) !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
}

.site-header .main-navigation a {
    color: var(--ph-brown) !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.site-header .main-navigation a:hover {
    color: var(--ph-terracotta) !important;
}

.inside-article {
    background: var(--ph-white);
    border-radius: 16px;
    box-shadow: 0 4px 24px var(--ph-shadow);
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: none;
    transition: transform 0.2s;
}

.inside-article:hover {
    transform: translateY(-2px);
}

.entry-title a {
    color: var(--ph-brown);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
}

.entry-title a:hover {
    color: var(--ph-terracotta);
}

.entry-meta {
    color: var(--ph-beige);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.post-image img {
    border-radius: 14px;
}

.widget {
    background: var(--ph-white);
    border-radius: 14px;
    padding: 1.8rem;
    margin-bottom: 1.8rem;
    box-shadow: 0 2px 12px var(--ph-shadow);
}

.widget-title {
    color: var(--ph-terracotta);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--ph-terracotta);
}

.site-footer {
    background: var(--ph-brown);
    color: var(--ph-sand);
    padding: 2.5rem 0;
}

.site-footer a { color: var(--ph-terracotta-light); }

a { color: var(--ph-terracotta); }
a:hover { color: var(--ph-terracotta-light); }

.wp-block-button__link,
button,
input[type="submit"] {
    background: linear-gradient(135deg, var(--ph-terracotta) 0%, var(--ph-terracotta-light) 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.3s;
}

.wp-block-button__link:hover,
button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 101, 58, 0.3);
}

.cat-links a {
    background: var(--ph-olive);
    color: white;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

@media (max-width: 768px) {
    .inside-article { padding: 1.5rem; border-radius: 10px; }
    body { font-size: 16px; }
    .site-header .site-title a { font-size: 1.4rem; }
}
