/* ============================================================
   Auteur Detail · supplementary styles
   Built on colors_and_type.css + home.css.
   Dark "event" hero -> warm beige body, same rhythm as the blog.
   ============================================================ */

/* ── Author hero ── */
.au-hero {
  background: #000;
  padding: 104px 0 92px;
  position: relative;
  overflow: hidden;
}
.au-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .46;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.au-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 75% at 22% 42%, rgba(111,224,0,.13), transparent 60%);
}
.au-hero .wrap { position: relative; z-index: 2; }

/* Breadcrumb */
.au-bc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.au-bc a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(248,245,238,.44);
  text-decoration: none;
  transition: color 160ms;
}
.au-bc a:hover { color: rgba(248,245,238,.82); }
.au-bc .bcsep { color: rgba(255,255,255,.16); font-size: 12px; user-select: none; }
.au-bc .bc-here { font-size: 13px; font-weight: 700; color: rgba(248,245,238,.78); }

/* Hero layout */
.au-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: center;
}

/* Portrait */
.au-portrait { position: relative; }
.au-portrait::before {
  content: "";
  position: absolute;
  inset: -14% -10% -22% -14%;
  background: radial-gradient(ellipse 60% 60% at 40% 45%, rgba(111,224,0,.28), transparent 68%);
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}
.au-portrait .frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.55);
}
/* Sepia portrait placeholder · matches the warm artist-cover look */
.au-portrait .ph {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 18%, rgba(196,150,96,.34), transparent 60%),
    repeating-linear-gradient(135deg, #241a12 0 14px, #2c2016 14px 28px);
}
.au-portrait .ph::after { color: rgba(240,222,196,.4); }
.au-portrait .frame .grad {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(8,6,3,.85), transparent);
  z-index: 2;
}
.au-portrait .role-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.46);
  border: 1px solid rgba(255,255,255,.4);
  backdrop-filter: blur(6px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #F8F5EE;
}
.au-portrait .role-badge svg { color: #6FE000; flex-shrink: 0; }

/* Hero copy */
.au-eye { margin-bottom: 16px; }
.au-name {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(48px, 6.4vw, 92px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .94;
  color: #F8F5EE;
  margin: 0 0 16px;
}
.au-role {
  font-size: 19px;
  font-weight: 600;
  color: #6FE000;
  margin: 0 0 24px;
  letter-spacing: -.005em;
}
.au-bio {
  font-size: 17px;
  line-height: 1.68;
  font-weight: 300;
  color: rgba(248,245,238,.62);
  max-width: 52ch;
  margin: 0 0 16px;
  text-wrap: pretty;
}
.au-bio:last-of-type { margin-bottom: 30px; }

/* Specialism tags */
.au-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.au-tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  color: rgba(248,245,238,.66);
  border: 1.5px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.03);
  padding: 6px 15px;
  border-radius: 999px;
}

