/*
Theme Name: Letmus
Theme URI: https://letmus.nl
Author: Herman
Author URI: https://letmus.nl
Description: Klassiek redactioneel WordPress-thema voor het literaire magazine Letmus. Met magazine-voorpagina (openingsverhaal, rubrieken, essays en schrijftips), serif typografie, drop caps, pull-quotes, broodkruimels, inhoudsopgave en EEAT-vriendelijke auteurspagina's.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: letmus
Tags: blog, magazine, editorial, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   1. Design tokens - warm paper, ink, bordeaux accent
   ========================================================================== */
:root {
  --lm-ink: #211d1a;
  --lm-ink-soft: #524c45;
  --lm-muted: #8a8279;
  --lm-paper: #f8f4ec;
  --lm-surface: #fffdf8;
  --lm-surface-2: #efe9dd;
  --lm-line: #ddd5c6;
  --lm-line-strong: #c8bda9;
  --lm-accent: #8c2f33;
  --lm-accent-dark: #6e2226;
  --lm-accent-soft: #f3e6e2;
  --lm-gold: #9a7b3f;

  --lm-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --lm-font-body: "Newsreader", Georgia, "Times New Roman", serif;
  --lm-font-meta: "DM Sans", system-ui, -apple-system, sans-serif;

  --lm-wrap: 1200px;
  --lm-read: 680px;
  --lm-shadow: 0 1px 2px rgba(33,29,26,.04), 0 10px 30px rgba(33,29,26,.07);
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--lm-font-body);
  font-optical-sizing: auto;
  font-size: 1.12rem;
  line-height: 1.72;
  color: var(--lm-ink);
  background: var(--lm-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lm-accent); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 2px; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--lm-font-display);
  font-weight: 700;
  line-height: 1.14;
  color: var(--lm-ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.2em; }

.lm-wrap { width: min(100% - 2.5rem, var(--lm-wrap)); margin-inline: auto; }
.lm-read { width: min(100% - 2.5rem, var(--lm-read)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; border: 0; padding: 0; margin: -1px; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 999; background: var(--lm-ink); color: #fff; padding: .6rem 1rem; }
.skip-link:focus { left: 0; }

/* meta label (kicker) - the one sans element */
.lm-kicker {
  font-family: var(--lm-font-meta); font-weight: 600; font-size: .72rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--lm-accent);
  display: inline-block;
}
.lm-kicker--muted { color: var(--lm-muted); }

.lm-rule { height: 1px; background: var(--lm-line); border: 0; margin: 0; }
.lm-rule--double { height: 4px; border-top: 1px solid var(--lm-ink); border-bottom: 1px solid var(--lm-ink); background: transparent; }

/* ==========================================================================
   3. Buttons
   ========================================================================== */
.lm-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--lm-font-meta); font-weight: 600; font-size: .85rem;
  letter-spacing: .04em; text-transform: uppercase;
  padding: .7rem 1.3rem; border: 1.5px solid var(--lm-ink); background: var(--lm-ink); color: var(--lm-paper);
  cursor: pointer; transition: background .2s, color .2s; border-radius: 0;
}
.lm-btn:hover { background: transparent; color: var(--lm-ink); text-decoration: none; }
.lm-btn--accent { background: var(--lm-accent); border-color: var(--lm-accent); color: #fff; }
.lm-btn--accent:hover { background: transparent; color: var(--lm-accent); }
.lm-btn--ghost { background: transparent; color: var(--lm-ink); }
.lm-btn--ghost:hover { background: var(--lm-ink); color: var(--lm-paper); }
.lm-btn svg { width: 16px; height: 16px; }

.lm-readmore {
  font-family: var(--lm-font-meta); font-weight: 600; font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--lm-accent); display: inline-flex; align-items: center; gap: .4rem;
}
.lm-readmore svg { width: 15px; height: 15px; }

/* ==========================================================================
   4. Masthead
   ========================================================================== */
