/*
Theme Name: Pecanasunrise Theme
Theme URI: https://pecanasunrise.com
Author: DigitalPark Media
Description: Tema personalizado para Pecanasunrise
Version: 1.8
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pecanasunrise-theme
*/

.swiper-pagination {
    display: none;
}

.pecanasunrise-menu-desktop ul {
    display: flex;
    column-gap: 2.2rem;
}

.pecanasunrise-menu-mobile ul li {
   padding-top: 1rem; 
   padding-left: 1rem;
}

:root {
    --pecanasunrise-cream: #fdf9f2;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background: white;
    position: relative;
}

/* Hojas flotantes — decoración sutil en todas las páginas */
.floating-leaves {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 5;
    overflow: hidden;
}
.floating-leaf {
    position: absolute;
    color: #7a8f4a;
    opacity: 0;
    will-change: transform, opacity;
}
.floating-leaf svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 1px 1px rgba(61, 47, 31, 0.08));
}
.floating-leaf--1 {
    width: 1.125rem;
    height: 1.65rem;
    animation: leaf-drift-a 22s linear infinite;
    animation-delay: -2s;
}
.floating-leaf--2 {
    width: 0.95rem;
    height: 1.4rem;
    color: #8fa05a;
    animation: leaf-drift-b 26s linear infinite;
    animation-delay: -9s;
}
.floating-leaf--3 {
    width: 1.25rem;
    height: 1.85rem;
    color: #6d7a3a;
    animation: leaf-drift-c 20s linear infinite;
    animation-delay: -14s;
}
.floating-leaf--4 {
    width: 1rem;
    height: 1.5rem;
    color: #9aaa6a;
    animation: leaf-drift-d 24s linear infinite;
    animation-delay: -6s;
}
.floating-leaf--5 {
    width: 1.05rem;
    height: 1.55rem;
    color: #75884a;
    animation: leaf-drift-e 28s linear infinite;
    animation-delay: -18s;
}
.floating-leaf--6 {
    width: 1.15rem;
    height: 1.7rem;
    color: #84965a;
    animation: leaf-drift-a 24s linear infinite;
    animation-delay: -4s;
}
.floating-leaf--7 {
    width: 0.9rem;
    height: 1.35rem;
    color: #6f8040;
    animation: leaf-drift-b 22s linear infinite;
    animation-delay: -11s;
}
.floating-leaf--8 {
    width: 1.2rem;
    height: 1.8rem;
    color: #95a868;
    animation: leaf-drift-c 27s linear infinite;
    animation-delay: -3s;
}
.floating-leaf--9 {
    width: 1rem;
    height: 1.48rem;
    color: #728544;
    animation: leaf-drift-d 21s linear infinite;
    animation-delay: -20s;
}
.floating-leaf--10 {
    width: 1.08rem;
    height: 1.6rem;
    color: #8b9d58;
    animation: leaf-drift-e 25s linear infinite;
    animation-delay: -12s;
}
@keyframes leaf-drift-a {
    0% {
        transform: translate(-5vw, 105vh) rotate(-18deg);
        opacity: 0;
    }
    8% {
        opacity: 0.28;
    }
    88% {
        opacity: 0.18;
    }
    100% {
        transform: translate(105vw, -8vh) rotate(142deg);
        opacity: 0;
    }
}
@keyframes leaf-drift-b {
    0% {
        transform: translate(108vw, 18vh) rotate(24deg);
        opacity: 0;
    }
    10% {
        opacity: 0.22;
    }
    90% {
        opacity: 0.14;
    }
    100% {
        transform: translate(-12vw, 88vh) rotate(-156deg);
        opacity: 0;
    }
}
@keyframes leaf-drift-c {
    0% {
        transform: translate(12vw, -8vh) rotate(8deg);
        opacity: 0;
    }
    12% {
        opacity: 0.3;
    }
    92% {
        opacity: 0.16;
    }
    100% {
        transform: translate(92vw, 108vh) rotate(198deg);
        opacity: 0;
    }
}
@keyframes leaf-drift-d {
    0% {
        transform: translate(-8vw, 42vh) rotate(-6deg);
        opacity: 0;
    }
    10% {
        opacity: 0.2;
    }
    90% {
        opacity: 0.12;
    }
    100% {
        transform: translate(110vw, 58vh) rotate(168deg);
        opacity: 0;
    }
}
@keyframes leaf-drift-e {
    0% {
        transform: translate(55vw, 110vh) rotate(12deg);
        opacity: 0;
    }
    8% {
        opacity: 0.24;
    }
    88% {
        opacity: 0.15;
    }
    100% {
        transform: translate(18vw, -10vh) rotate(-132deg);
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .floating-leaf--7,
    .floating-leaf--8,
    .floating-leaf--9,
    .floating-leaf--10 {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .floating-leaves {
        display: none;
    }
}

.bg-pecanasunrise-cream {
    background-color: var(--pecanasunrise-cream);
}
.top-bar {
    background-color: #3d2f1f;
}
.header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8dfd3;
}
.site-logo {
    display: block;
    object-fit: contain;
}
.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}
.site-brand__text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.08rem, 2.24vw, 1.48rem);
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.site-brand__pecana {
    color: #3d4a28;
}
.site-brand__sunrise {
    color: #a67c3a;
}
.site-brand .site-logo {
    width: auto;
    height: 4.5rem;
    max-height: 5.5rem;
}
@media (min-width: 768px) {
    .site-brand {
        gap: 0.875rem;
    }
    .site-brand .site-logo {
        height: 6rem;
    }
    .site-brand__text {
        font-size: clamp(1.2rem, 1.76vw, 1.6rem);
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.nav-link {
    color: #444;
    font-weight: 500;
    transition: color 0.2s;
}
.nav-link:hover {
    color: #BA9E81;
}
.site-footer {
    background-color: #2c2218;
}
.footer-link {
    color: #b8a99a;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #BA9E81;
}
.footer-social {
    color: #b8a99a;
    font-size: 1.1rem;
}
.footer-social:hover {
    color: #BA9E81;
}
.footer-suggestions__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
@media (min-width: 768px) {
    .footer-suggestions__title {
        text-align: right;
    }
}
.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Hero banner — 70% texto / 30% imagen */
.hero-banner {
    --hero-height-mobile: 425px;
    --hero-height-desktop: clamp(525px, 52.5vw, 650px);
    position: relative;
    background-color: var(--pecanasunrise-cream);
    overflow: hidden;
}
.hero-banner__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    z-index: 0;
    background:
        radial-gradient(ellipse 55% 70% at 85% 50%, rgba(186, 158, 129, 0.15) 0%, transparent 70%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 20c-30 40-50 80-40 120 10 35 45 50 70 30 20-15 25-55 5-85-15-22-25-45-35-65z' stroke='%23c4a882' stroke-width='1.2' opacity='.4'/%3E%3C/svg%3E") 70% 30% / 280px no-repeat;
}
.hero-banner__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .hero-banner__grid {
        grid-template-columns: 68% 32%;
        min-height: var(--hero-height-desktop);
        max-height: var(--hero-height-desktop);
        align-items: stretch;
    }
}
.hero-banner__content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem 2rem 1.75rem;
    text-align: left;
    background-color: var(--pecanasunrise-cream);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 110% auto;
    overflow: hidden;
}
.hero-banner__content > * {
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .hero-banner__content {
        background-size: 120% auto;
        background-position: 50% center;
    }
}
@media (min-width: 992px) {
    .hero-banner__content {
        padding: 2rem 2rem 2rem clamp(1.5rem, 4vw, 3.5rem);
        min-height: var(--hero-height-desktop);
        background-size: 135% auto;
        background-position: 50% center;
    }
}
.hero-banner__media {
    margin: 0;
    padding: 0;
    width: 100%;
    height: var(--hero-height-mobile);
    overflow: hidden;
    border-top-left-radius: var(--hero-height-mobile);
    background-color: var(--pecanasunrise-cream);
}
@media (min-width: 992px) {
    .hero-banner__media {
        height: var(--hero-height-desktop);
        min-height: var(--hero-height-desktop);
        max-height: var(--hero-height-desktop);
        align-self: stretch;
        border-top-left-radius: var(--hero-height-desktop);
    }
}
.hero-banner__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: var(--hero-height-mobile);
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center right;
    border-radius: 0;
}
@media (min-width: 992px) {
    .hero-banner__media img {
        min-height: var(--hero-height-desktop);
    }
}
.hero-banner__title {
    max-width: 100%;
    font-size: clamp(2.475rem, 5.7vw, 3.975rem);
    font-weight: 700;
    line-height: 1.15;
    color: #3d4a28;
    margin: 0 0 0.85rem;
    letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
    .hero-banner__title {
        font-size: 4.125rem;
    }
}
.hero-banner__brand {
    color: #a67c3a;
}
.hero-banner__subtitle {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 1.25rem;
}
.hero-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    background-color: #a67c3a;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9999px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(166, 124, 58, 0.35);
}
.hero-banner__cta:hover {
    background-color: #8f6930;
    color: #fff;
    transform: translateY(-1px);
}
.hero-banner__cta .fa-whatsapp {
    font-size: 1.25rem;
}
/* Barra de beneficios — icono izquierda, texto derecha */
.features-bar {
    padding: 2rem 0;
    background-color: #fff;
    border-bottom: 1px solid #e8dfd3;
}
@media (min-width: 992px) {
    .features-bar {
        padding: 2.25rem 0;
    }
}
.features-bar__grid {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}
@media (min-width: 768px) {
    .features-bar__grid {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 1.5rem 2rem;
    }
}
@media (min-width: 1200px) {
    .features-bar__grid {
        gap: 1.5rem 3.5rem;
    }
}
.features-bar__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.125rem;
    text-align: left;
    flex: 1 1 100%;
    min-width: 0;
}
@media (min-width: 768px) {
    .features-bar__item {
        flex: 1 1 calc(33.333% - 1.5rem);
        max-width: none;
    }
}
@media (min-width: 992px) {
    .features-bar__item {
        flex: 0 1 auto;
        max-width: 22rem;
    }
}
.features-bar__icon {
    flex-shrink: 0;
    width: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.features-bar__icon img {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
    object-position: center;
}
.features-bar__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.05rem;
}
.features-bar__title {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6d7a3a;
}
@media (min-width: 992px) {
    .features-bar__title {
        font-size: 0.875rem;
    }
}
.features-bar__desc {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: #333;
    font-weight: 400;
}
@media (min-width: 992px) {
    .features-bar__desc {
        font-size: 0.875rem;
    }
}
/* Importador / Negocio local — pantalla completa 50/50 */
.audience-split {
    width: 100%;
}
.audience-split__grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
@media (min-width: 768px) {
    .audience-split__grid {
        grid-template-columns: 1fr 1fr;
    }
}
.audience-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 475px;
    padding: 2.5rem 1.75rem;
    text-decoration: none;
    color: #fff;
    background-color: #3d2f1f;
    background-image: var(--audience-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 0.35s ease;
}
@media (min-width: 768px) {
    .audience-panel {
        min-height: 650px;
        padding: 3rem 2.5rem;
    }
}
@media (min-width: 1024px) {
    .audience-panel {
        min-height: 725px;
    }
}
.audience-panel--importador:not([style*="--audience-bg"]) {
    background-image: linear-gradient(135deg, #4a5d3a 0%, #2c3a22 100%);
}
.audience-panel--negocio-local:not([style*="--audience-bg"]) {
    background-image: linear-gradient(135deg, #5c4a3a 0%, #3d2f1f 100%);
}
.audience-panel:hover {
    transform: scale(1.01);
}
.audience-panel__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 16, 12, 0.55);
    transition: background 0.3s ease;
}
.audience-panel:hover .audience-panel__overlay {
    background: rgba(20, 16, 12, 0.45);
}
.audience-panel__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 22rem;
    gap: 1rem;
}
.audience-panel__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.15;
}
.audience-panel__text {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}
.audience-panel__btn {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.65rem 2rem;
    border: 2px solid #d4b896;
    border-radius: 9999px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.audience-panel:hover .audience-panel__btn {
    background: rgba(186, 158, 129, 0.25);
    border-color: #BA9E81;
}
/* Nosotros — imagen izquierda con curva a la derecha */
.about-section {
    position: relative;
    padding: 4rem 0;
    background-color: #fff;
    overflow: hidden;
}
.about-section.bg-pecanasunrise-cream {
    background-color: var(--pecanasunrise-cream);
}
.about-section--decor-right,
.nosotros-historia--decor-right,
.blog-page__content--decor-right,
.single-post__body--decor-right {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 24rem auto;
}
@media (min-width: 768px) {
    .about-section--decor-right,
    .nosotros-historia--decor-right,
    .blog-page__content--decor-right,
    .single-post__body--decor-right {
        background-size: 30rem auto;
    }
}
@media (min-width: 1024px) {
    .about-section--decor-right,
    .nosotros-historia--decor-right,
    .blog-page__content--decor-right,
    .single-post__body--decor-right {
        background-size: 38rem auto;
    }
}
@media (min-width: 1024px) {
    .about-section {
        padding: 5rem 0;
    }
}
.about-section__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.07;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 20c-30 40-50 80-40 120 10 35 45 50 70 30 20-15 25-55 5-85-15-22-25-45-35-65z' stroke='%23c4a882' stroke-width='1.2'/%3E%3C/svg%3E") 92% 8% / 220px no-repeat,
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 20c-30 40-50 80-40 120 10 35 45 50 70 30 20-15 25-55 5-85-15-22-25-45-35-65z' stroke='%23c4a882' stroke-width='1.2'/%3E%3C/svg%3E") 88% 88% / 180px no-repeat;
}
.about-section .container {
    position: relative;
    z-index: 1;
}
.about-section__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
}
@media (min-width: 1024px) {
    .about-section__layout {
        grid-template-columns: minmax(0, 48%) minmax(340px, 1fr);
        gap: 0;
        min-height: clamp(460px, 36vw, 520px);
        max-width: 1400px;
        margin: 0 auto;
        padding-right: clamp(1.5rem, 4vw, 3rem);
    }
}
.about-section__media {
    width: 100%;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
    .about-section__media {
        height: 100%;
        min-height: clamp(460px, 36vw, 520px);
        justify-self: stretch;
    }
}
.about-visual {
    width: 100%;
    height: clamp(260px, 42vw, 320px);
    overflow: hidden;
    background-color: #f1ebe3;
    border-radius: 0 clamp(7rem, 20vw, 16rem) clamp(7rem, 20vw, 16rem) 0;
}
@media (min-width: 768px) {
    .about-visual {
        height: clamp(320px, 38vw, 420px);
    }
}
@media (min-width: 1024px) {
    .about-visual {
        width: 100%;
        height: 100%;
        min-height: clamp(460px, 36vw, 520px);
        border-radius: 0 clamp(460px, 36vw, 520px) clamp(460px, 36vw, 520px) 0;
    }
}
.about-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.about-section__content {
    max-width: 34rem;
    padding: 2.5rem 1.5rem;
}
@media (min-width: 640px) {
    .about-section__content {
        padding: 2.5rem 2rem;
    }
}
@media (min-width: 1024px) {
    .about-section__content {
        padding: 3rem 0 3rem clamp(2rem, 4vw, 3.5rem);
        max-width: 36rem;
        justify-self: start;
    }
}
.about-section__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.35;
    color: #3d5a16;
    margin: 0 0 1.5rem;
    text-align: left;
}
@media (min-width: 1024px) {
    .about-section__title {
        font-size: clamp(1.375rem, 1.5vw, 1.625rem);
    }
}
.about-section__text p {
    font-size: 1rem;
    line-height: 1.75;
    color: #1a1a1a;
    margin: 0;
}
.about-section__text strong {
    font-weight: 700;
    color: #1a1a1a;
}
.about-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding: 0.85rem 1.35rem 0.85rem 1.65rem;
    background-color: #6b7039;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9999px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.about-section__btn:hover {
    background-color: #5a6530;
    color: #fff;
    transform: translateY(-1px);
}
.about-section__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #fff;
    color: #6b7039;
    flex-shrink: 0;
}
.clients-section {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}
.clients-section--cream {
    background-color: var(--pecanasunrise-cream);
}
.clients-section--white {
    background-color: #fff;
}
.clients-section__grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(140, 140, 140, 0.11) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(140, 140, 140, 0.11) 1px, transparent 1px),
        linear-gradient(to right, rgba(160, 160, 160, 0.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(160, 160, 160, 0.055) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: center center;
    mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 15%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 15%, transparent 78%);
}
.clients-section__inner {
    position: relative;
    z-index: 1;
}
.clients-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .clients-showcase {
        grid-template-columns: 70% 30%;
        gap: 2rem 2.5rem;
        align-items: center;
    }
}
.clients-showcase__map,
.clients-showcase__logos {
    margin: 0;
}
.clients-showcase__map {
    width: 100%;
}
.clients-showcase__map img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.clients-showcase__logos img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Venta local — beneficios para negocio */
.local-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .local-benefits__grid {
        grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
        gap: 3rem 4rem;
    }
}
.local-benefits__media {
    display: flex;
    justify-content: center;
}
.local-benefits__image {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(61, 47, 31, 0.12);
    object-fit: cover;
}
.local-benefits__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.35;
    color: #4a5f2e;
    margin: 0 0 1.25rem;
    text-align: left;
}
@media (min-width: 1024px) {
    .local-benefits__title {
        font-size: clamp(1.375rem, 1.5vw, 1.625rem);
    }
}
.local-benefits__intro {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin: 0 0 1.75rem;
}
.local-benefits__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.local-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.local-benefits__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: #6d7a3a;
    color: #fff;
}
.local-benefits__item-title {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #3d4a28;
}
.local-benefits__item-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #555;
}

