:root {
  --green: #50756b;
  --green-dark: #2f5149;
  --cream: #f7efe2;
  --sand: #e8d5bb;
  --orange: #c9703c;
  --orange-dark: #a84f24;
  --accent-soft: #f1e7d8;
  --ink: #263832;
  --muted: #67766f;
  --white: #ffffff;
  --line: #e7ddce;
  --max: 1180px;
}

/* BASIS */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* HEADER */

.announcement {
    background: var(--orange);
    color: white;
    text-align: center;
    padding: 0.75rem 1rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
}

.announcement a {
    color: white;
    text-decoration: none;
    font-weight: 800;
    margin-left: .35rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.facebook-icon{
    width:20px;
    height:20px;
    border-radius:50%;
    background:#1877F2;
    color:white;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:900;
    line-height:1;
}

.announcement a:hover{
    color:var(--cream);
}

.announcement a {
    color: white;
    text-decoration: none;
    font-weight: 800;
    margin-left: .35rem;
    border-bottom: 1px solid rgba(255,255,255,.7);
    transition: .2s ease;
}

.announcement a:hover {
    color: var(--cream);
    border-bottom-color: var(--cream);
}

header {
  background: white;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav {
  max-width: var(--max);
  margin: auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  font-family: Arial, sans-serif;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 900;
  color: var(--green-dark);
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

/* KNOPPEN */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.85rem 1.2rem;
  background: var(--orange);
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.btn:hover {
  background: var(--orange-dark);
}

.btn-green {
  background: var(--green);
}

.btn-green:hover {
  background: var(--green-dark);
}

.btn-soft {
  background: #f8f3ea;
  color: var(--green-dark);
  border: 1px solid var(--green);
}

.btn-soft:hover {
  background: var(--green);
  color: white;
}

.small-btn {
  padding: 0.65rem 0.85rem;
  font-size: 0.72rem;
}

/* ALGEMENE SECTIES */

section {
  max-width: var(--max);
  margin: auto;
  padding: 4.5rem 1.25rem;
}

.kicker {
  font-family: Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: var(--sand);
}

h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.02;
  margin-bottom: 1.5rem;
}

h2 {
  line-height: 1.08;
}

/* HERO */

.hero {
  background:
    linear-gradient(rgba(47, 81, 73, 0.74), rgba(47, 81, 73, 0.74)),
    url("images/abstract.png");
  background-size: cover;
  background-position: center;
  min-height: 620px;
  color: white;
  display: grid;
  align-items: center;
}

.hero-inner {
  max-width: var(--max);
  margin: auto;
  padding: 6rem 1.25rem;
  width: 100%;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  max-width: 850px;
}

.hero blockquote {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  max-width: 720px;
  margin-bottom: 2rem;
}

.subtitle {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  max-width: 760px;
  color: #f6efe4;
  margin-bottom: 1.8rem;
}

.page-top-hero {
  min-height: 520px;
}

.page-top-hero .hero-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 5rem 3rem;
}

/* HOMEPAGE */

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: -3.5rem;
  position: relative;
  z-index: 5;
}

.quick-card {
  background: white;
  border-top: 7px solid var(--orange);
  padding: 2rem;
  min-height: 210px;
  box-shadow: 0 18px 38px rgba(38, 56, 50, 0.12);
}