.lm-utility {
  border-bottom: 1px solid var(--lm-line); font-family: var(--lm-font-meta);
  font-size: .76rem; color: var(--lm-muted);
}
.lm-utility .lm-wrap { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 1rem; }
.lm-utility__date { letter-spacing: .06em; text-transform: uppercase; }
.lm-utility__socials { display: flex; gap: .9rem; align-items: center; }
.lm-utility__socials a { color: var(--lm-ink-soft); display: inline-flex; }
.lm-utility__socials svg { width: 16px; height: 16px; }

.lm-masthead { text-align: center; padding: 1.8rem 0 1.4rem; }
.lm-masthead__logo { display: inline-flex; }
.lm-masthead__name {
  font-family: var(--lm-font-display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 3.8rem);
  letter-spacing: .02em; color: var(--lm-ink); line-height: 1;
}
.lm-masthead__name:hover { text-decoration: none; }
.lm-masthead__tag {
  font-family: var(--lm-font-body); font-style: italic; font-size: 1.05rem; color: var(--lm-ink-soft);
  margin-top: .5rem;
}

/* primary nav (rubrieken) */
.lm-nav { border-top: 1px solid var(--lm-ink); border-bottom: 1px solid var(--lm-ink); position: sticky; top: 0; z-index: 50; background: var(--lm-paper); }
.lm-nav__inner { display: flex; align-items: center; justify-content: center; gap: .3rem; min-height: 52px; position: relative; }
.lm-nav ul { list-style: none; display: flex; gap: .2rem; margin: 0; padding: 0; flex-wrap: wrap; justify-content: center; }
.lm-nav a {
  display: block; font-family: var(--lm-font-meta); font-weight: 600; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--lm-ink); padding: .55rem .9rem;
}
.lm-nav a:hover, .lm-nav .current-menu-item > a { color: var(--lm-accent); text-decoration: none; }
.lm-nav__actions { position: absolute; right: 0; display: flex; gap: .25rem; }
.lm-iconbtn { display: grid; place-items: center; width: 40px; height: 40px; border: 0; background: transparent; color: var(--lm-ink); cursor: pointer; }
.lm-iconbtn:hover { color: var(--lm-accent); }
.lm-iconbtn svg { width: 20px; height: 20px; }
.lm-menu-toggle { display: none; position: absolute; left: 0; }

.lm-search-drawer { display: none; border-bottom: 1px solid var(--lm-line); padding: 1rem 0; background: var(--lm-surface); }
.lm-search-drawer.is-open { display: block; }
.lm-search-form { display: flex; gap: .5rem; }
.lm-search-form input[type="search"] {
  flex: 1; padding: .8rem 1rem; border: 1px solid var(--lm-line-strong); background: var(--lm-paper);
  font-family: var(--lm-font-body); font-size: 1.05rem; border-radius: 0;
}
.lm-search-form input[type="search"]:focus { outline: none; border-color: var(--lm-accent); }

/* ==========================================================================
   5. Front page - lead story
   ========================================================================== */
.lm-lead { padding: 2.6rem 0 1rem; }
.lm-lead__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.6rem; align-items: center; }
.lm-lead__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.lm-lead__media .lm-ph { aspect-ratio: 4/3; background: var(--lm-surface-2); display: grid; place-items: center; color: var(--lm-line-strong); }
.lm-lead__kicker { margin-bottom: .8rem; }
.lm-lead__title { font-size: clamp(2.2rem, 4.4vw, 3.5rem); margin-bottom: .7rem; }
.lm-lead__title a { color: var(--lm-ink); }
.lm-lead__title a:hover { color: var(--lm-accent); text-decoration: none; }
.lm-lead__standfirst { font-size: 1.3rem; line-height: 1.5; color: var(--lm-ink-soft); font-style: italic; margin-bottom: 1.2rem; }
.lm-byline { font-family: var(--lm-font-meta); font-size: .82rem; letter-spacing: .04em; color: var(--lm-muted); text-transform: uppercase; }
.lm-byline a { color: var(--lm-ink); }

/* ==========================================================================
   6. Section heads & three-up
   ========================================================================== */
.lm-section { padding: 3rem 0; }
.lm-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; border-bottom: 2px solid var(--lm-ink); padding-bottom: .7rem; }
.lm-section__head h2 { margin: 0; font-size: 1.7rem; }
.lm-section__head .lm-readmore { flex: none; }

