:root {
  --primary: #0e6b5c;
  --primary-dark: #0a4d42;
  --accent: #e0a82e;
  --accent-soft: #f7e9c4;
  --ink: #23282a;
  --muted: #65706e;
  --surface: #ffffff;
  --background: #f6f4ee;
  --border: #e2dccf;
}

html { font-size: 18px; }
body {
  font-family: 'Lora', Georgia, serif;
  font-size: 18px; line-height: 1.7; color: #23282a;
  background-color: #f6f4ee;
  display: flex; flex-direction: column; min-height: 100vh;
}
.site-main { flex: 1 0 auto; }

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #0e6b5c; font-weight: 700; line-height: 1.25; }
h1, .page-title { font-size: 40px; font-weight: 700; }
h2, .block-heading { font-size: 30px; font-weight: 600; }
h3 { font-size: 22px; font-weight: 600; }

/* ── Header / nav ───────────────────────────────────── */
.site-header { background: #ffffff; border-bottom: 3px solid #0e6b5c; }
.site-navbar { padding: 0 1.5rem; }
.site-brand { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.35rem; color: #0e6b5c !important; }
.site-navbar .uk-navbar-nav > li > a { font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: .82rem; color: #23282a; text-transform: uppercase; }
.site-navbar .uk-navbar-nav > li > a:hover { color: #0e6b5c; }
.uk-navbar-dropdown-nav > li > a { color: #23282a; }
.uk-navbar-dropdown-nav > li > a:hover { color: #0e6b5c; }
.uk-navbar-toggle { color: #0e6b5c; }
.site-footer .uk-offcanvas-bar, #offcanvas-nav .uk-offcanvas-bar { background: #0a4d42; }

/* ── Hero ───────────────────────────────────────────── */
.site-hero { background: linear-gradient(135deg, #0e6b5c 0%, #0a4d42 100%); color: #f6f4ee; }
.hero-artwork { display: block; max-width: min(520px, 92vw); margin: 0 auto 1.5rem; border-radius: 8px; box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.hero-title { color: #ffffff; font-size: 40px; }
.hero-lead { color: #e7d9bd; font-family: 'Source Sans 3', sans-serif; }
.hero-btn { background: #e0a82e; color: #23282a; font-family: 'Montserrat', sans-serif; font-weight: 700; border-radius: 4px; padding: 0 28px; }
.hero-btn:hover { background: #c9941f; color: #23282a; }

/* ── Content ────────────────────────────────────────── */
.site-prose { color: #23282a; }
.site-prose p, .block-paragraph { margin: 0 0 1.2em; }
.block-image, .article-main-image { max-width: 100%; height: auto; border-radius: 6px; margin: 1.2em 0; }
@media (min-width: 960px) { .article-main-image { float: right; max-width: 40%; margin: .2em 0 1em 1.6em; } }
.article-summary { border-left: 4px solid #e0a82e; background: #f7e9c4; padding: 1em 1.3em; border-radius: 0 6px 6px 0; }
.article-dates, .uk-article-meta { color: #65706e; font-family: 'Source Sans 3', sans-serif; }
.block-quote { border-left: 4px solid #e0a82e; padding: .4em 0 .4em 1.3em; color: #65706e; font-style: italic; font-size: 1.1rem; }
.block-list { margin-left: 1.2em; }
.block-table { margin: 1.4em 0; }

/* post feed (listing) */
.post-feed .block-list-item { padding: 1.2em 0; border-bottom: 1px solid var(--border); }
.list-item-title { font-size: 24px; margin: 0 0 .2em; }
.list-item-title a { color: #0e6b5c; text-decoration: none; }
.list-item-title a:hover { color: #e0a82e; }
.list-item-meta { font-family: 'Source Sans 3', sans-serif; font-size: .85rem; color: #65706e; }
.list-item-excerpt { color: #23282a; }

/* content body links — scoped, visible */
.site-prose a, .block-paragraph a, .block-list a, .list-item-excerpt a {
  color: #0e6b5c; text-decoration: underline; text-decoration-color: #e0a82e;
}
.site-prose a:hover, .block-paragraph a:hover { color: #0a4d42; }

/* ── Breadcrumbs ────────────────────────────────────── */
.breadcrumb-bar { padding-top: 1rem; }
.breadcrumb-bar .uk-breadcrumb a { color: #0e6b5c; }

/* ── Cards ──────────────────────────────────────────── */
.card-grid { margin-top: 1rem; }
.default-card, .horizontal-card, .card-minimal { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.uk-card-title a, .horizontal-card h5 a, .card-minimal h5 a { color: #0e6b5c; }
.card-minimal { border-left: 3px solid #e0a82e; padding: .9em 1.2em; background: #fff; }
.read-more-btn { color: #e0a82e !important; font-weight: 700; }

/* ── ToC ────────────────────────────────────────────── */
.toc-box { background: #ffffff; border: 1px solid var(--border); border-radius: 8px; padding: 1em 1.2em; margin-bottom: 1.4em; }
.toc-box h6 { color: #0e6b5c; margin-top: 0; }
.toc-box a { color: #23282a; }
.toc-level-3 { padding-left: 1em; }

/* ── Footer ─────────────────────────────────────────── */
.site-footer { background-color: #0a4d42; color: #d3ddd9; padding-bottom: 0; font-family: 'Source Sans 3', sans-serif; }
.site-footer .footer-title { color: #ffffff; font-family: 'Montserrat', sans-serif; }
.site-footer a { color: #d3ddd9; }
.site-footer a:hover { color: #e0a82e; }
.footer-links { column-count: 2; }
.footer-copyright { background: rgba(0,0,0,.22); padding: .9em 0; margin-top: 1.4rem; }
@media (max-width: 640px) { .footer-links { column-count: 1; } }