.productos-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24rem auto;
    overflow: hidden;
}
@media (min-width: 768px) {
    .productos-section {
        background-size: 30rem auto;
    }
}
@media (min-width: 1024px) {
    .productos-section {
        background-size: 38rem auto;
    }
}
.productos-section--decor-right {
    background-position: right top;
}

/* Venta exportación — beneficios split 50/50 */
.export-benefits {
    width: 100%;
}
.export-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 992px) {
    .export-benefits__grid {
        grid-template-columns: 1fr 1fr;
        min-height: clamp(480px, 42vw, 580px);
    }
}
.export-benefits__hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(320px, 50vw, 420px);
    padding: 2.5rem 1.5rem;
    background-color: #3d3428;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .export-benefits__hero {
        min-height: clamp(480px, 42vw, 580px);
        padding: 3rem clamp(2rem, 4vw, 3.5rem);
    }
}
.export-benefits__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(25, 20, 15, 0.55) 0%,
        rgba(35, 28, 22, 0.4) 50%,
        rgba(45, 38, 30, 0.35) 100%
    );
}
.export-benefits__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 34rem;
    color: #fff;
}
.export-benefits__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    text-align: left;
}
@media (min-width: 1024px) {
    .export-benefits__title {
        font-size: clamp(1.375rem, 1.5vw, 1.625rem);
    }
}
.export-benefits__intro {
    margin: 0;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.95);
}
.export-benefits__intro strong {
    font-weight: 700;
    color: #fff;
}
.export-benefits__panel {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2.5rem 1.5rem;
    background-color: #9e886f;
    overflow: hidden;
}
@media (min-width: 992px) {
    .export-benefits__panel {
        padding: 3rem clamp(2rem, 4.5vw, 4rem);
    }
}
.export-benefits__panel-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background:
        radial-gradient(ellipse 70% 55% at 75% 45%, rgba(255, 255, 255, 0.35) 0%, transparent 65%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 20c-30 40-50 80-40 120 10 35 45 50 70 30 20-15 25-55 5-85-15-22-25-45-35-65z' stroke='%23fff' stroke-width='2' opacity='.5'/%3E%3C/svg%3E") 85% 50% / 280px no-repeat;
}
.export-benefits__list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 3vw, 2.25rem);
    width: 100%;
    max-width: 34rem;
}
.export-benefits__item-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
.export-benefits__item-desc {
    margin: 0;
    font-size: clamp(0.9rem, 1.3vw, 0.98rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.local-clients {
    margin: 0;
}
.export-map__figure {
    margin: 0;
}

/* Nosotros — hero con fondo-nosotros.png */
.hero-banner--nosotros {
    background-color: #3d2f1f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-banner__overlay--nosotros {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(15, 12, 10, 0.78) 0%,
        rgba(20, 16, 12, 0.62) 100%
    );
    pointer-events: none;
}
.hero-banner--nosotros .hero-banner__grid--nosotros {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: var(--hero-height-mobile);
}
@media (min-width: 992px) {
    .hero-banner--nosotros .hero-banner__grid--nosotros {
        grid-template-columns: 1fr;
        min-height: var(--hero-height-desktop);
        max-height: none;
    }
}
.hero-banner--nosotros .hero-banner__content--nosotros {
    background-image: none !important;
    background-color: transparent;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    text-align: center;
    align-items: center;
}
@media (min-width: 992px) {
    .hero-banner--nosotros .hero-banner__content--nosotros {
        max-width: 48rem;
        padding: 3rem 2rem;
    }
}
.hero-banner__title--nosotros {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.hero-banner__title--nosotros .hero-banner__brand {
    color: #d4b896;
}
.hero-banner__subtitle--nosotros {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* Nosotros — secciones de contenido */
.nosotros-section__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.35;
    color: #4a5f2e;
    margin: 0 0 1.25rem;
    text-align: left;
}
@media (min-width: 1024px) {
    .nosotros-section__title {
        font-size: clamp(1.375rem, 1.5vw, 1.625rem);
    }
}
.nosotros-section__text p {
    font-size: 1rem;
    line-height: 1.75;
    color: #444;
    margin: 0 0 1rem;
}
.nosotros-section__text p:last-child {
    margin-bottom: 0;
}
.nosotros-historia--decor-right {
    position: relative;
    overflow: hidden;
}
.nosotros-historia__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
    justify-items: center;
}
.nosotros-historia__content {
    width: 100%;
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}
.nosotros-historia__content .nosotros-section__title {
    text-align: center;
}
.nosotros-historia__media {
    margin: 0;
    display: flex;
    justify-content: center;
}
.nosotros-historia__image {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 12px 40px rgba(61, 47, 31, 0.12);
    object-fit: cover;
    aspect-ratio: 1;
}
.nosotros-vision-mision__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .nosotros-vision-mision__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 3rem;
    }
}
.nosotros-card {
    padding: 1.5rem 0;
}
.nosotros-vision-mision__media {
    margin: 0;
    display: flex;
    justify-content: center;
}
.nosotros-vision-mision__image {
    display: block;
    width: 100%;
    max-width: 480px;
    height: 200px;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(61, 47, 31, 0.1);
    object-fit: cover;
}
.nosotros-valores {
    position: relative;
    padding: 3.5rem 0;
    background-color: #9e886f;
    overflow: hidden;
}
@media (min-width: 992px) {
    .nosotros-valores {
        padding: 4.5rem 0;
    }
}
.nosotros-valores__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 20c-30 40-50 80-40 120 10 35 45 50 70 30 20-15 25-55 5-85-15-22-25-45-35-65z' stroke='%23fff' stroke-width='1.5' opacity='.6'/%3E%3C/svg%3E") 8% 45% / 300px no-repeat,
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 20c-30 40-50 80-40 120 10 35 45 50 70 30 20-15 25-55 5-85-15-22-25-45-35-65z' stroke='%23fff' stroke-width='1.5' opacity='.6'/%3E%3C/svg%3E") 92% 45% / 300px no-repeat;
}
.nosotros-valores__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 52rem;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .nosotros-valores__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 5rem;
    }
}
.nosotros-valores__column {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 3vw, 2.5rem);
    align-items: center;
    text-align: center;
}
.nosotros-valores__item {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
}
.nosotros-galeria__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .nosotros-galeria__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .nosotros-galeria__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.75rem;
    }
}
.nosotros-galeria__item {
    margin: 0;
    overflow: hidden;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 4px 16px rgba(61, 47, 31, 0.08);
}
.nosotros-galeria__trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
    overflow: hidden;
}
.nosotros-galeria__image {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
@media (min-width: 768px) {
    .nosotros-galeria__image {
        height: 280px;
    }
}
@media (min-width: 1200px) {
    .nosotros-galeria__image {
        height: 320px;
    }
}
.nosotros-galeria__item:hover .nosotros-galeria__image {
    transform: scale(1.05);
}
.nosotros-galeria__caption {
    padding: 0.75rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    color: #666;
    background: #fff;
}
.nosotros-lightbox {
    width: min(96vw, 1200px);
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}
.nosotros-lightbox::backdrop {
    background: rgba(10, 8, 6, 0.9);
}
.nosotros-lightbox__close {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.nosotros-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.28);
}
.nosotros-lightbox__figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.nosotros-lightbox__img {
    display: block;
    width: auto;
    max-width: min(96vw, 1200px);
    max-height: 85vh;
    height: auto;
    margin: 0 auto;
    border-radius: 0.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    object-fit: contain;
}
.nosotros-lightbox__caption {
    display: none;
}