.lm-threeup { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.lm-threeup > * { padding: 0 1.6rem; border-left: 1px solid var(--lm-line); }
.lm-threeup > *:first-child { padding-left: 0; border-left: 0; }
.lm-threeup > *:last-child { padding-right: 0; }

/* article teaser */
.lm-teaser__media { margin-bottom: .9rem; overflow: hidden; }
.lm-teaser__media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .5s ease; }
.lm-teaser:hover .lm-teaser__media img { transform: scale(1.03); }
.lm-teaser__media .lm-ph { aspect-ratio: 3/2; background: var(--lm-surface-2); display: grid; place-items: center; color: var(--lm-line-strong); }
.lm-teaser__kicker { margin-bottom: .5rem; }
.lm-teaser__title { font-size: 1.4rem; line-height: 1.2; margin: 0 0 .5rem; }
.lm-teaser__title a { color: var(--lm-ink); }
.lm-teaser__title a:hover { color: var(--lm-accent); text-decoration: none; }
.lm-teaser__excerpt { font-size: 1rem; color: var(--lm-ink-soft); margin: 0 0 .7rem; }
.lm-teaser__byline { font-family: var(--lm-font-meta); font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; color: var(--lm-muted); }

/* ==========================================================================
   7. Rubrieken (editorial list, not cards)
   ========================================================================== */
.lm-section--paper { background: var(--lm-surface); border-block: 1px solid var(--lm-line); }
.lm-rubrieken { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--lm-line); border: 1px solid var(--lm-line); }
.lm-rubriek { background: var(--lm-surface); padding: 1.5rem; display: flex; flex-direction: column; gap: .35rem; color: var(--lm-ink); }
.lm-rubriek:hover { background: var(--lm-accent-soft); text-decoration: none; }
.lm-rubriek__num { font-family: var(--lm-font-meta); font-size: .75rem; letter-spacing: .1em; color: var(--lm-accent); }
.lm-rubriek h3 { font-size: 1.35rem; margin: 0; }
.lm-rubriek span { font-family: var(--lm-font-meta); font-size: .78rem; color: var(--lm-muted); }

/* ==========================================================================
   8. Longreads / essays list
   ========================================================================== */
.lm-longreads { display: flex; flex-direction: column; }
.lm-longread {
  display: grid; grid-template-columns: 120px 1fr 240px; gap: 1.8rem; align-items: center;
  padding: 1.8rem 0; border-bottom: 1px solid var(--lm-line);
}
.lm-longread:first-child { border-top: 1px solid var(--lm-line); }
.lm-longread__index { font-family: var(--lm-font-display); font-size: 2.6rem; color: var(--lm-line-strong); line-height: 1; }
.lm-longread h3 { font-size: 1.7rem; margin: .3rem 0 .4rem; }
.lm-longread h3 a { color: var(--lm-ink); }
.lm-longread h3 a:hover { color: var(--lm-accent); text-decoration: none; }
.lm-longread p { color: var(--lm-ink-soft); margin: 0; font-size: 1.02rem; }
.lm-longread__media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }

/* ==========================================================================
   9. Layout with sidebar (archives)
   ========================================================================== */
.lm-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 3rem; padding: 2.4rem 0 3.5rem; align-items: start; }
.lm-layout--full { grid-template-columns: minmax(0,1fr); }

.lm-crumbs { font-family: var(--lm-font-meta); font-size: .78rem; letter-spacing: .04em; color: var(--lm-muted); padding: 1.2rem 0 0; display: flex; flex-wrap: wrap; gap: .35rem; text-transform: uppercase; }
.lm-crumbs a { color: var(--lm-ink-soft); }
.lm-crumbs .sep { color: var(--lm-line-strong); }

/* grid for archives */
.lm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.4rem 2rem; }

/* ==========================================================================
   10. Single article (centered reading column)
   ========================================================================== */