/* Stat strip + socials */
.au-foot {
  display: flex;
  align-items: stretch;
  gap: 36px;
  flex-wrap: wrap;
}
.au-stats {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.au-stat .sv {
  font-family: 'Kardige', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
  color: #F8F5EE;
  display: block;
  margin-bottom: 8px;
}
.au-stat .sl {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(248,245,238,.4);
  font-weight: 700;
  display: block;
}
.au-stat-sep { width: 1px; background: rgba(255,255,255,.12); align-self: stretch; }

.au-social {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  align-self: center;
}
.au-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(248,245,238,.5);
  text-decoration: none;
  transition: border-color 180ms, color 180ms, background 180ms;
  flex-shrink: 0;
}
.au-social a:hover { border-color: #6FE000; color: #6FE000; background: rgba(111,224,0,.06); }

/* ── Articles section ── */
.au-articles {
  background: #E3E1D8;
  padding: 80px 0 100px;
}
.au-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.au-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  letter-spacing: -.022em;
  color: #0A0A0A;
  margin: 0;
  line-height: 1.08;
}
.au-head h2 em { color: #3F8A00; font-style: normal; }
.au-head .count {
  font-size: 13px;
  font-weight: 700;
  color: rgba(10,10,10,.4);
  letter-spacing: .04em;
  white-space: nowrap;
}

.au-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Featured (full width) */
.au-feat {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #F3EEE2;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 260ms cubic-bezier(.22,.61,.36,1), transform 260ms cubic-bezier(.22,.61,.36,1);
}
.au-feat:hover { box-shadow: 0 24px 56px rgba(0,0,0,.11); transform: translateY(-3px); }
.au-feat .feat-img { min-height: 380px; position: relative; overflow: hidden; }
.au-feat .feat-img .ph { position: absolute; inset: 0; transition: transform 420ms cubic-bezier(.22,.61,.36,1); }
.au-feat:hover .feat-img .ph { transform: scale(1.04); }
.au-feat .feat-body {
  padding: 48px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.au-feat .eyebrow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.feat-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #3F8A00;
  background: rgba(63,138,0,.09);
  border: 1px solid rgba(63,138,0,.18);
  padding: 4px 11px;
  border-radius: 999px;
}
.feat-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(0,0,0,.3);
  background: rgba(0,0,0,.055);
  padding: 4px 11px;
  border-radius: 999px;
}
.feat-readtime { font-size: 11.5px; color: rgba(10,10,10,.3); font-weight: 600; }
.au-feat h3 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.08;
  color: #0A0A0A;
  margin: 0 0 16px;
}
.au-feat .excerpt {
  font-size: 16px;
  line-height: 1.66;
  color: #555550;
  margin: 0 0 22px;
  max-width: 46ch;
}
.au-feat .date {
  font-size: 11px;
  color: rgba(10,10,10,.3);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.read-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #3F8A00;
  letter-spacing: .02em;
  text-decoration: none;
  transition: gap 200ms cubic-bezier(.22,.61,.36,1);
}
.read-link:hover { gap: 15px; }
.read-link .rl-arr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6FE000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 200ms cubic-bezier(.22,.61,.36,1);
}
.read-link:hover .rl-arr { transform: translateX(3px); }

