/* politics.day -- Scandinavian/Zen contemplative digest
 * Palette:
 *   #ffffff  Morning White (primary background)
 *   #faf6f0  Warm Dawn (gradient end)
 *   #1a1a1a  Ink (primary text)
 *   #457b9d  Policy Blue (accent / left borders)
 *   #999999  Quiet Gray (metadata)
 *   #e0e0e0  Line Light (dividers)
 *   #f8f4ee  Evening Warm (footer background)
 *   #666666  Body Gray (body text)
 *
 * Typography:
 *   Display : Inter (Google Fonts)
 *   Body    : Lora (Google Fonts)
 *   Meta    : Inter
 *
 * Principle: ma-negative-space. Content occupies <40% of viewport.
 * Zero animations. Zero hover effects. Pure stillness.
 */

/* ------------------------------------------------------------------ */
/*  Reset                                                             */
/* ------------------------------------------------------------------ */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: auto;
}

body {
    background: #ffffff;
    color: #1a1a1a;
    font-family: "Lora", Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ------------------------------------------------------------------ */
/*  Hero (Dawn Header)                                                */
/* ------------------------------------------------------------------ */

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 560px;
    background: linear-gradient(180deg, #ffffff 0%, #faf6f0 100%);
}

.hero-text {
    position: absolute;
    top: 38.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 24px;
}

.hero-domain {
    display: block;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    letter-spacing: 0.04em;
    color: #1a1a1a;
}

.hero-date {
    display: block;
    margin-top: 28px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #999999;
}

.hero-line {
    position: absolute;
    left: 50%;
    bottom: 38.2%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #e0e0e0;
}

/* ------------------------------------------------------------------ */
/*  Feed (Meditative Reading Column)                                  */
/* ------------------------------------------------------------------ */

.feed {
    max-width: 500px;
    margin: 0 auto;
    padding: 160px 24px 200px;
}

/* Section meta-row -- a small structural label between groups       */
.meta-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 96px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #999999;
}

.meta-label {
    color: #1a1a1a;
}

.meta-divider {
    color: #e0e0e0;
    flex: 0 0 auto;
}

.meta-issue {
    color: #999999;
}

/* Content block ------------------------------------------------- */

.block {
    border-left: 2px solid #457b9d;
    padding-left: 20px;
    margin-bottom: 120px;
}

.block:last-of-type {
    margin-bottom: 0;
}

.block-time {
    display: block;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 18px;
}

.block-headline {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(1.2rem, 3vw, 2rem);
    line-height: 1.35;
    letter-spacing: -0.005em;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.block-body {
    font-family: "Lora", Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.9;
    color: #666666;
    margin-bottom: 24px;
}

.block-source {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
}

/* Single horizontal line between major groupings ---------------- */

.section-line {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    width: 60px;
    margin: 0 0 120px 0;
}

/* ------------------------------------------------------------------ */
/*  Footer (Evening Reflection)                                       */
/* ------------------------------------------------------------------ */

.footer {
    background: linear-gradient(180deg, #ffffff 0%, #f8f4ee 100%);
    padding: 200px 24px 220px;
}

.footer-inner {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.footer-line {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    width: 60px;
    margin: 0 auto 80px;
}

.footer-thought {
    font-family: "Lora", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1a1a1a;
    margin-bottom: 120px;
}

.footer-thought em {
    font-style: italic;
}

.footer-imprint {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 16px;
}

.footer-colophon {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    color: #999999;
}

/* ------------------------------------------------------------------ */
/*  Responsive adjustments (preserving extreme white space)           */
/* ------------------------------------------------------------------ */

@media (max-width: 600px) {
    .feed {
        padding: 120px 24px 160px;
    }

    .footer {
        padding: 160px 24px 180px;
    }

    .block {
        margin-bottom: 100px;
    }

    .meta-row {
        margin-bottom: 80px;
    }

    .section-line {
        margin-bottom: 100px;
    }

    .footer-thought {
        margin-bottom: 100px;
    }
}

@media (max-width: 400px) {
    .meta-row {
        gap: 10px;
        font-size: 0.65rem;
    }

    .meta-divider {
        display: none;
    }
}

/* Print: keep the contemplative spirit on paper */
@media print {
    body {
        background: #ffffff;
        color: #1a1a1a;
    }
    .hero {
        height: auto;
        padding: 80px 0;
        background: #ffffff;
    }
    .hero-text {
        position: static;
        transform: none;
    }
    .hero-line,
    .section-line,
    .footer-line {
        background: #e0e0e0;
    }
    .footer {
        background: #ffffff;
        padding: 80px 0;
    }
}
