.brand-logo {
    width: auto;
    max-width: 200px;
    height: 48px;
    object-fit: contain;
}

.footer-logo {
    max-width: 220px;
    height: 50px;
}

.category-grid.count-3 {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 420px;
}

.category-grid.count-3 .category-card {
    grid-column: auto;
    grid-row: auto;
}

.product-description {
    color: var(--muted);
    line-height: 1.75;
}

.product-description p {
    margin: 0 0 16px;
}

.product-description h2 {
    color: var(--ink);
    font-size: 25px;
    margin: 24px 0 10px;
}

.product-description h3 {
    color: var(--ink);
    font-size: 19px;
    margin: 22px 0 9px;
}

.product-description ul,
.product-description ol {
    margin: 8px 0 20px;
    padding-left: 24px;
}

.product-description li {
    margin: 7px 0;
    padding-left: 4px;
}

.description-panel > div {
    min-width: 0;
}

.page-hero.has-background {
    position: relative;
    background-position: center;
    background-size: cover;
}

.page-hero.has-background > * {
    position: relative;
    z-index: 1;
}

.about-content,
.contact-copy {
    max-width: 980px;
}

.about-lead {
    color: var(--ink);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}

.about-content p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 22px;
}

.about-closing {
    margin-top: 45px;
    padding: 30px;
    border-radius: 14px;
    background: var(--cream);
    color: var(--green-dark) !important;
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
}

.faq-intro {
    max-width: 900px;
    margin: 0 auto 34px;
    color: var(--muted);
    line-height: 1.75;
    text-align: center;
}

.faq-group {
    margin: 36px 0;
}

.faq-group h2 {
    margin: 0 0 14px;
    color: var(--green-dark);
    font-size: 23px;
}

.faq details p,
.contact-copy p,
.contact-copy li {
    color: var(--muted);
    line-height: 1.75;
}

.contact-copy h2 {
    margin-top: 36px;
}

.contact-copy ul {
    padding-left: 22px;
}

.contact-note {
    padding: 24px;
    border-radius: 13px;
    background: var(--cream);
}

/* Footer beige solicitado por el cliente. */
footer {
    background: #F8F5EF;
    color: var(--ink);
}

footer p,
footer a,
footer .light small {
    color: var(--muted);
}

footer .brand strong {
    color: var(--ink);
}

@media (max-width: 980px) {
    .brand-logo { max-width: 175px; height: 45px; }
    .footer-logo { max-width: 205px; height: 48px; }
    .category-grid.count-3 { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 260px 260px; }
    .category-grid.count-3 .category-card:first-child { grid-column: span 2; }
}

@media (max-width: 620px) {
    .brand-logo { max-width: 145px; height: 40px; }
    .footer-logo { max-width: 190px; height: 45px; }
    .category-grid.count-3 { display: flex; }
    .category-grid.count-3 .category-card:first-child { grid-column: auto; }
    .about-lead { font-size: 19px; }
    .about-content p { font-size: 15px; }
    .product-description h2 { font-size: 22px; }
    .product-description h3 { font-size: 18px; }
}