.lm-article__header { text-align: center; padding: 1.2rem 0 1.8rem; }
.lm-article__kicker { margin-bottom: 1rem; }
.lm-article__title { font-size: clamp(2.2rem, 5vw, 3.6rem); margin: 0 auto .8rem; max-width: 16ch; }
.lm-article__standfirst { font-size: 1.4rem; font-style: italic; color: var(--lm-ink-soft); max-width: 56ch; margin: 0 auto 1.4rem; line-height: 1.5; }
.lm-article__meta { display: flex; justify-content: center; flex-wrap: wrap; gap: .6rem 1.4rem; font-family: var(--lm-font-meta); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--lm-muted); padding-top: 1rem; border-top: 1px solid var(--lm-line); }
.lm-article__meta .lm-author-chip { display: inline-flex; align-items: center; gap: .5rem; }
.lm-article__meta .lm-author-chip img { width: 30px; height: 30px; border-radius: 999px; }
.lm-article__meta b { color: var(--lm-ink); }
.lm-article__meta .lm-updated { color: var(--lm-accent); }
.lm-meta-item { display: inline-flex; align-items: center; gap: .35rem; }
.lm-meta-item svg { width: 14px; height: 14px; }

.lm-featured { margin: 1.8rem 0; }
.lm-featured img { width: 100%; }
.lm-featured figcaption { font-family: var(--lm-font-meta); font-size: .78rem; color: var(--lm-muted); margin-top: .5rem; text-align: center; }

/* table of contents */
.lm-toc { border-top: 1px solid var(--lm-ink); border-bottom: 1px solid var(--lm-ink); padding: 1rem 0; margin: 1.8rem 0; }
.lm-toc__title { font-family: var(--lm-font-meta); font-weight: 600; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lm-accent); margin-bottom: .6rem; }
.lm-toc ol { margin: 0; padding-left: 1.2rem; font-family: var(--lm-font-meta); font-size: .9rem; columns: 2; column-gap: 2rem; }
.lm-toc li { margin: .2rem 0; }
.lm-toc a { color: var(--lm-ink-soft); }
.lm-toc .lvl-3 { margin-left: .8rem; }

/* content typography - the reading experience */
.lm-content { font-size: 1.2rem; line-height: 1.8; }
.lm-content > * { scroll-margin-top: 90px; }
.lm-content > p:first-of-type::first-letter {
  font-family: var(--lm-font-display); float: left; font-size: 4.6rem; line-height: .82;
  padding: .08em .12em 0 0; color: var(--lm-accent); font-weight: 800;
}
.lm-content h2 { margin-top: 2.4rem; font-size: 1.9rem; }
.lm-content h3 { margin-top: 1.8rem; font-size: 1.45rem; }
.lm-content figure { margin: 2rem 0; }
.lm-content figcaption { font-family: var(--lm-font-meta); font-size: .8rem; color: var(--lm-muted); text-align: center; margin-top: .5rem; }
.lm-content blockquote {
  margin: 2.2rem 0; padding: 0; border: 0; text-align: center;
  font-family: var(--lm-font-display); font-size: 1.7rem; line-height: 1.35; font-style: italic; color: var(--lm-ink);
}
.lm-content blockquote::before { content: "\201C"; display: block; font-size: 3rem; color: var(--lm-accent); line-height: .6; margin-bottom: .3rem; }
.lm-content blockquote p:last-child { margin-bottom: 0; }
.lm-content blockquote cite { display: block; font-family: var(--lm-font-meta); font-style: normal; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lm-muted); margin-top: .9rem; }
.lm-content a { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--lm-line-strong); }
.lm-content a:hover { text-decoration-color: var(--lm-accent); }
.lm-content ul, .lm-content ol { padding-left: 1.4rem; }
.lm-content li { margin: .4rem 0; }
.lm-content hr { border: 0; text-align: center; margin: 2.4rem 0; }
.lm-content hr::before { content: "\002A \0020 \002A \0020 \002A"; color: var(--lm-line-strong); letter-spacing: .5em; }

/* tags + share */
.lm-article__footer { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--lm-line); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.lm-tags { display: flex; flex-wrap: wrap; gap: .5rem; font-family: var(--lm-font-meta); font-size: .8rem; }
.lm-tags a { color: var(--lm-ink-soft); border: 1px solid var(--lm-line-strong); padding: .25rem .6rem; }
.lm-tags a:hover { background: var(--lm-ink); color: var(--lm-paper); text-decoration: none; }
.lm-share { display: flex; gap: .4rem; }

