/* styles.css — all visual styles for the prototype */

/* ── Nav ──────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  background: color-mix(in oklch, var(--bg) 80%, transparent);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border: 1px solid var(--line-2);
  font-family: var(--ff-display);
  font-weight: 700; font-size: 13px;
  letter-spacing: -0.02em;
  overflow: hidden;
}
.brand-mark-img {
  border: none;
  width: 36px; height: 36px;
}
.brand-mark-img img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.brand-name {
  font-family: var(--ff-display);
  font-weight: 600; font-size: 15px;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.brand-copy {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 500;
}
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-link {
  padding: 8px 12px;
  font-size: 13px; font-weight: 500;
  color: var(--fg-2);
  border-radius: 4px;
  transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--fg); }
.nav-link.is-active { color: var(--fg); background: var(--bg-2); }

/* ── Hero ─────────────────────────────────────────────────────── */
.hero {
  padding: 56px 0 80px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--accent) 0%, transparent 65%);
  opacity: 0.08;
  pointer-events: none;
}
.hero-meta {
  display: flex; gap: 12px; align-items: center;
  margin-bottom: 28px;
}
.hero-meta .dot { opacity: 0.5; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: end;
}
.hero-name-row {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 36px;
}
.hero-title-name-row {
  display: flex;
  align-items: flex-end;
  gap: 0.4em;
}
.hero-title-names {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.portrait-inline-OLD-IGNORED-DOES-NOT-MATCH {
  /* kept just in case; real styles below */
}
.portrait-inline img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero-text {
  padding-bottom: 20px;
  min-width: 0;
}
.hero-welcome {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: clamp(20px, 3vw, 32px);
  letter-spacing: -0.01em;
  color: var(--fg);
  text-align: center;
  margin: 0 0 24px;
}
.hero-title {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
  flex: 1;
}
.hero-title-names {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.hero-title-line {
  display: block;
  text-wrap: balance;
  line-height: 1;
}
.hero-title-line.italic {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.025em;
  color: var(--accent);
}
.portrait-inline {
  flex-shrink: 0;
  height: clamp(96px, 11vw, 160px);
  aspect-ratio: 3 / 4;
  width: auto;
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--line-2);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.6);
  margin-right: 0.15em;
}
.hero-title-suffix {
  display: block;
  font-family: var(--ff-display);
  font-weight: 500;
  font-style: normal;
  font-size: 0.22em;
  letter-spacing: 0.02em;
  color: var(--fg-2);
  margin-top: 0.6em;
}
.hero-favicon {
  display: block;
  margin-top: 24px;
}
.hero-favicon img {
  display: block;
  width: clamp(72px, 9vw, 120px);
  height: auto;
  border-radius: 12px;
}
.hero-lead {
  font-size: 19px; line-height: 1.5;
  color: var(--fg-2);
  max-width: 540px;
  margin: 1em 0 24px;
}

/* ── Nieuwsbanner (homepage) ─────────────────────────────────── */
.nb-wrap {
  width: 100%;
  max-width: 720px;
  min-width: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line-2);
  background: var(--bg-2);
  margin: 0 0 24px;
  user-select: none;
}
.nb-label {
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.nb-label svg {
  width: 14px; height: 14px; flex-shrink: 0;
}
.nb-track {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  height: 44px;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.nb-inner {
  display: inline-flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  animation: nb-scroll 20s linear infinite;
  will-change: transform;
}
.nb-track:hover .nb-inner {
  animation-play-state: paused;
}
.nb-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 36px;
  font-size: 14px;
  color: var(--fg);
  line-height: 1.4;
}
.nb-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  opacity: 0.7;
}
@keyframes nb-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.portrait-ph {
  width: 100%; aspect-ratio: 3/4;
  min-height: 480px;
}
.portrait-frame {
  width: 100%;
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7), 0 0 0 1px var(--line);
}
.portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.portrait-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.portrait-caption {
  display: flex; justify-content: space-between;
  margin-top: 12px;
}
.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.strip-item { display: flex; flex-direction: column; gap: 6px; }
.strip-val {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}

/* Hero layout variants */
.hero-layout-portrait .hero-grid { grid-template-columns: 1fr 1.3fr; }
.hero-layout-stacked .hero-grid {
  grid-template-columns: 1fr;
  gap: 48px;
}
.hero-layout-stacked .portrait-ph { min-height: 360px; max-width: 480px; }

