﻿/* ============================================================
   MERGED CSS FOR ANALYSIS
   style_final.css  +  Style_TruthLog.css
   
   Rules for the SAME selectors are grouped together.
   Source of each rule is clearly marked.
   Use this to compare and eliminate what does not fit your idea.
   ============================================================ */


/* ============================================================
   UNIVERSAL / RESET
   ============================================================ */

/* --- From style_final.css --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
    background-image: url("ricepaper.jpg");
}


/* ============================================================
   UNIVERSAL PAGE WIDTH  (shared selectors)
   ============================================================ */

/* --- From style_final.css --- */
.blog-wrapper,
.content-box,
.blog-post,
.post-header,
.truthlog-post,
.topic-thin,
.topic,
article,
section {
    width: 100%;
    min-width: 0;
}

.blog-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.content-box,
section.blog-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 28px 10px;
}




    /* ============================================================
   NESTED / INNER CONTENT PANELS  (TruthLog specific)
   ============================================================ */

    /* --- From Style_TruthLog.css only --- */
    .content-box > .topic,
    section.blog-post > .post-header,
    .truthlog-post,
    .topic-thin > .post-header,
    .topic-thin > .topic,
    .blog-post.fade-in,
    .post-header > article {
        max-width: 850px;
        margin: 22px auto;
        padding: 28px 34px;
        background: rgba(236, 234, 169, 0.2);
        border: 1px solid rgba(198, 163, 22, 0.18);
        border-left: 3px solid rgba(198, 163, 22, 0.48);
        border-radius: 9px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    }

/* Post 3 special case */
.topic > .blog-post,
.topic > .blog-post.fade-in {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
/* ============================================================
   HEADER / BANNER / STORY-TITLE
   ============================================================ */

/* --- From style_final.css --- */
header img {
    max-width: 75%;
    height: auto;
    display: block;
    object-fit: contain;
    padding-block: 20px;
    margin-inline: auto;
    padding-inline: 10px;
}

.story-title {
    text-align: center;
    margin: 28px auto 18px auto;
    color: #3a2a1e;
    font-family: Georgia, "Times New Roman", serif;
}

    .story-title .site-kicker {
        font-size: 2.5rem;
        letter-spacing: 0.22em;
        font-weight: bold;
        color: #3a2a1e;
        margin-bottom: 6px;
    }

.site-kicker img {
    max-width: 75%;
    height: auto;
    display: block;
    object-fit: contain;
    padding-block: 20px;
    margin-inline: auto;
    padding-inline: 10px;
}

.story-title h1 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-variant: small-caps;
    letter-spacing: 0.04em;
    color: #3a2a1e;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.story-title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    font-variant: small-caps;
    letter-spacing: 0.04em;
    color: #3a2a1e;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.story-title p {
    margin: 8px 0 0 0;
    font-size: 16px;
    font-style: italic;
    color: #3a2a1e;
}

.story-banner {
    width: 100%;
    max-width: 780px;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 4px solid #c6a316;
    box-sizing: border-box;
}
/* ============================================================
   BUTTON SYSTEM
   ============================================================ */

/* --- From style_final.css --- */
.button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 12px;
}

.portal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 52px;
    padding: 8px 10px;
    font-size: 12.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    color: #241a10;
    background: linear-gradient( to bottom, #a38a5d 0%, #8a7048 55%, #725936 100% );
    border: 2px solid rgba(82, 62, 39, 0.68);
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(57, 42, 25, 0.28), inset 0 1px 0 rgba(235, 216, 174, 0.35);
    text-shadow: 0 1px 0 rgba(225, 205, 165, 0.30);
}

    .portal-button:hover {
        color: #000;
        background-color: rgba(255,223,112,0.35);
        border-color: #ffc800;
        box-shadow: 0 0 6px rgba(255,200,0,0.35);
    }
h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    color: #3a2a1e;
    line-height: 1.2;
    margin-top: 18px;
    margin-bottom: 0.5em;
}
h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #3a2a1e;
    line-height: 1.2;
    margin-top: 1.1em;
    margin-bottom: 14px;
}

h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #3a2a1e;
    line-height: 1.2;
    margin-top: 1.2em;
    margin-bottom: 14px;
}

h4 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    margin-top: 16px;
}

h5 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2);
    margin-top: 16px;
}
ul, ol {
    color: #412110;
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}
li {
    font-family: "Franklin Gothic", Arial, sans-serif;
    font-size: 14px;
    color: #412110;
    line-height: 1.4;
    margin-bottom: 4px;
}

/* ============================================================
   .topic  and  .topic-thin
   ============================================================ */