/* Barra CTA verde — entrega continua */
.cta-banner {
    background-color: #6d7a3a;
    padding: 2.5rem 0;
}
.cta-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
    text-align: center;
}
@media (min-width: 768px) {
    .cta-banner__inner {
        flex-direction: row;
        text-align: left;
        gap: 2rem;
    }
}
.cta-banner__text {
    flex: 1;
    color: #fff;
}
.cta-banner__lead {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.5rem;
}
.cta-banner__sub {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}
.cta-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-shrink: 0;
    padding: 0.85rem 1.75rem;
    background: #fff;
    color: #6d7a3a;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 9999px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.cta-banner__btn:hover {
    color: #5a6530;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.cta-banner__btn-icon {
    font-size: 1.35rem;
    color: #25d366;
}
.accent-color {
    color: #BA9E81;
}
.accent-bg {
    background-color: #BA9E81;
}
.accent-border {
    border-color: #BA9E81;
}
.section-title {
    font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.35;
}
@media (min-width: 1024px) {
    .section-title {
        font-size: clamp(1.375rem, 1.5vw, 1.625rem) !important;
    }
}
.section-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    color: #666;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .section-subtitle {
        font-size: 1rem;
    }
}
.separator {
    color: #BA9E81;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}
.btn-primary {
    background-color: #333;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 500;
    transition: background-color 0.3s;
}
.btn-primary:hover {
    background-color: #BA9E81;
}
.swiper-button-next, .swiper-button-prev {
    color: #333;
    --swiper-navigation-size: 22px;
}
.swiper-pagination-bullet-active {
    background: #BA9E81;
}

/* Team Members Container */
.team-members-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 3rem;
    margin-top: 20px;
}