/* ── Buttons ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  font-size: 14px; font-weight: 500;
  border: 1px solid var(--line-2);
  border-radius: 0;
  transition: all .15s;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent); color: var(--accent-ink);
  border-color: var(--accent);
}
.btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -8px var(--accent);
}
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-ghost { background: transparent; color: var(--fg); }
.btn-ghost:hover { background: var(--bg-2); }

/* ── Sections ─────────────────────────────────────────────────── */
.sect {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
}
.sect-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.sect-head-l { display: flex; flex-direction: column; gap: 4px; }
.sect-nr { color: var(--accent); font-weight: 600; }
.sect-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* ── Over ─────────────────────────────────────────────────────── */
.over-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 80px;
}
.over-text p {
  font-size: 18px; line-height: 1.65;
  margin: 0 0 20px;
  color: var(--fg);
  max-width: 60ch;
}
.over-tags { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  padding: 6px 12px;
  border: 1px solid var(--line-2);
  font-size: 13px;
  border-radius: 999px;
}
.def {
  margin: 0; padding: 24px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 24px;
}
.def dt {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  align-self: center;
}
.def dd { margin: 0; font-size: 14px; }
.quote-card {
  margin-top: 16px;
  padding: 28px;
  border: 1px solid var(--accent);
  background: color-mix(in oklch, var(--accent) 6%, transparent);
  position: relative;
}
.quote-card .quote-mark {
  font-family: var(--ff-serif);
  font-size: 64px; line-height: 0.5;
  color: var(--accent);
  margin-bottom: 8px;
}
.quote-card p {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 20px; line-height: 1.4;
  margin: 0 0 12px;
}

/* ── Books grid ───────────────────────────────────────────────── */
.filters {
  display: flex; align-items: end; gap: 40px; flex-wrap: wrap;
  margin-bottom: 48px;
}
.filter-group { display: flex; flex-direction: column; gap: 8px; }
.filter-label { color: var(--muted); }
.filter-options { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  padding: 6px 14px;
  border: 1px solid var(--line-2);
  font-size: 13px;
  font-family: var(--ff-body);
  border-radius: 999px;
  transition: all .15s;
  color: var(--fg-2);
}
.chip:hover { color: var(--fg); border-color: var(--fg-2); }
.chip.is-active {
  background: var(--fg); color: var(--bg);
  border-color: var(--fg);
}
.filter-count { margin-left: auto; }

.books-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.book-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--rule);
  transition: background-color .6s ease;
  scroll-margin-top: 96px;
}
.book-row.is-target {
  background: color-mix(in oklch, var(--accent) 6%, transparent);
  animation: bookHighlight 1.8s ease-out;
}
@keyframes bookHighlight {
  0% { background: color-mix(in oklch, var(--accent) 18%, transparent); }
  100% { background: transparent; }
}
.book-row:last-child { border-bottom: none; }
.book-row .book-cover {
  transition: transform .3s ease;
}
.book-row:hover .book-cover {
  transform: translateY(-2px);
}
.book-row-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 62ch;
}
.book-row-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--fg-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.book-row-meta .dot { opacity: 0.4; }
.book-row .book-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 2px 0 0;
}
.book-row-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.book-row-flap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg-1);
  margin-top: 4px;
}
.book-row-flap p { margin: 0; text-wrap: pretty; }
.book-row-quote {
  margin: 8px 0 0;
  padding: 18px 22px;
  border-left: 2px solid var(--accent);
  background: var(--bg-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.book-row-quote .quote-mark {
  font-family: var(--ff-serif);
  font-size: 42px;
  line-height: 0.8;
  color: var(--accent);
  opacity: 0.4;
  position: absolute;
  top: 6px; right: 16px;
}
.book-row-quote p {
  margin: 0;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
}
.book-row-quote cite {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fg-2);
  text-transform: uppercase;
}
.book-row-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.link-arrow-muted { color: var(--fg-2); }

@media (max-width: 720px) {
  .book-row { grid-template-columns: 1fr; gap: 24px; }
  .book-row .book-title { font-size: 28px; }
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 56px 32px;
}
.book-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.book-card .book-cover {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2/3;
  transition: transform .3s ease;
}
.book-card:hover .book-cover {
  transform: translateY(-6px) rotate(-1deg);
}
.book-meta { display: flex; flex-direction: column; gap: 8px; }
.book-title {
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em;
}
.book-flap-short {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
}
.book-cta {
  display: flex; align-items: center; gap: 12px;
  margin-top: 4px;
}
.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
  transition: gap .15s;
}
.link-arrow:hover { gap: 10px; }
.badge {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid var(--line-2);
  color: var(--muted);
}
.badge-accent {
  background: var(--accent); color: var(--accent-ink); border-color: var(--accent);
}