/* author box (EEAT) */
.lm-authorbox { display: flex; gap: 1.4rem; border-top: 4px double var(--lm-ink); border-bottom: 1px solid var(--lm-line); padding: 1.8rem 0; margin: 2.6rem 0; }
.lm-authorbox img { width: 84px; height: 84px; border-radius: 999px; flex: none; }
.lm-authorbox__role { font-family: var(--lm-font-meta); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lm-accent); }
.lm-authorbox h3 { font-size: 1.4rem; margin: .2rem 0 .4rem; }
.lm-authorbox p { color: var(--lm-ink-soft); font-size: 1rem; margin: 0 0 .6rem; }
.lm-authorbox__links { font-family: var(--lm-font-meta); font-size: .82rem; display: flex; gap: 1rem; }

/* ==========================================================================
   11. Sidebar widgets
   ========================================================================== */
.lm-sidebar { position: sticky; top: 76px; display: flex; flex-direction: column; gap: 2rem; }
.lm-widget { font-size: 1rem; }
.lm-widget__title { font-family: var(--lm-font-meta); font-weight: 600; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lm-accent); margin: 0 0 1rem; padding-bottom: .6rem; border-bottom: 2px solid var(--lm-ink); }
.lm-widget ul { list-style: none; margin: 0; padding: 0; }
.lm-widget li { padding: .5rem 0; border-bottom: 1px solid var(--lm-line); font-family: var(--lm-font-body); }
.lm-widget li:last-child { border-bottom: 0; }
.lm-widget a { color: var(--lm-ink); }
.lm-widget a:hover { color: var(--lm-accent); }

.lm-pop-item { display: flex; gap: .9rem; align-items: baseline; }
.lm-pop-item .lm-pop-num { font-family: var(--lm-font-display); font-size: 1.5rem; color: var(--lm-line-strong); line-height: 1; flex: none; }
.lm-pop-item b { font-family: var(--lm-font-display); font-weight: 700; font-size: 1.05rem; line-height: 1.25; display: block; }

.lm-quote-widget { background: var(--lm-ink); color: var(--lm-paper); padding: 1.6rem; }
.lm-quote-widget .lm-widget__title { color: var(--lm-gold); border-color: rgba(255,255,255,.2); }
.lm-quote-widget blockquote { font-family: var(--lm-font-display); font-style: italic; font-size: 1.3rem; line-height: 1.4; margin: 0 0 .8rem; }
.lm-quote-widget cite { font-family: var(--lm-font-meta); font-style: normal; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: #b9b1a3; }

.lm-newsletter { border: 1px solid var(--lm-line-strong); padding: 1.5rem; background: var(--lm-surface); }
.lm-newsletter p { font-size: .95rem; color: var(--lm-ink-soft); }
.lm-newsletter input[type="email"] { width: 100%; padding: .7rem .9rem; border: 1px solid var(--lm-line-strong); margin-bottom: .6rem; font-family: var(--lm-font-body); }
.lm-newsletter .lm-btn { width: 100%; justify-content: center; }

/* ==========================================================================
   12. Archive header & pagination
   ========================================================================== */
.lm-archive-head { text-align: center; padding: 2.6rem 0 1rem; }
.lm-archive-head h1 { margin: .6rem 0 .4rem; }
.lm-archive-head .lm-count { font-family: var(--lm-font-meta); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--lm-muted); }
.lm-archive-head .lm-desc { font-style: italic; color: var(--lm-ink-soft); max-width: 56ch; margin: .6rem auto 0; }

.lm-pagination { display: flex; gap: .4rem; justify-content: center; margin-top: 3rem; font-family: var(--lm-font-meta); }
.lm-pagination a, .lm-pagination span { min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0 .6rem; border: 1px solid var(--lm-line-strong); font-weight: 600; color: var(--lm-ink); }
.lm-pagination .current { background: var(--lm-ink); color: var(--lm-paper); border-color: var(--lm-ink); }
.lm-pagination a:hover { background: var(--lm-accent-soft); text-decoration: none; }

