/*
Theme Name:     Typology Child
Theme URI:      https://mekshq.com/theme/typology
Description:    Child theme for Typology theme
Author:         meks
Author URI:     https://mekshq.com
Template:       typology
Version:        0.1.0
*/

/* Typography Styles */
h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.highlight-header-text {
    text-decoration: underline;
    text-decoration-color: #F8D06C;
    text-underline-offset: 6px;
}

/* Site-Wide Styles */
.wp-block-quote {
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/purple-paper-organic-light.jpg') repeat;
}
figcaption {
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/purple-paper-organic-light.jpg') repeat;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 1rem 2rem;
}

/* Paper Styles */
.typology-section {
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/handmadepaper-cream.jpg') repeat;
}

.typology-cover, .typology-header-sticky, .typology-sidebar-header {
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/purple-paper-organic.jpg') repeat;
}

.post-letter {
    opacity: 0.85; /* slightly faded like old ink */
    text-shadow: 0 1px 1px rgba(0,0,0,0.05); /* subtle depth */
}

.paper-card {
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/purple-paper-organic.jpg') repeat;
    color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2rem;
    margin: 2rem 0;
}
.paper-card h2, .paper-card h3, .paper-card a {
    color: #ffffff;
}
.paper-card h2, .paper-card h3 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 0.15rem;
}
.paper-card figure {
    margin-bottom: 0 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    transform: rotate(1deg);
}
.paper-card p {
    margin-bottom: 2rem;
}
.paper-card p:last-of-type {
    margin-bottom: 0;
}
.light-purple {
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/purple-paper-organic-light.jpg') repeat !important;
    color: #333 !important;
}
.light-purple h2, .light-purple h3 {
    color: #333 !important;
}

/* Button Styles */
.typology-button {
    font-size: 12pt;
}

/* Homepage Styles */
.home .entry-header {
    margin-top: 2.6rem;
}
.cover-item-container .entry-desc {
    font-size: 16pt;
    line-height: 1.6;
    margin-bottom: 3rem;
}
.cover-letter {
    width: 100% !important;
    padding-top: 0;
    margin-top: -2rem;
}
.cover-letter img {
    opacity: 0.125;
}
.page-decoration-top {
    margin-top: -100px;
    margin-bottom: 5rem;
    filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 0.4));
    position: relative;
}

.page-decoration-top::before,
.page-decoration-top::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    background-color: #ccc;
    transform: translateY(-50%);
}

.page-decoration-top::before {
    left: 0px;
}

.page-decoration-top::after {
    right: 0px;
}
.stamp {
    filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 0.4));
}

/* Page Styles  */
.page-divider {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/* Form Styles */
.wpcf7-response-output {
    border: none !important;
    background: url('https://www.etherscouts.com/wp-content/uploads/2025/10/purple-paper-organic-light.jpg') repeat !important;
    color: #333 !important;
}

/* Responsive Overrides */

@media (max-width:680px) {
    .typology-cover h1 {
        line-height: 1.75 !important;
    }
    .cover-item-container .entry-desc {
        font-size: 16px;
    }
    .page-decoration-top {
        margin-top: 0;
    }
    .page-decoration-top::before, .page-decoration-top::after {
        width: 75px;
    }
}