/* Individual Team Member Card */
.team-member-card {
    border: 1px solid #efeded;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 5px rgba(221, 220, 220, 0.1);
    transition: transform 0.3s ease;
}

.team-member-card:hover {
    transform: translateY(-5px);
}

.team-member-photo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.team-member-details {
    padding: 15px;
}

.team-member-details h3 {
    margin: 0 0 10px;
    font-size: 1.2em;
}

/* WhatsApp Link Styling */
.whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.whatsapp-link:hover {
    background-color: #1da851;
    color: #fff;
}

.whatsapp-link svg {
    margin-right: 8px; /* Space between icon and text */
}


/* Wordpress Theme */

.wp-block-heading {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.wp-block-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #efe4c7 !important;
}

.wp-block-image {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* h1 {    font-size: 2rem; } */
.entry-content h2:not(.section-title),
.legal-page__content h2:not(.section-title) {
    font-size: 1.2rem !important;
}
h3 {    font-size: 1.1rem !important; }
h4 {    font-size: 1rem; }
h5 {    font-size: 0.8rem; }
h6 {    font-size: 0.6rem; }

p {
    font-size: 1rem;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
}

.wp-block-paragraph {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.wp-block-list {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.wp-block-list li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}

.wp-block-list li::before {
    content: "\2022";
    color: #BA9E81;
    font-size: 1.2rem;
    display: inline-block;
    width: 1em;
    margin-left: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
}

.wp-block-list li:before {
    content: "\2022";
    color: #BA9E81;
    font-size: 1.2rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 0.5em;
    vertical-align: middle;
}

/* Product Shop Styles */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Product Card Hover Effects */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* Product Image Container */
.product-image-container {
    position: relative;
    overflow: hidden;
}

.product-image-container img {
    transition: transform 0.3s ease;
}

.product-card:hover .product-image-container img {
    transform: scale(1.05);
}

/* Single post — artículo del blog */
.single-post__header {
    padding: 2.5rem 0 1.5rem;
    background-color: var(--pecanasunrise-cream);
}
.single-post__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #3d4a28;
    margin: 0 0 1rem;
    text-align: left;
}
.single-post__meta {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
}
.single-post__meta-label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.15rem;
}
.single-post__featured {
    margin: 0;
    padding: 0 0 2rem;
    background-color: var(--pecanasunrise-cream);
}
.single-post__featured-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 8px 30px rgba(61, 47, 31, 0.1);
}
.single-post__body {
    padding: 2.5rem 0 3rem;
    background-color: #fff;
}
.single-post__content {
    color: #333;
    line-height: 1.75;
}
.single-post .entry-content h2,
.single-post .entry-content .wp-block-heading h2,
.single-post .entry-content h2.wp-block-heading {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important;
    font-weight: 700;
    color: #3d4a28;
    margin: 2rem 0 1rem;
}
.single-post .entry-content h3,
.single-post .entry-content .wp-block-heading h3,
.single-post .entry-content h3.wp-block-heading {
    font-size: clamp(1.1rem, 2vw, 1.25rem) !important;
    font-weight: 600;
    color: #4a5f2e;
    margin: 1.75rem 0 0.75rem;
}
.single-post .entry-content h4,
.single-post .entry-content h4.wp-block-heading {
    font-size: 1.05rem !important;
    font-weight: 600;
    color: #4a5f2e;
    margin: 1.5rem 0 0.75rem;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
    margin: 1rem 0 1.5rem 1.25rem;
    padding: 0;
}
.single-post .entry-content li {
    margin-bottom: 0.5rem;
    line-height: 1.65;
}
.single-post .entry-content a {
    color: #a67c3a;
    text-decoration: underline;
}
.single-post .entry-content a:hover {
    color: #8f6930;
}
.single-post .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