.topic {
    margin: 1.2rem auto;
    max-width: 850px;
    padding: 20px;
    background: rgba(207, 180, 109, 0.5);
    border-left: 1px solid #000000;
    font-family: 'Gabriola', 'Palatino Linotype', 'Georgia', serif;
    color: #000000;
    text-shadow: 0 0 2px #FFF3D6, 1px 1px 2px rgba(40, 20, 10, 0.4);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 18px;
    border-radius: 8px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.topic ol {
    color: #3A2A1E;
    margin: 1em 0;
    padding-left: 2em;
}

.topic li {
    color: #5B3A29;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

.topic-thin {
    margin: 1.2rem auto;
    max-width: 850px;
    padding: 20px;
    border-left: 0px solid #000000;
    font-family: 'Gabriola', 'Palatino Linotype', 'Georgia', serif;
    color: #3B2416;
    text-shadow: 0 0 2px #FFF3D6, 1px 1px 2px rgba(40, 20, 10, 0.4);
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 20px;
    border-radius: 8px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.topic-thin li::marker {
    color: #5B3A29;
}
    .topic-thin h2 {
        font-family: 'Gabriola', 'Palatino Linotype', 'Georgia', serif;
        color: #3a2a1e;
        text-align: center;
        text-shadow: 0 0 2px #FFF3D6, 1px 1px 2px rgba(40, 20, 10, 0.4);
        font-size: 20px;
    }

    .topic-thin h1 {
        font-family: 'Gabriola', 'Palatino Linotype', 'Georgia', serif;
        color: #5b3a29;
        text-align: center;
        font-size: 20px;
    }

    .topic-thin h3 {
        font-family: 'Gabriola', 'Palatino Linotype', 'Georgia', serif;
        color: #4e342e;
        text-align: center;
        font-size: 20px;
    }
.topic-thin ul, ol {
    color: #3A2A1E;
    margin: 1em 0;
    padding-left: 2em;
}

    .topic-thin li {
        color: #4e342e;
        margin-bottom: 0.5em;
        line-height: 1.6;
    }

    p,
    .blog-wrapper p,
    .content-box p,
    .blog-post p,
    .post-header p,
    .truthlog-post p,
    .topic-thin p,
    .topic p,
    article p {
        color: #3A2A1E;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.012em;
        text-align: justify;
        margin-top: 0;
        margin-bottom: 1.05em;
    }
strong,
b {
    color: #110d02;
}
i,
em {
    color: #110d02;
}
.blog-date {
    max-width: 700px;
    margin: 6px auto 20px;
    text-align: center;
}

    .blog-date p {
        margin: 0 !important;
        color: #110d02;
        font-size: 0.86rem;
        line-height: 1.01 !important;
        text-align: center;
        font-style: italic;
    }

.post-subtitle {
    text-align: center !important;
    font-style: italic;
}

/* ============================================================
   LINKS
   ============================================================ */

/* --- From style_final.css --- */
a {
    color: #4b3621;
    text-decoration: none;
}
    a:hover,
    a:focus {
        color: #796105;
        text-decoration: underline;
    }

* ============================================================
QUOTES / BLOCKQUOTE / INTRO-PASSAGE
============================================================ */
/* --- From style_final.css --- */
.intro-passage {
    max-width: 650px;
    margin: 50px auto 40px auto;
    padding: 25px 40px;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: rgba(242, 230, 165, 0.8);
    border-left: 1px solid rgba(212, 175, 55, 0.5);
    border-right: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.blockquote {
    font-style: italic;
    background-color: rgba(239, 211, 156, 0.3);
    border-left: 4px solid #000;
    padding: 12px 20px;
    margin: 20px 0;
    color: #5B3A29;
}
/* ============================================================
   POEM STYLES
   ============================================================ */

/* --- From style_final.css --- */
.poem {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #e6cf8d;
    letter-spacing: 0.05em;
    font-size: 12px;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    line-height: 1.2;
    white-space: pre-line;
    text-align: center;
    background: rgba(30, 25, 20, 0.7);
    border-left: 4px solid #999;
    border-radius: 4px;
}

.stanza {
    max-width: 65ch;
    margin-inline: auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #e6cf8d;
    letter-spacing: 0.05em;
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
    white-space: pre-line;
}

.poem-mono {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #e6cf8d;
    letter-spacing: 0.05em;
    font-size: 12px;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    line-height: 1.6;
    white-space: pre;
    background: rgba(30, 25, 20, 0.7);
    border-left: 4px solid #999;
    border-radius: 4px;
    text-align: left;
}

/* ============================================================
   TABLES
   ============================================================ */

/* --- From style_final.css --- */
table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: none;
    padding: 4px;
    text-align: left;
    font-family: 'Gabriola', 'Palatino Linotype', 'Georgia', serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #e6cf8d;
    font-size: 14px;
    letter-spacing: 0.1em;
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.2);
}

tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.4);
}
/* ============================================================
   IMAGES
   ============================================================ */

