/* Gospel of the Father — quiet, warm, simple */
:root {
    --paper: #fbf7ef;
    --paper-deep: #f3eadb;
    --ink: #655845;
    --ink-soft: #8a7960;
    --gold: #c89548;
    --gold-light: #dfba76;
    --line: rgba(200, 149, 72, .34);
    --header-h: 72px;
    --fathers-h: 54px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.92), transparent 36rem),
        linear-gradient(180deg, #fffaf2 0%, var(--paper) 52%, #f8f1e6 100%);
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.8;
    padding-top: var(--header-h);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(790px, calc(100% - 36px)); margin: 0 auto; }
.site-header {
    position: fixed; inset: 0 0 auto 0; height: var(--header-h); z-index: 1000;
    background: rgba(251,247,239,.96); backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand-star { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 auto; text-decoration: none; }
.brand-star img { width: 32px; height: 32px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); white-space: nowrap; }
.main-nav a { text-decoration: none; color: #77654d; font-size: .98rem; padding: 22px 0 19px; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #8a6a36; border-color: var(--gold-light); }
.fathers-nav {
    position: sticky; top: var(--header-h); z-index: 900;
    background: rgba(251,247,239,.97); border-bottom: 1px solid rgba(200,149,72,.24);
    overflow-x: auto; scrollbar-width: none;
}
.fathers-nav::-webkit-scrollbar { display: none; }
.fathers-nav-inner { min-height: var(--fathers-h); display: flex; align-items: center; justify-content: center; gap: 26px; width: max-content; min-width: 100%; padding: 0 18px; }
.fathers-nav a { text-decoration: none; color: var(--ink-soft); font-size: .95rem; padding: 14px 0 11px; border-bottom: 2px solid transparent; }
.fathers-nav a:hover, .fathers-nav a[aria-current="page"] { color: #7d653f; border-color: var(--gold); }
.hero { padding: 28px 0 0; }
.hero img { width: 100%; height: auto; }
.intro { margin: 54px auto 0; text-align: center; }
.intro-mark { width: 52px; height: 1px; background: var(--gold); margin: 0 auto 28px; position: relative; }
.intro-mark::after { content: "◆"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-54%); color: var(--gold); background: var(--paper); padding: 0 10px; font-size: .62rem; }
h1,h2 { font-weight: 400; line-height: 1.25; color: #826a45; margin-top: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4rem); margin-bottom: 24px; }
h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); margin-bottom: 20px; }
.lead { font-size: clamp(1.12rem, 1.6vw, 1.28rem); color: var(--ink); margin: 0 0 20px; }
.soft { color: var(--ink-soft); }
.home-clarification {
    margin-top: 42px;
    padding: 28px 30px 30px;
    text-align: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.home-clarification p { margin: 0 auto 12px; color: var(--ink-soft); font-size: 1.05rem; }
.home-clarification strong { color: #7d653f; font-weight: 400; }
.home-fathers { padding: 46px 0 26px; }
.home-fathers-inner { max-width: 820px; margin: 0 auto; text-align: center; padding: 42px 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-fathers p { color: var(--ink-soft); font-size: 1.08rem; margin: 0 auto 18px; }
.text-link { display: inline-block; margin-top: 12px; color: #84683d; text-decoration: none; border-bottom: 1px solid var(--gold-light); padding-bottom: 2px; }
.text-link:hover { color: #a27732; }
.page-shell { padding: 66px 0 34px; }
.page-heading { text-align: center; margin-bottom: 42px; }
.page-heading .eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; margin-bottom: 9px; }
.article { font-size: 1.08rem; color: var(--ink-soft); }
.article p { margin: 0 0 1.28em; }
.article p:first-child { color: var(--ink); font-size: 1.13rem; }
.article-nav { margin-top: 54px; padding: 24px 0 10px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.article-nav a { text-decoration: none; color: #7d653f; }
.article-nav .next { text-align: right; }
.article-nav small { display: block; color: #a28f72; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.article-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 2rem 0;
}
.emblem-page-image { width: min(690px, 92vw); margin: 34px auto 42px; }
.motto { text-align: center; color: #7d653f; font-size: clamp(1.06rem,2vw,1.22rem); margin: 28px 0 34px; }
.pillars { max-width: 760px; margin: 0 auto; }
.pillars p { color: var(--ink-soft); margin: 0 0 18px; }
.pillars strong { color: #7d653f; font-weight: 400; }
.contact-form { max-width: 680px; margin: 30px auto 0; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 6px; color: #7b674a; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.48); color: var(--ink); font: inherit; padding: 12px 14px; border-radius: 2px; outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { min-height: 180px; resize: vertical; }
.button { appearance: none; border: 1px solid var(--gold); background: transparent; color: #7d653f; font: inherit; padding: 10px 26px; cursor: pointer; }
.button:hover { background: rgba(200,149,72,.08); }
.notice { padding: 12px 15px; border: 1px solid var(--line); margin: 0 0 22px; color: var(--ink-soft); }
.honeypot { position: absolute; left: -9999px; }
.what-this-is-article h2 { margin-top: 2.15rem; }
.what-this-is-closing { margin-top: 2.8rem; padding: 26px 22px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.what-this-is-closing p { margin: 0 0 .55rem; }
.what-this-is-closing p:last-child { margin-bottom: 0; }
.scripture-invitation {
    margin-top: 46px;
    padding: 30px 0 6px;
    text-align: center;
    border-top: 1px solid var(--line);
}
.scripture-invitation h2 { margin-bottom: 14px; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.scripture-invitation p { max-width: 680px; margin: 0 auto 10px; color: var(--ink-soft); }
.reference-intro { max-width: 710px; margin: 0 auto; color: var(--ink-soft); font-size: 1.03rem; }
.gospel-references { margin-top: 10px; }
.gospel-reference-section { padding: 30px 0 32px; border-top: 1px solid var(--line); }
.gospel-reference-section:first-child { border-top: 0; }
.gospel-reference-section h2 { margin-bottom: 14px; }
.reference-list { margin: 0; line-height: 2.05; color: #aa9575; }
.reference-list a {
    color: #7d653f;
    text-decoration: none;
    border-bottom: 1px solid rgba(200,149,72,.42);
    white-space: nowrap;
}
.reference-list a:hover { color: #a27732; border-bottom-color: var(--gold); }

footer { margin-top: 52px; border-top: 1px solid rgba(200,149,72,.24); text-align: center; padding: 22px 0 28px; color: #aa9575; font-size: .88rem; }
.footer-inner { max-width: 900px; }
.footer-statement { margin: 0 0 5px; color: #917b5d; font-size: .9rem; }
.footer-copy { margin: 0; font-size: .82rem; }
@media (max-width: 760px) {
    :root { --header-h: 64px; }
    .wrap { width: min(100% - 24px, 1120px); }
    .site-header .wrap { width: calc(100% - 18px); }
    .main-nav { gap: 16px; overflow-x: auto; scrollbar-width: none; }
    .main-nav::-webkit-scrollbar { display:none; }
    .main-nav a { font-size: .89rem; padding: 20px 0 16px; }
    .brand-star { width: 34px; }
    .brand-star img { width: 28px; height: 28px; }
    .fathers-nav-inner { justify-content: flex-start; gap: 22px; }
    .hero { padding-top: 14px; }
    .intro { margin-top: 40px; }
    .home-clarification { padding: 24px 14px 26px; }
    .home-fathers-inner { padding: 34px 12px; }
    .page-shell { padding-top: 48px; }
}

/* Messiah Gospel References — compact comparison and linked reference lists */
.reference-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 42px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.reference-summary a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 18px 8px 16px;
    text-align: center;
    text-decoration: none;
    color: var(--ink-soft);
}
.reference-summary a:hover { background: rgba(200,149,72,.05); color: #7d653f; }
.reference-summary-name { font-size: .83rem; line-height: 1.3; }
.reference-summary-count { color: #826a45; font-size: 1.65rem; line-height: 1.1; }
.reference-reflection {
    margin: 0 0 46px;
    padding: 30px 28px;
    text-align: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.reference-reflection h2 { margin-bottom: 16px; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.reference-reflection p { max-width: 690px; margin: 0 auto 12px; color: var(--ink-soft); }
.reference-reflection p:last-child { margin-bottom: 0; }
.subject-reference-section { scroll-margin-top: calc(var(--header-h) + var(--fathers-h) + 20px); padding: 38px 0 40px; border-top: 1px solid var(--line); }
.subject-reference-section:first-child { border-top: 0; }
.subject-reference-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.subject-reference-heading h2 { margin: 0; }
.subject-reference-heading span { flex: 0 0 auto; color: #a28f72; font-size: .88rem; letter-spacing: .05em; }
.compact-reference-list { margin: 0 0 13px; color: var(--ink-soft); line-height: 1.95; }
.compact-reference-list strong { color: #7d653f; font-weight: 400; }
.compact-reference-list a {
    color: #7d653f;
    text-decoration: none;
    border-bottom: 1px solid rgba(200,149,72,.38);
    white-space: nowrap;
}
.compact-reference-list a:hover { color: #a27732; border-bottom-color: var(--gold); }

@media (max-width: 760px) {
    .reference-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reference-summary a:last-child { grid-column: 1 / -1; }
    .reference-reflection { padding: 26px 12px; }
    .subject-reference-heading { align-items: flex-end; }
    .subject-reference-heading span { font-size: .82rem; }
}
