/* fp-enhancements.css — Breadcrumbs, article meta, scroll-to-top */

/* Breadcrumb navigation */
.fp-breadcrumb{max-width:var(--narrow,800px);margin:0 auto;padding:.5rem 1rem .25rem;font-size:.78rem;font-family:var(--fp-sans);color:var(--fp-gray-2,#546e7a);line-height:1.4}
.fp-breadcrumb a{color:var(--fp-warm,#A0522D);text-decoration:none;font-weight:600}
.fp-breadcrumb a:hover{text-decoration:underline}
.fp-breadcrumb span[aria-hidden]{margin:0 .35rem;opacity:.4;font-weight:400}
.fp-breadcrumb span[aria-current]{font-weight:500;color:var(--fp-gray-1,#1a2e35)}
@media(max-width:640px){.fp-breadcrumb{padding:.4rem .75rem .15rem;font-size:.72rem}}

/* Article meta line (reading time + reviewed date) */
.fp-article-meta{max-width:var(--narrow,800px);padding:.5rem 0 .75rem;font-size:.78rem;font-family:var(--fp-sans);color:var(--fp-gray-2,#546e7a);display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}
.fp-reading-time{display:inline-flex;align-items:center;gap:.3rem}
.fp-reading-time::before{content:'';display:inline-block;width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23546e7a' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center/contain no-repeat}
.fp-reviewed{font-style:italic;opacity:.8}
.fp-meta-dot{opacity:.35}

/* Author byline */
.fp-byline{font-weight:600;color:var(--fp-gray-1,#1a2e35);margin-right:.5rem}

/* Scroll-to-top button */
.fp-scroll-top{position:fixed;bottom:90px;left:18px;z-index:9997;width:40px;height:40px;border-radius:50%;border:none;background:var(--fp-warm,#A0522D);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(160,82,45,.3);opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;pointer-events:none}
.fp-scroll-top.visible{opacity:.85;transform:translateY(0);pointer-events:auto}
.fp-scroll-top:hover{opacity:1;transform:translateY(-2px)}
.fp-scroll-top svg{width:18px;height:18px}
@media(max-width:640px){.fp-scroll-top{bottom:90px;left:14px;width:36px;height:36px}.fp-scroll-top svg{width:16px;height:16px}}
@media print{.fp-scroll-top{display:none!important}}

/* Social icons: single centered row on desktop */
@media(min-width:769px){.footer-social{grid-template-columns:repeat(12,34px) !important;justify-content:center !important;}}


/* Footer background: match header ink (#204652) for visual bookending */
.site-footer{background:var(--fp-ink,#204652) !important;}
.footer-bottom{background:rgba(0,0,0,.15) !important;}