/* Páginas legales */
.legal-page__content {
    color: #333;
    font-size: 1rem;
    line-height: 1.75;
}
.legal-page__updated {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    color: #555;
}
.legal-page__content p {
    margin: 0 0 1.25rem;
}
.legal-page__content h2 {
    margin: 2rem 0 1rem;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.3;
    color: #3d4a28;
}
.legal-page__content ul {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}
.legal-page__content li {
    margin-bottom: 0.5rem;
}
.legal-page__content strong {
    font-weight: 700;
    color: #1a1a1a;
}

/* Preguntas frecuentes */
.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faq-item {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e8dfd3;
}
.faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.faq-item__question {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    color: #3d4a28;
}
.faq-item__answer {
    margin: 0;
    color: #444;
}
.faq-item__answer-list {
    margin: 0;
    padding-left: 1.25rem;
    color: #444;
}
.faq-item__answer-list li {
    margin-bottom: 0.4rem;
}
.faq-item__answer-list li:last-child {
    margin-bottom: 0;
}
.faq-section__title {
    margin: 2.5rem 0 1.5rem;
    font-size: clamp(1.2rem, 2.4vw, 1.45rem);
    font-weight: 700;
    line-height: 1.3;
    color: #3d4a28;
}

.single-post__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e8dfd3;
}
.single-post__tag {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    background-color: var(--pecanasunrise-cream);
    color: #666;
    font-size: 0.85rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}
