/* About page - Author's Monograph layout */
body.page-template-page-about,
body.page-template-page-about-php,
body.page-template-page-about .site-main--offset,
body.page-template-page-about-php .site-main--offset {
    background: #F4F1EA;
}

.about-monograph {
    background: #F4F1EA;
    color: #2D2D2D;
    padding-bottom: 4.5rem;
}

.about-monograph__wrap,
.about-monograph__chapter-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.about-monograph__hero {
    padding-top: 7.5rem;
}

.about-monograph__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.about-monograph__hero-frame {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 0.5px solid rgba(45, 45, 45, 0.3);
    box-shadow:
        0 2px 0 rgba(22, 22, 22, 0.24),
        0 20px 34px rgba(96, 84, 70, 0.16),
        22px 28px 70px rgba(176, 165, 150, 0.2);
}

.about-monograph__hero-frame img {
    display: block;
    width: 100%;
    height: clamp(360px, 58vw, 650px);
    object-fit: cover;
    filter: sepia(0.22) saturate(0.86) contrast(0.93);
}

.about-monograph__grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.8px, transparent 0.8px);
    background-size: 3px 3px;
    mix-blend-mode: soft-light;
    opacity: 0.5;
}

.about-monograph__kicker {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6A675F;
}

.about-monograph__title {
    margin: 0.65rem 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 7vw, 5rem);
    font-weight: 500;
    line-height: 0.94;
    color: #2D2D2D;
}

.about-monograph__quote {
    margin: 1.6rem 0 0;
    max-width: 24ch;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.34rem, 2.2vw, 2rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.46;
    color: #3B342B;
}

.about-monograph__social {
    margin-top: 1.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem 1.4rem;
}

.about-monograph__social a {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2D2D2D;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 45, 45, 0.3);
    padding-bottom: 0.15rem;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.about-monograph__social a:hover {
    color: #4F6354;
    border-color: rgba(79, 99, 84, 0.7);
}

.about-monograph__chapter {
    padding-top: 5.5rem;
}

.about-monograph__prose {
    max-width: 74ch;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.08rem, 1.2vw, 1.24rem);
    line-height: 1.9;
    color: #322D26;
}

.about-monograph__prose p {
    margin: 0 0 1.32rem;
}

.about-monograph__prose p:first-of-type::first-letter {
    float: left;
    margin-right: 0.5rem;
    margin-top: 0.35rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.7rem, 3.8vw, 4rem);
    line-height: 0.84;
    font-weight: 500;
    color: #2D2D2D;
}

.about-monograph__legacy {
    padding-top: 5.5rem;
}

.about-monograph__section-heading {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.7vw, 3.2rem);
    font-weight: 500;
    color: #2D2D2D;
}

.about-monograph__story-grid {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.about-monograph__story-item {
    position: relative;
}

.about-monograph__story-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 0.5px solid rgba(117, 106, 89, 0.58);
    background: #EDE4D5;
}

.about-monograph__story-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 16, 14, 0.82), rgba(18, 16, 14, 0.24) 48%, rgba(18, 16, 14, 0));
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.about-monograph__story-media img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    filter: sepia(0.17) saturate(0.9) contrast(0.95);
    transition: transform 0.42s ease;
}

.about-monograph__story-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    background: linear-gradient(135deg, #cfc7b8, #e7dfd1);
}

.about-monograph__story-placeholder--1 {
    background: linear-gradient(135deg, #5f6e58 0%, #8e9d80 52%, #d6d1c3 100%);
}

.about-monograph__story-placeholder--2 {
    background: linear-gradient(135deg, #6d6358 0%, #a0907f 55%, #e0d4c3 100%);
}

.about-monograph__story-placeholder--3 {
    background: linear-gradient(135deg, #434d59 0%, #727f8d 50%, #d7d8d3 100%);
}

.about-monograph__story-placeholder--4 {
    background: linear-gradient(135deg, #687b78 0%, #9eaea7 50%, #ddd8cc 100%);
}

.about-monograph__story-placeholder--5 {
    background: linear-gradient(135deg, #55606a 0%, #86929f 50%, #dbd6cb 100%);
}

.about-monograph__story-placeholder--6 {
    background: linear-gradient(135deg, #5a5450 0%, #8f8378 52%, #dfd1c2 100%);
}

.about-monograph__story-placeholder--7 {
    background: linear-gradient(135deg, #5a6157 0%, #8b9583 52%, #d9d4c8 100%);
}

.about-monograph__story-placeholder--8 {
    background: linear-gradient(135deg, #6b7168 0%, #9ca496 48%, #d8d4c9 100%);
}

.about-monograph__story-placeholder--9 {
    background: linear-gradient(135deg, #4f5a65 0%, #7d8c97 50%, #d8d7cf 100%);
}

.about-monograph__story-media .about-monograph__grain {
    z-index: 1;
    opacity: 0.38;
}

.about-monograph__story-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 1.15rem 1.1rem 1rem;
    z-index: 3;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.about-monograph__story-caption {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.45;
    color: rgba(244, 241, 234, 0.98);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
    max-width: 100%;
    word-break: break-word;
}

.about-monograph__story-item:hover .about-monograph__story-media::before,
.about-monograph__story-item:focus-within .about-monograph__story-media::before {
    opacity: 1;
}

.about-monograph__story-item:hover .about-monograph__story-overlay,
.about-monograph__story-item:focus-within .about-monograph__story-overlay {
    opacity: 1;
    transform: translateY(0);
}

.about-monograph__story-item:hover .about-monograph__story-media img,
.about-monograph__story-item:focus-within .about-monograph__story-media img {
    transform: scale(1.03);
}

.about-monograph__explore {
    padding-top: 4rem;
}

.about-monograph__explore-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.about-monograph__explore-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.7rem;
    border-radius: 999px;
    border: 2px solid #2D2D2D;
    background: #2D2D2D;
    color: #F4F1EA;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease;
}

.about-monograph__explore-link:hover {
    background: transparent;
    color: #2D2D2D;
}

.about-monograph__signature-block {
    padding-top: 6rem;
}

.about-monograph__signature-block .about-monograph__chapter-wrap {
    max-width: 760px;
    text-align: center;
}

.about-monograph__signoff-text {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.1rem, 1.5vw, 1.34rem);
    line-height: 1.82;
    color: #3B342B;
}

.about-monograph__signature-wrap {
    margin-top: 1.2rem;
}

.about-monograph__signature-wrap img {
    max-width: 210px;
    width: 100%;
    height: auto;
}

.about-monograph__tagline {
    margin: 0.5rem 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #564D42;
}

@media (max-width: 1024px) {
    .about-monograph__hero {
        padding-top: 7rem;
    }

    .about-monograph__wrap {
        grid-template-columns: 1fr;
    }

    .about-monograph__intro {
        max-width: 640px;
    }

    .about-monograph__story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .about-monograph__hero {
        padding-top: 6.2rem;
    }

    .about-monograph__chapter,
    .about-monograph__legacy {
        padding-top: 4.2rem;
    }

    .about-monograph__signature-block {
        padding-top: 5rem;
    }

    .about-monograph__story-grid {
        grid-template-columns: 1fr;
    }

    .about-monograph__story-media::before,
    .about-monograph__story-overlay {
        opacity: 1;
        transform: none;
    }

}
