/*
 Theme Name:   Blocksy Child
 Theme URI:    https://dorjegurung.com/
 Description:  Blocksy Child Theme
 Author:       Dorje Gurung
 Author URI:   https://dorjegurung.com/
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/

/* =============================================================================
   HERO IMAGE (Blocksy Free Limitation)
   ============================================================================= */

.hero-img img {
    min-height: 600px;
    object-fit: cover;
    object-position: bottom left;
}

.hero-content-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.hero-content-overlay h1,
.hero-content-overlay p {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .hero-img img {
        min-height: 500px;
    }
    .hero-content-overlay {
        padding: 20px;
    }
}

/* =============================================================================
   HEADING STYLES (Blocksy Free Limitation)
   ============================================================================= */

h2 {
    margin-top: 2.2em;
    margin-bottom: 0.8em;
}

h3 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
}

h4, h5, h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* Titles */
.hero-title,
.entry-title,
.page-title,
.archive-title,
.ct-archive-title {
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hero-title {
    font-size: 32px;
    font-weight: 700;
}

/* Margin cleanup */
.entry-content > :first-child,
.entry-summary > :first-child,
article > :first-child {
    margin-top: 0;
}

.wp-block-group {
    padding-top: 0.1px;
}