/* ==========================================================================
   13. Author archive (EEAT)
   ========================================================================== */
.lm-author-hero { text-align: center; border-bottom: 4px double var(--lm-ink); padding: 2.8rem 0; }
.lm-author-hero img { width: 120px; height: 120px; border-radius: 999px; margin: 0 auto 1rem; }
.lm-author-hero .lm-author-role { font-family: var(--lm-font-meta); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lm-accent); }
.lm-author-hero h1 { margin: .4rem 0; }
.lm-author-hero p { font-style: italic; color: var(--lm-ink-soft); max-width: 60ch; margin: .6rem auto 0; }

/* ==========================================================================
   14. Comments
   ========================================================================== */
.lm-comments { margin-top: 2.6rem; padding-top: 1.6rem; border-top: 4px double var(--lm-ink); }
.lm-comments ol { list-style: none; padding: 0; }
.lm-comments .children { list-style: none; padding-left: 1.8rem; }
.comment-body { padding: 1.2rem 0; border-bottom: 1px solid var(--lm-line); }
.comment-author { font-family: var(--lm-font-display); font-weight: 700; }
.comment-author img { border-radius: 999px; vertical-align: middle; margin-right: .5rem; }
.comment-meta { font-family: var(--lm-font-meta); font-size: .76rem; color: var(--lm-muted); margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .04em; }
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea { width: 100%; padding: .7rem .9rem; border: 1px solid var(--lm-line-strong); font-family: var(--lm-font-body); margin-bottom: .8rem; }

/* ==========================================================================
   15. Footer
   ========================================================================== */
.lm-footer { border-top: 4px double var(--lm-ink); margin-top: 3rem; padding-top: 2.6rem; }
.lm-footer__top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.4rem; }
.lm-footer__brand .lm-masthead__name { font-size: 2rem; }
.lm-footer__brand p { color: var(--lm-ink-soft); font-style: italic; max-width: 36ch; }
.lm-footer h4 { font-family: var(--lm-font-meta); font-weight: 600; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lm-accent); margin: 0 0 1rem; }
.lm-footer ul { list-style: none; margin: 0; padding: 0; font-family: var(--lm-font-meta); font-size: .92rem; }
.lm-footer li { margin: .45rem 0; }
.lm-footer a { color: var(--lm-ink); }
.lm-footer__bottom { border-top: 1px solid var(--lm-line); padding: 1.2rem 0; display: flex; justify-content: space-between; gap: 1rem; font-family: var(--lm-font-meta); font-size: .78rem; color: var(--lm-muted); flex-wrap: wrap; }

/* ==========================================================================
   16. Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .lm-lead__grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .lm-lead__media { order: -1; }
  .lm-threeup { grid-template-columns: 1fr; gap: 2rem; }
  .lm-threeup > * { padding: 0 0 2rem; border-left: 0; border-bottom: 1px solid var(--lm-line); }
  .lm-threeup > *:last-child { border-bottom: 0; padding-bottom: 0; }
  .lm-rubrieken { grid-template-columns: 1fr 1fr; }
  .lm-layout { grid-template-columns: 1fr; }
  .lm-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .lm-sidebar .lm-widget { flex: 1 1 260px; }
  .lm-longread { grid-template-columns: 1fr; gap: .6rem; }
  .lm-longread__index, .lm-longread__media { display: none; }
  .lm-footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .lm-menu-toggle { display: grid; }
  .lm-nav ul { position: fixed; inset: 52px 0 auto 0; background: var(--lm-paper); border-bottom: 1px solid var(--lm-ink); flex-direction: column; padding: .5rem 1.25rem; display: none; box-shadow: var(--lm-shadow); }
  .lm-nav ul.is-open { display: flex; }
  .lm-nav a { padding: .8rem .3rem; border-bottom: 1px solid var(--lm-line); width: 100%; }
  .lm-grid, .lm-rubrieken { grid-template-columns: 1fr; }
  .lm-footer__top { grid-template-columns: 1fr; }
  .lm-utility__date { display: none; }
  .lm-content { font-size: 1.12rem; }
}
