/* GBM — minimal, typographic, sovereign */

/* GLOBAL */
body {
    font-family: Georgia, serif;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.55;
    font-size: 13.5px;
    color: #000000;
    background-color: #fcfcfc;
    max-width: 5.8in;
}

/* CONTENT PANEL — used only on article pages */
.content {
    width: 5.8in;
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    margin: 40px auto 0 auto;
}

/* Invisible spacing block for pages without titles */
.article-title-space {
    height: 80px;
}

/* Article titles inside content panel (for pages that DO have titles) */
.content h1 {
    margin-top: 32px;
}


/* Typography */
h1, h2, h3 {
    font-weight: normal;
    margin-top: 38px;
    margin-bottom: 5px;
    color: #000000;
}

/* Article H1 — smaller for two-line fit */
h1 {
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 26px;
    line-height: 1.28;
}

h2 {
    font-size: 16.5px;
    margin-top: 0;
    margin-bottom: 26px;
}

h3 {
    font-size: 15.5px;
    margin-top: 30px;
}

/* GBM homepage title */
.gbm-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 2px;
    line-height: 1.2;
    color: #002244;
}

/* Homepage description spacing */
/* Homepage description spacing */
p {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 13.5px;
    color: #000000;
}

/* Homepage link list spacing + size */
.homepage-links {
    margin-top: 60px;   /* distance from GBM heading */
    font-size: 20px;    /* larger letters */
    line-height: 2;   /* optional: calmer vertical rhythm */
}

ul {
    margin: 18px 0;
    padding-left: 20px;
}

li {
    margin-bottom: 7px;
    font-size: 13.5px;
    color: #000000;
}

/* Links */
a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Timestamp */
.timestamp {
    margin-top: 18px;
    margin-bottom: 36px;
    font-style: normal;
    color: #000000;
    font-size: 12px;
}

/* GBM index link */
.gbm-link {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-bottom: 36px;
}

/* Bottom-right date */
.date-bottom-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #000000;
    font-size: 12px;
    font-style: normal;
}

/* ------------------------------ */
/* MOBILE REFINEMENT (GBM style)  */
/* ------------------------------ */

@media (max-width: 600px) {

    body {
        margin: 20px auto;
        padding: 0 12px;
        font-size: 13px;
        max-width: 100%;
    }

    .content {
        width: 100%;
        padding: 18px;
    }

    .gbm-title {
        font-size: 32px;
        margin-top: 5px;
        margin-bottom: 1px;
    }

    h1 {
        font-size: 18px;
        margin-bottom: 22px;
        line-height: 1.3;
    }

    h2 {
        font-size: 15.5px;
        margin-bottom: 22px;
    }

    .gbm-link {
        font-size: 15.5px;
        margin-bottom: 30px;
    }
}