/* Regular post card */
.au-card {
  background: #F3EEE2;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.065);
  text-decoration: none;
  color: inherit;
  transition: transform 240ms cubic-bezier(.22,.61,.36,1), box-shadow 240ms cubic-bezier(.22,.61,.36,1);
}
.au-card:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(0,0,0,.11); }
.au-card .card-img { height: 200px; flex-shrink: 0; position: relative; overflow: hidden; }
.au-card .card-img .ph { position: absolute; inset: 0; transition: transform 380ms cubic-bezier(.22,.61,.36,1); }
.au-card:hover .card-img .ph { transform: scale(1.04); }
.au-card .card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.au-card .cat-row { display: flex; align-items: center; gap: 8px; margin-bottom: 11px; }
.au-card .pc-cat { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #3F8A00; }
.au-card .pc-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(0,0,0,.2); flex-shrink: 0; }
.au-card .pc-time { font-size: 11px; color: #8A8A8A; font-weight: 600; }
.au-card h3 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.17;
  color: #0A0A0A;
  margin: 0 0 10px;
}
.au-card .excerpt { font-size: 13.5px; line-height: 1.62; color: #555550; margin: 0; flex: 1; padding-bottom: 18px; }
.au-card .date-line { font-size: 11px; color: rgba(0,0,0,.32); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.small-read { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: #3F8A00; letter-spacing: .03em; }
.small-read .sr-arr {
  width: 24px; height: 24px; border-radius: 50%; background: #6FE000; color: #000;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform 180ms cubic-bezier(.22,.61,.36,1);
}
.au-card:hover .small-read .sr-arr { transform: translateX(3px); }

/* Hidden extras + load more */
.au-card[hidden] { display: none !important; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 48px; }
.btn-load {
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 14px 36px;
  border-radius: 999px;
  background: transparent;
  color: #0A0A0A;
  border: 1.5px solid rgba(0,0,0,.22);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 220ms cubic-bezier(.22,.61,.36,1);
}
.btn-load:hover { background: #0A0A0A; color: #F8F5EE; border-color: #0A0A0A; }
.btn-load.is-loading { opacity: .5; pointer-events: none; }
.btn-load.is-done { display: none; }
.btn-load svg { transition: transform 220ms; }

/* ── Redactie (other authors) ── */
.au-team {
  background: #D8D6CC;
  padding: 80px 0 96px;
}
.au-team-head { margin-bottom: 40px; }
.au-team-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -.022em;
  color: #0A0A0A;
  margin: 0 0 12px;
  line-height: 1.08;
}
.au-team-head p { font-size: 16px; line-height: 1.6; color: #4A4A4A; margin: 0; max-width: 50ch; font-weight: 300; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #F3EEE2;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
  transition: transform 220ms cubic-bezier(.22,.61,.36,1), box-shadow 220ms cubic-bezier(.22,.61,.36,1), border-color 220ms;
}
.team-card.is-current {
  border-color: rgba(63,138,0,.4);
  background: #EFEAD9;
}
.team-card:not(.is-current):hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,.1); border-color: rgba(0,0,0,.16); }
.team-ph {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 90% at 50% 18%, rgba(196,150,96,.34), transparent 62%),
    repeating-linear-gradient(135deg, #241a12 0 10px, #2c2016 10px 20px);
}
.team-ph span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Kardige', sans-serif;
  font-size: 26px;
  color: rgba(240,222,196,.7);
}
.team-info { min-width: 0; }
.team-info .tn { font-family: 'Kardige', sans-serif; font-size: 21px; letter-spacing: -.01em; color: #0A0A0A; margin: 0 0 4px; line-height: 1.1; }
.team-info .tr { font-size: 13px; color: #6a6a66; margin: 0 0 8px; }
.team-info .tmeta { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: #3F8A00; display: inline-flex; align-items: center; gap: 6px; }
.team-card.is-current .tmeta { color: rgba(10,10,10,.4); }
.team-info .tmeta .tarr { transition: transform 200ms cubic-bezier(.22,.61,.36,1); }
.team-card:hover .tmeta .tarr { transform: translateX(3px); }

/* ── Newsletter strip ── */
.nl-strip { background: #0A0A0A; padding: 88px 0; position: relative; overflow: hidden; }
.nl-strip::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 90% at 50% 50%, rgba(111,224,0,.09), transparent 65%);
}
.nl-inner { max-width: 580px; margin: 0 auto; text-align: center; padding: 0 40px; position: relative; z-index: 2; }
.nl-inner h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: -.025em;
  color: #F8F5EE;
  line-height: 1.08;
  margin: 0 0 16px;
}
.nl-inner h2 em { color: #6FE000; font-style: normal; }
.nl-inner p { font-size: 16px; line-height: 1.62; color: rgba(248,245,238,.44); margin: 0 0 36px; font-weight: 300; }
.nl-form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; }
.nl-input {
  flex: 1;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  border: 1.5px solid rgba(255,255,255,.11);
  color: #F8F5EE;
  outline: none;
  transition: border-color 200ms;
}
.nl-input::placeholder { color: rgba(248,245,238,.28); }
.nl-input:focus { border-color: rgba(111,224,0,.44); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .au-posts { grid-template-columns: repeat(2, 1fr); }
  .au-feat { grid-template-columns: 1fr; }
  .au-feat .feat-img { min-height: 240px; }
  .au-feat .feat-body { padding: 34px 30px; }
  .team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .au-grid { grid-template-columns: 1fr; gap: 36px; }
  .au-portrait { width: 100%; max-width: 100%; }
  .au-portrait .frame { aspect-ratio: 5/6; }
  .au-portrait::before { inset: -7% -6% -10% -6%; }
  .au-hero { padding: 80px 0 64px; }
  .au-bc { margin-bottom: 36px; }
  .au-articles { padding: 56px 0 72px; }
  .au-head { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 600px) {
  .au-posts { grid-template-columns: 1fr; }
  .au-foot { flex-direction: column; gap: 24px; align-items: flex-start; }
  .au-social { margin-left: 0; }
  .au-stats { gap: 22px; }
  .nl-form { flex-direction: column; }
  .nl-input, .nl-form .btn { width: 100%; justify-content: center; }
  .au-feat .feat-body { padding: 26px 22px; }
}