.single-post__tag:hover {
    background-color: #BA9E81;
    color: #fff;
}
.single-contact-box {
    margin-top: 2.5rem;
    padding: 2rem;
    background-color: var(--pecanasunrise-cream);
    border-left: 4px solid #6d7a3a;
    border-radius: 0 0.75rem 0.75rem 0;
}
.single-contact-box__headline {
    margin: 0 0 1rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #3d4a28;
    line-height: 1.4;
}
.single-contact-box__headline-accent {
    display: block;
    margin-top: 0.25rem;
    color: #6d7a3a;
}
.single-contact-box__text {
    margin: 0 0 1rem;
    font-size: 0.975rem;
    line-height: 1.65;
    color: #444;
}
.single-contact-box__text--bold {
    font-weight: 600;
    color: #333;
}
.single-contact-box__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.5rem;
    padding: 0.85rem 1.75rem;
    background-color: #25d366;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9999px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.single-contact-box__btn:hover {
    background-color: #1da851;
    color: #fff;
    transform: translateY(-1px);
}
.single-contact-box__btn .fa-whatsapp {
    font-size: 1.25rem;
}

/* Blog — listado con sidebar */
.blog-page {
    background-color: #fff;
}
.blog-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #a67c3a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.blog-hero__back:hover {
    color: #8f6930;
}
.blog-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #3d4a28;
    margin: 0 0 0.75rem;
    text-align: left;
}
.blog-hero__subtitle {
    max-width: 42rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #666;
    text-align: left;
}
.blog-page__content {
    padding: 2.5rem 0 3rem;
}
.blog-page__content--decor-right,
.single-post__body--decor-right {
    position: relative;
    overflow: hidden;
}
.blog-page__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}
@media (min-width: 1024px) {
    .blog-page__grid {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 3rem;
    }
}
@media (min-width: 1280px) {
    .blog-page__grid {
        grid-template-columns: minmax(0, 1fr) 320px;
    }
}
.blog-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .blog-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }
}
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e8dfd3;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(61, 47, 31, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(61, 47, 31, 0.12);
}
.blog-card__image {
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-card__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12rem;
    background-color: var(--pecanasunrise-cream);
    color: #BA9E81;
    font-size: 2.5rem;
    text-decoration: none;
}
.blog-card__image-img {
    display: block;
    width: 100%;
    height: 12rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.blog-card:hover .blog-card__image-img {
    transform: scale(1.05);
}
.blog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem 1.5rem 1.5rem;
}
.blog-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
}
.blog-card__title a {
    color: #3d4a28;
    text-decoration: none;
    transition: color 0.2s ease;
}
.blog-card__title a:hover {
    color: #a67c3a;
}
.blog-card__meta {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #888;
}
.blog-card__meta-sep {
    margin: 0 0.25rem;
}
.blog-card__categories a {
    color: #a67c3a;
    text-decoration: none;
    font-weight: 500;
}
.blog-card__categories a:hover {
    text-decoration: underline;
}
.blog-card__excerpt {
    flex: 1;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #555;
}
.blog-card__excerpt p {
    margin: 0 !important;
}
.blog-card__more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    font-size: 0.875rem;
    font-weight: 600;
    color: #a67c3a;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}