.quick-card h3 {
  color: var(--green-dark);
  font-size: 1.7rem;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.quick-card p {
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-block h2 {
  font-size: 2.2rem;
  color: var(--green-dark);
  margin-bottom: 0.8rem;
}

.intro-block h4 {
  font-family: Arial, sans-serif;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  color: var(--green-dark);
}

.search-input,
#articleSearch,
#searchInput {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  background: white;
  width: min(100%, 350px);
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.post,
.resource-card {
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(38, 56, 50, 0.10);
  display: flex;
  flex-direction: column;
}

.post-image,
.resource-image {
  height: 180px;
  background: linear-gradient(135deg, var(--green), var(--sand));
  background-size: cover;
  background-position: center;
}

.post-body,
.resource-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tag,
.resource-type {
  display: inline-block;
  color: var(--orange);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.45rem;
}

.post h3,
.resource-card h3 {
  color: var(--green-dark);
  line-height: 1.18;
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.date,
.meta {
  font-family: Arial, sans-serif;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.post-buttons,
.card-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1rem;
}

.work {
  background: white;
  max-width: none;
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
}

.work-inner {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.work-card {
  text-align: center;
  padding: 1.5rem;
}

.work-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 3px solid var(--green);
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: var(--green-dark);
}

.work-card h3 {
  color: var(--green-dark);
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.join {
  max-width: none;
  background: var(--green-dark);
  color: white;
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
}

.join-inner {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.join h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  margin-bottom: 1rem;
}

.testimonial {
  background: var(--sand);
  max-width: none;
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
}

.testimonial blockquote {
  max-width: 860px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.15;
  color: var(--green-dark);
}

/* ARTIKEL OVERZICHT */

.page-hero {
  max-width: var(--max);
  margin: auto;
  padding: 4.2rem 1.25rem 2.5rem;
  display: grid;
  grid-template-columns: 0.95fr 1.4fr;
  gap: 3.5rem;
  align-items: end;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  color: var(--green-dark);
}

.found {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
  color: var(--ink);
}

.layout {
  max-width: var(--max);
  margin: auto;
  padding: 0 1.25rem 5rem;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 3rem;
  align-items: start;
}

.sidebar,
.side-card {
  background: #fcf8f2;
  border: 1px solid var(--line);
  border-left: 8px solid var(--green);
  border-radius: 18px;
  padding: 1.4rem;
  position: sticky;
  top: 95px;
  font-family: Arial, sans-serif;
}

.sidebar {
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  padding-right: 0.5rem;
}

.sidebar::-webkit-scrollbar {
  width: 8px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f1e7d8;
}

.sidebar::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 999px;
}

.search-box {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.outline-btn {
  width: max-content;
  border: 1px solid var(--green);
  color: var(--green-dark);
  background: #f8f3ea;
  border-radius: 999px;
  padding: 0.55rem 1.7rem;
  font-family: Arial, sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.filter-group {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.6rem;
}

.filter-group summary {
  color: var(--green-dark);
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
  font-family: Georgia, serif;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.filter-group summary::-webkit-details-marker {
  display: none;
}

.filter-group summary::after {
  content: "+";
  font-family: Arial, sans-serif;
  font-weight: 900;
  color: var(--green);
}

.filter-group[open] summary::after {
  content: "–";
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.75rem 0;
  font-size: 0.98rem;
  color: var(--ink);
}

.check-row input {
  margin-top: 0.25rem;
  accent-color: var(--green);
}

.layout .content-area {
  max-width: none;
  margin: 0;
  padding: 0 0.5rem 0 0;
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

.empty {
  background: white;
  padding: 2rem;
  border: 1px solid var(--line);
  color: var(--muted);
  grid-column: 1 / -1;
}

/* ARTIKELPAGINA */

.article-hero {
  background:
    linear-gradient(
   rgba(47, 81, 73, 0.88),
    rgba(47, 81, 73, 0.90)
  ),
    var(--hero-image, url("images/abstract.png"));
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding: 0 1.25rem;
  max-width: none;
}

.article-hero-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 4.5rem 3rem;
}

.article-hero h1 {
  max-width: 850px;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.article-hero .subtitle {
  max-width: 760px;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #f6efe4;
  margin-bottom: 1.5rem;
}

.article-hero .meta {
  color: #f6efe4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.article-hero .meta span {
  background: rgba(255, 255, 255, 0.14);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.article-layout {
  max-width: var(--max);
  margin: auto;
  padding: 3.5rem 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 3rem;
  align-items: start;
}

article.article-content {
  background: white;
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 4vw, 3rem);
  box-shadow: 0 8px 22px rgba(38, 56, 50, 0.08);
}

.article-content {
  font-size: 1.02rem;
  line-height: 1.85;
}

.article-content p {
  font-size: 1.02rem;
  line-height: 1.85;
  margin-bottom: 1.3rem;
}

.article-content h2 {
  color: var(--green-dark);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.1;
  margin: 2.4rem 0 1rem;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content h3 {
  color: var(--green-dark);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 1.8rem 0 0.8rem;
}

.lead {
  font-size: 1.2rem !important;
  color: var(--green-dark);
  font-weight: 700;
  line-height: 1.7;
}

blockquote {
  border-left: 7px solid var(--orange);
  background: #fbf5eb;
  padding: 1.3rem 1.5rem;
  margin: 2rem 0;
  color: var(--green-dark);
  font-size: 1.2rem;
  line-height: 1.5;
}

.bible-box {
  background: var(--green-dark);
  color: white;
  padding: 1.5rem;
  margin: 2rem 0;
}

.bible-box p {
  margin-bottom: 0.7rem;
  font-size: 1.08rem;
}

.bible-box small {
  font-family: Arial, sans-serif;
  color: var(--sand);
  font-weight: 700;
}

.note {
  background: var(--sand);
  padding: 1.2rem;
  margin: 2rem 0;
  font-family: Arial, sans-serif;
  color: var(--ink);
}

.article-actions {
  background: #fcf8f2;
  border: 1px solid var(--line);
  border-left: 8px solid var(--green);
  border-radius: 18px;
  padding: 1.2rem;
  margin: 2rem 0 0;
  font-family: Arial, sans-serif;
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.side-card h3 {
  color: var(--green-dark);
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
}

.side-card ul {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
}

.side-card a {
  color: var(--green-dark);
  font-weight: 700;
}

/* VOETNOTEN */

sup.footnote-ref {
  font-size: 0.72rem;
  vertical-align: super;
  line-height: 0;
}

sup.footnote-ref a {
  color: var(--orange);
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.footnotes {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 2px solid var(--line);
}

.footnotes h3 {
  color: var(--green-dark);
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.footnotes ol {
  padding-left: 1.5rem;
}

.footnotes li {
  margin-bottom: 1rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

/* REACTIES */

.comments-section {
  max-width: none;
  grid-column: 1;
  grid-row: 2;
  background: white;
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 4vw, 3rem);
  margin-top: 2rem;
  box-shadow: 0 8px 22px rgba(38, 56, 50, 0.08);
}

.comments-header {
  border-bottom: 2px solid var(--line);
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
}

.comments-header .kicker {
  color: var(--orange);
  margin-bottom: 0.4rem;
}

.comments-header h2 {
  color: var(--green-dark);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 0.6rem;
}

.comments-header p,
.comments-muted,
.comment-status {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
}

.comments-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.comment {
  background: #fcf8f2;
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  padding: 1rem 1.1rem;
}

.comment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: baseline;
  margin-bottom: 0.45rem;
  font-family: Arial, sans-serif;
}

.comment-meta strong {
  color: var(--green-dark);
}

.comment-meta span {
  color: var(--muted);
  font-size: 0.9rem;
}

.comment p {
  margin: 0;
}

.comment-form {
  border-top: 2px solid var(--line);
  padding-top: 1.6rem;
  display: grid;
  gap: 1.1rem;
  font-family: Arial, sans-serif;
}

.comment-form label {
  color: var(--green-dark);
  display: grid;
  gap: 0.5rem;
  font-weight: 800;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fcf8f2;
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

.comment-form textarea {
  min-height: 170px;
  resize: vertical;
}

.comment-form button {
  width: max-content;
}

.comment-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.comment-honeypot {
  left: -9999px;
  position: absolute;
}

/* CONTACT */

.contact-section,
.contact-layout {
  max-width: 1200px;
  margin: auto;
  padding: 4rem 1.25rem;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 2rem;
  align-items: start;
}

.info-card,
.form-card {
  width: 100%;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(38, 56, 50, 0.08);
}

.info-card {
  padding: 2.2rem;
  border-left: 8px solid var(--green);
}

.info-card h2,
.form-card h2 {
  color: var(--green-dark);
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 1.4rem;
}

.info-card p {
  color: var(--muted);
  margin-bottom: 1.2rem;
  font-size: 1.08rem;
}

.notice {
  background: var(--sand);
  padding: 1.4rem;
  margin-top: 2rem;
  font-family: Arial, sans-serif;
  color: var(--ink);
  border-left: 6px solid var(--orange);
}

.notice strong {
  color: var(--green-dark);
}

.notice a {
  color: var(--orange-dark);
  font-weight: 900;
  text-decoration: underline;
}

.form-card {
  padding: clamp(2rem, 4vw, 3rem);
}

.form-card form,
.contact-form {
  display: grid;
  gap: 1.2rem;
  font-family: Arial, sans-serif;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-card label,
.field label {
  font-weight: 800;
  color: var(--green-dark);
  display: grid;
  gap: 0.5rem;
  font-size: 1rem;
}

.form-card input,
.form-card textarea,
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fcf8f2;
  padding: 1rem;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  color: var(--ink);
}

.form-card textarea,
.field textarea {
  min-height: 160px;
  resize: vertical;
}

/* WIE / OVER */

.who-content {
  max-width: 1100px;
  display: grid;
  gap: 2rem;
}

.card {
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(38, 56, 50, 0.08);
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: 18px;
}

.card h2 {
  color: var(--green-dark);
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 1rem;
}

.card p {
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}

.quote {
  border-left: 7px solid var(--orange);
  background: #fbf5eb;
  padding: 1.5rem;
  font-size: 1.35rem;
  color: var(--green-dark);
  margin: 2rem 0;
}

.cta-box {
  background: var(--green-dark);
  color: white;
  padding: 2.5rem;
  text-align: center;
  border-radius: 18px;
}

.cta-box h2 {
  color: white;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 1rem;
}

.cta-box p {
  color: #f6efe4;
  margin-bottom: 1.5rem;
  font-size: 1.08rem;
}

/* AI DISCLAIMER + FOOTER */

.ai-disclaimer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.ai-disclaimer summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
}

.ai-disclaimer p {
  margin-top: 0.7rem;
  font-size: 1rem;
  line-height: 1.6;
}

.ai-disclaimer-box {
  background: #fcf8f2;
  border: 1px solid var(--line);
  border-left: 7px solid var(--green);
  padding: 1.3rem;
  margin-top: 1rem;
}

footer {
  background: var(--ink);
  color: white;
  font-family: Arial, sans-serif;
}

.footer-inner{
    max-width:var(--max);
    margin:auto;
    padding:3rem 1.25rem;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:3rem;
}

footer h3 {
  margin-bottom: 1rem;
  color: var(--sand);
}

footer p,
footer li {
  color: #d8e0db;
}

footer ul {
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

/* MODAL */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 28, 0.78);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1.5rem;
}

.modal-overlay.active {
  display: flex;
}

.modal-box {
  background: white;
  width: 100%;
  max-width: 760px;
  border-radius: 24px;
  padding: clamp(1.4rem, 4vw, 2.3rem);
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-box h2 {
  color: var(--green-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.8rem;
}

.modal-box .kicker {
  color: var(--orange);
}

.modal-text {
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.close-modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background: #f3efe8;
  color: var(--green-dark);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 900;
}

.checkbox-group {
  background: #fcf8f2;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 0.9rem;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: Arial, sans-serif;
  font-size: 0.96rem;
  color: var(--ink);
  line-height: 1.35;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .page-hero,
  .layout,
  .article-layout,
  .contact-section,
  .contact-layout,
  .footer-inner,
  .join-inner,
  .quick-grid,
  .intro,
  .work-inner {
    grid-template-columns: 1fr;
  }

  .sidebar,
  .side-card {
    position: static;
    max-height: none;
  }

  .posts {
    grid-template-columns: 1fr 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .menu {
    display: none;
  }

  .hero {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  section {
    padding: 3.5rem 1rem;
  }

  .posts {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .search-input,
  #articleSearch,
  #searchInput {
    margin-top: 1rem;
    width: 100%;
  }

  h1 {
    font-size: 2.45rem;
  }

  .article-hero-inner,
  .page-top-hero .hero-inner {
    padding: 4rem 1rem;
  }

  .form-grid,
  .checkbox-group {
    grid-template-columns: 1fr;
  }
}

.thank-you-box {
  max-width: 900px;
  margin-top: 3rem;
  padding: 2.5rem;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
  border-radius: 24px;
}

.thank-you-box h2 {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  line-height: 1.15;
}

.thank-you-box p {
  max-width: 850px;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 1.15rem;
}

.thank-you-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.disabled-btn {
  opacity: 0.75;
  cursor: not-allowed;
  filter: grayscale(20%);
}

.disabled-btn:hover {
  background: var(--green) !important;
}

.article-hero {
  min-height: 430px;
  padding: 4.5rem 1.25rem;
  display: flex;
  align-items: center;
}

.article-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.05;
}

.article-hero .subtitle {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

.article-hero-wrap {
  background: var(--cream);
}

.article-hero {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 480px;

  display: flex;
  align-items: center;

  padding: 5rem 1.5rem;

  background:
    linear-gradient(rgba(47,81,73,0.72),
    rgba(47,81,73,0.72)),
    var(--hero-image);

  background-size: cover;
  background-position: center;
}

.article-hero-inner {
  max-width: 760px;
}

.share-section {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.share-section h3 {
  color: var(--green-dark);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--green-dark);
  font-family: Arial, sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.share-logo {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  color: white;
  font-weight: 900;
}

.facebook .share-logo { background: #1877f2; }
.linkedin .share-logo { background: #0a66c2; }
.x .share-logo { background: #111; }
.pdf .share-logo { background: var(--green-dark); }

.share-btn:hover {
  transform: translateY(-2px);
}

.pagination {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-family: Arial, sans-serif;
}

.pagination button {
  border: none;
  background: #eee6d8;
  color: var(--green-dark);
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: 800;
}

.pagination button.active {
  background: var(--green);
  color: white;
}


.book-cover {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto 1.5rem auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.book-cover {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}




/* ==========================
   LITERATUUR HERO
========================== */

.literature-hero {
  background:
    linear-gradient(
      rgba(47, 81, 73, 0.92),
      rgba(47, 81, 73, 0.92)
    );

  min-height: 340px;
  text-align: center;
}

/* tekst mooi gecentreerd */
.literature-hero .article-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* titel over volle breedte */
.literature-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.05;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* subtitel */
.literature-hero .subtitle {
  color: rgba(255,255,255,0.92);
  font-size: 1.15rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* kicker */
.literature-hero .kicker {
  color: #e7d6bd;
}

/* meta badges centreren */
.literature-hero .meta {
  justify-content: center;
}
