/* ==========================================================================
   AMOR NATURAL — Página Sobre
   Adaptado de design-reference/index.html (#page-sobre) + styles.css.
   Classes prefixadas com an- para não colidir com Astra/WooCommerce/Spectra.
   Carregado só na página sobre — ver functions.php.
   ========================================================================== */

.entry-header.ast-no-thumbnail { display: none; }

.an-story-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 54px;
    align-items: center;
}

.an-story-text h2 {
    font-family: var(--font-heading);
    font-size: 34px;
    color: var(--brand-green-dark);
    margin: 14px 0 20px;
}

.an-lead-paragraph {
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-green-main);
    margin-bottom: 18px;
}

.an-story-text p { font-size: 16px; color: var(--text-secondary); margin-bottom: 18px; }

.an-story-quote {
    background-color: var(--brand-sage-light);
    border-left: 4px solid var(--brand-green-main);
    padding: 24px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin-top: 28px;
}

.an-story-quote blockquote {
    font-family: var(--font-heading);
    font-size: 18px;
    font-style: italic;
    color: var(--brand-green-dark);
    margin: 0;
}

.an-story-visual { position: relative; }

.an-visual-card-image {
    height: 400px;
    background-color: #2A4630;
    background-image: url('images/loja-fachada.webp');
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-hover);
}

.an-stats-box {
    position: absolute;
    bottom: -24px;
    left: 24px;
    right: 24px;
    background-color: var(--bg-surface);
    padding: 24px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    display: flex;
    justify-content: space-around;
    border: 1px solid var(--bg-accent);
}

.an-stat-item { text-align: center; }

.an-stat-num {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: var(--brand-green-main);
    display: block;
}

.an-stat-desc { font-size: 13px; color: var(--text-muted); }

@media (max-width: 992px) {
    .an-story-grid { grid-template-columns: 1fr; }
    .an-story-visual { margin-bottom: 48px; }
}