.blog-card__more:hover {
    color: #8f6930;
    gap: 0.55rem;
}
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 1024px) {
    .blog-sidebar {
        position: sticky;
        top: 7rem;
    }
}
.blog-sidebar__widget {
    padding: 1.5rem;
    background-color: var(--pecanasunrise-cream);
    border: 1px solid #e8dfd3;
    border-radius: 0.75rem;
}
.blog-sidebar__title {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #4a5f2e;
}
.blog-sidebar__categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.blog-sidebar__cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.blog-sidebar__cat-link:hover {
    background-color: rgba(109, 122, 58, 0.08);
    color: #6d7a3a;
}
.blog-sidebar__cat-link.is-active {
    background-color: #6d7a3a;
    color: #fff;
}
.blog-sidebar__cat-link.is-active .blog-sidebar__count {
    background-color: #fff;
    color: #6d7a3a;
}
.blog-sidebar__count {
    flex-shrink: 0;
    min-width: 1.75rem;
    padding: 0.15rem 0.5rem;
    background-color: #fff;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    color: #666;
}
.blog-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.blog-sidebar__tag {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background-color: #fff;
    border: 1px solid #e8dfd3;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.blog-sidebar__tag:hover,
.blog-sidebar__tag.is-active {
    background-color: #BA9E81;
    border-color: #BA9E81;
    color: #fff;
}
.blog-pagination {
    margin-top: 2.5rem;
}
.blog-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-pagination__item {
    margin: 0;
}
.blog-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.5rem 0.85rem;
    background-color: #fff;
    border: 1px solid #e8dfd3;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.blog-pagination__link:hover {
    background-color: var(--pecanasunrise-cream);
    color: #6d7a3a;
    border-color: #BA9E81;
}
.blog-pagination__link--current {
    background-color: #6d7a3a;
    border-color: #6d7a3a;
    color: #fff;
    font-weight: 700;
}
.blog-empty {
    padding: 3rem 1rem;
    text-align: center;
}
.blog-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    background-color: var(--pecanasunrise-cream);
    border-radius: 50%;
    color: #BA9E81;
}
.blog-empty__title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3d4a28;
}
.blog-empty__text {
    margin: 0 0 1.5rem;
    color: #666;
}