/* ── Nieuws ───────────────────────────────────────────────────── */
.nieuws-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}
.col-label { display: block; margin-bottom: 16px; }
.nieuws-list { display: flex; flex-direction: column; }
.nieuws-item {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.nieuws-item:last-child { border-bottom: 1px solid var(--line); }
.nieuws-meta { display: flex; gap: 16px; margin-bottom: 8px; }
.pill {
  padding: 2px 8px;
  border: 1px solid var(--line-2);
  color: var(--fg-2);
  font-size: 10px;
}
.pill-accent {
  background: var(--accent); color: var(--accent-ink); border-color: var(--accent);
}
.nieuws-title {
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.nieuws-body {
  font-size: 15px;
  color: var(--fg-2);
  margin: 0;
}
.agenda { display: flex; flex-direction: column; }
.agenda-item {
  display: flex; gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.agenda-item:last-child { border-bottom: 1px solid var(--line); }
.agenda-date {
  width: 56px; flex-shrink: 0;
  display: flex; flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--line);
  padding-right: 16px;
}
.agenda-day {
  font-family: var(--ff-display);
  font-size: 28px; font-weight: 700;
  line-height: 1;
}
.agenda-title { font-weight: 600; font-size: 15px; }
.agenda-loc { margin-top: 4px; }

/* ── Lezers ──────────────────────────────────────────────────── */
.recensie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 80px;
}
.recensie {
  padding: 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  gap: 16px;
  margin: 0;
}
.recensie-head { display: flex; justify-content: space-between; align-items: center; }
.rating { color: var(--accent); font-weight: 600; font-size: 13px; }
.recensie blockquote {
  font-family: var(--ff-serif);
  font-size: 19px; font-style: italic;
  line-height: 1.4;
  margin: 0;
  color: var(--fg);
}
.recensie figcaption { color: var(--muted); }

.lezers-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.sub-h {
  font-size: 24px; font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.leesclub p {
  font-size: 15px; color: var(--fg-2); line-height: 1.6;
  margin: 0 0 24px;
}
.leesclub-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.leesclub-list li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.leesclub-list li:last-child { border-bottom: 1px solid var(--line); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ff-body);
}
.faq-q:hover { color: var(--accent); }
.faq-icon { color: var(--accent); font-size: 20px; font-weight: 300; }
.faq-a {
  padding: 0 0 20px;
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.6;
}

/* ── Pers ─────────────────────────────────────────────────────── */
.pers-intro {
  font-size: 17px; color: var(--fg-2); line-height: 1.6;
  max-width: 60ch;
  margin: 0 0 40px;
}
.pers-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}
.pers-files { display: flex; flex-direction: column; }
.pers-file {
  display: flex; align-items: center; gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  transition: padding-left .15s;
  width: 100%;
  background: transparent;
  border-left: 0; border-right: 0;
  border-bottom: 0;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.pers-file:last-child { border-bottom: 1px solid var(--line); }
.pers-file:hover { padding-left: 8px; color: var(--accent); }
.pers-file-ico {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
  font-weight: 600;
  flex-shrink: 0;
}
.pers-file-body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.pers-file-title { font-weight: 500; font-size: 15px; }
.pers-file-meta { color: var(--muted); }
.pers-contact {
  padding: 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 8px;
  height: max-content;
}
.pers-contact-name { font-weight: 600; margin-bottom: 4px; }
.pers-contact a { color: var(--accent); }

/* ── Blog ─────────────────────────────────────────────────────── */
.blog-list { display: flex; flex-direction: column; }
.blog-item {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  transition: padding-left .2s;
}
.blog-item:last-child { border-bottom: 1px solid var(--line); }
.blog-item:hover { padding-left: 12px; }
.blog-meta { display: flex; flex-direction: column; gap: 4px; }
.blog-title {
  font-size: 28px; font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.blog-excerpt {
  font-size: 16px;
  color: var(--fg-2); line-height: 1.6;
  margin: 0 0 16px;
  max-width: 60ch;
}

/* ── Contact ──────────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-form { display: flex; flex-direction: column; gap: 24px; max-width: 560px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-label { color: var(--muted); }
.field input, .field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  color: var(--fg);
  font-family: var(--ff-body);
  font-size: 17px;
  padding: 8px 0;
  resize: vertical;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.seg {
  display: flex; gap: 0;
  border: 1px solid var(--line-2);
  width: max-content;
}
.seg-btn {
  padding: 10px 18px;
  font-size: 13px;
  font-family: var(--ff-body);
  color: var(--fg-2);
  border-right: 1px solid var(--line-2);
}
.seg-btn:last-child { border-right: 0; }
.seg-btn.is-active {
  background: var(--fg); color: var(--bg);
}
.contact-aside { display: flex; flex-direction: column; gap: 32px; }
.contact-block { display: flex; flex-direction: column; gap: 4px; }
.contact-strong { font-weight: 600; }
.contact-block a, .pers-contact a { color: var(--accent); }
.socials { display: flex; flex-direction: column; }
.social {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  transition: padding-left .15s;
}
.social:last-child { border-bottom: 1px solid var(--line); }
.social:hover { padding-left: 8px; color: var(--accent); }
.contact-sent { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.contact-sent h3 { font-size: 32px; letter-spacing: -0.02em; }
.contact-sent p { color: var(--fg-2); margin: 0 0 8px; }

/* ── Footer ───────────────────────────────────────────────────── */
.footer {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .dim { opacity: 0.6; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 24px;
  width: 100%;
}
.footer-link {
  background: transparent;
  border: none;
  color: var(--fg-2);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 0;
  cursor: pointer;
  transition: color .15s;
  white-space: nowrap;
}
.footer-link:hover { color: var(--fg); }
.footer-link.is-active { color: var(--accent); }
.footer-nav a:hover { color: var(--fg); }

/* ── Modal ────────────────────────────────────────────────────── */
.modal-bg {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
  animation: fadeIn .25s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: var(--bg);
  max-width: 1100px; width: 100%;
  border: 1px solid var(--line-2);
  position: relative;
  animation: slideUp .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
  color: var(--fg);
  background: var(--bg);
  z-index: 10;
}
.modal-close:hover { background: var(--bg-2); }

.book-modal-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  padding: 60px;
}
.book-modal-cover { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.book-modal-isbn { color: var(--muted); }
.book-modal-eyebrow {
  display: flex; gap: 12px; align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.book-modal-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 24px;
}
.book-modal-flap {
  font-size: 18px;
  line-height: 1.6;
  color: var(--fg);
  margin: 0 0 28px;
  max-width: 60ch;
}
.book-modal-quote {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 20px;
  padding: 20px 24px;
  border-left: 2px solid var(--accent);
  background: var(--bg-2);
  margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.book-modal-quote .mono {
  font-family: var(--ff-mono); font-style: normal;
}
.book-modal-def {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 8px 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.book-modal-def dt {
  font-family: var(--ff-mono);
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted);
}
.book-modal-def dd { margin: 0; font-size: 14px; font-weight: 500; }
.book-modal-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.buy-wrap { position: relative; }
.buy-dropdown {
  position: absolute;
  top: calc(100% + 8px); left: 0;
  width: 360px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  padding: 16px;
  z-index: 10;
  display: flex; flex-direction: column; gap: 4px;
  animation: slideUp .2s;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.4);
}
.buy-label { display: block; margin-bottom: 8px; }
.buy-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 12px;
  border: 1px solid transparent;
  transition: all .15s;
  gap: 12px;
}
.buy-item:hover { border-color: var(--line-2); background: var(--bg-2); }
.buy-item.is-primary { border-color: var(--accent); }
.buy-item.is-primary:hover { background: color-mix(in oklch, var(--accent) 10%, transparent); }
.buy-name { font-weight: 500; font-size: 14px; }
.buy-tag { color: var(--muted); margin-top: 2px; }

/* Fragment overlay (within modal) */
.frag-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
}
.frag-inner {
  background: var(--bg);
  max-width: 720px; width: 100%;
  padding: 60px;
  border: 1px solid var(--line-2);
  position: relative;
}
.frag-eyebrow { color: var(--accent); margin-bottom: 12px; }
.frag-h {
  font-family: var(--ff-display);
  font-size: 32px; font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.frag-body p {
  font-family: var(--ff-serif);
  font-size: 19px; line-height: 1.7;
  margin: 0 0 16px;
  text-wrap: pretty;
}
.frag-foot { margin-top: 32px; color: var(--muted); text-align: center; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .container { padding: 0 20px; }
  .hero { padding: 32px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-welcome { font-size: clamp(18px, 5vw, 24px); margin-bottom: 16px; }
  .hero-title { font-size: clamp(18px, 5vw, 26px); }
  .hero-title-name-row { gap: 12px; }
  .hero-lead { max-width: 100%; font-size: 17px; }
  .nb-wrap { max-width: 100%; }
  .nb-label { padding: 0 12px; font-size: 10px; }
  .nb-item { padding: 0 24px; font-size: 13px; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .over-grid, .nieuws-grid, .lezers-split, .pers-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .blog-item { grid-template-columns: 1fr; gap: 8px; }
  .book-modal-grid { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }
  .book-modal-cover { align-self: center; }
  .nav-links { display: none; }
  .sect { padding: 60px 0; }
  .sect-head { grid-template-columns: 1fr; gap: 12px; }
}
