/* ================================
   GUITAR PAGE STYLES
   page-guitar.css — loaded after page-presskit.css
   Only used by martinguitar.html
   ================================ */

/* --- Photo --- */
.guitar-photo-main {
    margin: 0;
}

.guitar-photo-main img {
    width: 100%;
    height: auto;
    display: block;
}

.guitar-photo-main img:hover,
.guitar-photo-bottom img:hover {
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

/* --- Caption --- */
p.guitar-caption {
    font-size: 13px !important;
    color: #999 !important;
    text-align: center;
    margin: 3px 0 0 0 !important;
}

/* --- Section Headers (THE STORY, THE DETAILS, MARTIN GUITARS) --- */
h3.guitar-section-label {
    font-family: 'Rosario', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: #545454;
    text-transform: uppercase;
    text-align: left;
    margin: 20px 0 20px calc(-4rem + 3px) !important;
    letter-spacing: 0.03em;
}

/* More space above section labels that follow body text */
p + h3.guitar-section-label {
    margin-top: 40px !important;
}

/* --- Sub-headings (Shape & Size, 12-Fret Guitar, etc.) --- */
p.guitar-sub-heading {
    font-family: 'Rosario', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #545454 !important;
    font-style: italic;
    text-align: center;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

/* --- Bottom Photo --- */
.guitar-photo-bottom {
    text-align: center;
    margin: 20px 0 10px;
}

.guitar-photo-bottom img {
    max-width: 80%;
    height: auto;
    display: inline-block;
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .guitar-photo-bottom img {
        max-width: 100%;
    }

    h3.guitar-section-label {
        text-align: center;
        margin-left: 0 !important;
    }
}