/* --- From style_final.css --- */
.serious img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    padding-block: 5px;
}

.wolf img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    padding-block: 5px;
}

/* --- From Style_TruthLog.css --- */
.content-box img,
.blog-post img,
.post-header img,
.truthlog-post img,
.topic-thin img,
.topic img,
article img {
    display: block;
    max-width: min(680px, 92%) !important;
    height: auto !important;
    margin: 24px auto !important;
    object-fit: contain;
}

img[alt="My truth"],
img[alt="My Truth"] {
    max-width: min(330px, 55%) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    background: transparent !important;
}

FOOTNOTES
============================================================ */
/* --- From style_final.css only --- */
.footnotes {
    margin-top: 1em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
    align-content: center;
    font-size: 0.7em;
    color: #000;
    max-width: 500px;
}

.footnotes sup {
    font-weight: bold;
    color: #555;
}

.footnotes li {
    margin-bottom: 0.6em;
    list-style: decimal inside;
    line-height: 1.5;
}

.footnotes a {
    color: #336699;
    text-decoration: underline;
}


/* ============================================================
   FOOTER
   ============================================================ */

/* --- From Style_TruthLog.css only --- */
footer,
.site-footer {
    width: min(760px, calc(100% - 36px));
    margin: 22px auto 0;
    padding: 20px 10px 28px;
    border-top: 1px solid rgba(230, 207, 141, 0.2);
    text-align: center;
}

    footer p,
    .site-footer p {
        margin: 5px auto !important;
        color: #8f8267 !important;
        font-size: 0.78rem !important;
        line-height: 1.45 !important;
        text-align: center !important;
    }


/* ============================================================
   OTHER / MISC FROM style_final.css
   ============================================================ */

.essay-title-block {
    max-width: 750px;
    margin: 40px auto 28px auto;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

    .essay-title-block h1 {
        margin: 0 0 14px 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 18px;
        line-height: 1.15;
        font-weight: bold;
        font-style: italic;
        color: #e6cf8d;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    .essay-title-block .subtitle {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 16px;
        line-height: 1.35;
        font-weight: bold;
        color: #e6cf8d;
    }

.codex-wrapper {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.codex-column {
    column-count: 1;
    column-gap: 10px;
    column-rule: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
    font-family: Georgia, "Times New Roman", serif;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: justify;
}

.simple-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 22px;
    justify-content: center;
    padding: 0 10px;
    max-width: 1000px;
    margin: 20px auto;
}

.grid-box {
    background-color: rgba(242, 226, 194, 0.4);
    padding: 5px;
    text-align: center;
    transition: transform 0.2s;
    width: 100%;
}

    .grid-box a {
        font-size: 14px;
        color: #5B3A29;
        text-decoration: none;
    }
    .grid-box img {
        width: 80%;
        max-width: 350px;
        height: auto;
        display: block;
        margin: 1px auto 1px;
        padding: 1px;
        border: 5px solid #b29408;
        border-radius: 1px;
        box-shadow: none;
        background: none;
    }

.threshold {
    max-width: 1100px;
    margin: 20px auto;
    padding: 0 20px;
}

.tagline {
    font-size: 1.8rem;
    font-style: italic;
    color: #b89e6e;
    margin-bottom: 50px;
}

.paths {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.path {
    flex: 1;
    min-width: 320px;
    max-width: 480px;
    background: rgba(30, 25, 20, 0.7);
    border: 1px solid #6b5c3d;
    border-radius: 12px;
    padding: 10px 10px;
    transition: all 0.4s ease;
}

    .path:hover {
        transform: translateY(-12px);
        border-color: #d4af88;
        box-shadow: 0 0 35px rgba(212, 175, 136, 0.3);
    }

    .path h2 {
        color: #e8c080;
        font-size: 1.1rem;
        margin: 15px 0;
    }

    .path p {
        text-align: justify;
        line-height: 1.6;
        font-size: 1.05rem;
        max-width: 90%;
        margin: 0 auto 20px auto;
    }

.enter-btn {
    display: inline-block;
    transition: all 0.3s;
}

    .enter-btn:hover {
        background: #000000;
        color: #000000;
    }

#site-menu {
    width: 100%;
    margin: 0 auto;
}

.post-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: min(700px, calc(100% - 36px));
    margin: 34px auto 24px;
    padding: 12px 0;
    border-top: 1px solid rgba(230, 207, 141, 0.22);
    border-bottom: 1px solid rgba(230, 207, 141, 0.22);
}

    .post-nav a {
        display: inline-block;
        padding: 8px 10px;
        font-family: "Franklin Gothic Medium", Arial, sans-serif;
        font-size: 0.9rem;
        letter-spacing: 0.03em;
    }