/* ============================================================
   Página: Máquinas — Armazém do Eucalipto
   Complemento ao eucalipto-tratado.css (classes base compartilhadas)
   ============================================================ */

/* ==========================================================
   DIVISOR DE SUB-SEÇÃO (título com linha dourada abaixo)
   ========================================================== */
.subsection-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #201101;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #CD9C3D;
    display: inline-block;
}

/* ==========================================================
   BLOCO DE CATEGORIA (título grande em dourado)
   ========================================================== */
.category-heading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: #AF8656;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 3rem 0 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(175,134,86,0.2);
}

.category-heading:first-of-type {
    margin-top: 0;
    border-top: none;
}

/* ==========================================================
   LINK INLINE
   ========================================================== */
.inline-link {
    color: #AF8656;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.inline-link:hover { color: #CD9C3D; }
