/* ============================================================
   Auteurs (redactie index) · supplementary styles
   Built on colors_and_type.css + home.css.
   Same rhythm as the Auteur Detail page: black grain hero ->
   warm beige editorial profile rows.
   ============================================================ */

/* ── Hero ── */
.at-hero {
  background: #000;
  padding: 104px 0 84px;
  position: relative;
  overflow: hidden;
}
.at-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>");
}
.at-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 64% 80% at 80% 46%, rgba(111,224,0,.12), transparent 60%);
}
.at-hero .wrap { position: relative; z-index: 2; }

/* Breadcrumb */
.at-bc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.at-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;
}
.at-bc a:hover { color: rgba(248,245,238,.82); }
.at-bc .bcsep { color: rgba(255,255,255,.16); font-size: 12px; user-select: none; }
.at-bc .bc-here { font-size: 13px; font-weight: 700; color: rgba(248,245,238,.78); }

/* Hero copy */
.at-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
}
.at-hero h1 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -.028em;
  line-height: .96;
  color: #F8F5EE;
  margin: 0 0 26px;
  max-width: 14ch;
}
.at-hero h1 em { color: #6FE000; font-style: normal; }
.at-hero .lead {
  font-size: 18px;
  line-height: 1.62;
  color: rgba(248,245,238,.52);
  max-width: 50ch;
  margin: 0;
  font-weight: 300;
}

/* Hero stat strip */
.at-hero-stats {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-shrink: 0;
  padding-bottom: 6px;
}
.at-hs .v {
  font-family: 'Kardige', sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  color: #F8F5EE;
  display: block;
  margin-bottom: 8px;
}
.at-hs .l {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(248,245,238,.38);
  font-weight: 700;
  display: block;
}
.at-hs-sep { width: 1px; background: rgba(255,255,255,.12); align-self: stretch; }

/* ── Redactie body ── */
.at-body {
  background: #E3E1D8;
  padding: 84px 0 96px;
}
.at-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
.at-intro 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;
  max-width: 16ch;
}
.at-intro h2 em { color: #3F8A00; font-style: normal; }
.at-intro p {
  font-size: 16px;
  line-height: 1.66;
  color: #555550;
  margin: 0;
  max-width: 42ch;
  font-weight: 300;
  text-wrap: pretty;
}

/* ── Profile row ── */
.at-rows { display: flex; flex-direction: column; gap: 28px; }

.at-row {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: center;
  background: #F3EEE2;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.at-row.reverse { grid-template-columns: 1fr 380px; }
.at-row.reverse .at-portrait { order: 2; }
.at-row.reverse .at-copy { order: 1; }

/* big editorial index */
.at-index {
  position: absolute;
  top: 22px;
  right: 30px;
  font-family: 'Kardige', sans-serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -.04em;
  color: rgba(10,10,10,.06);
  z-index: 0;
  pointer-events: none;
}
.at-row.reverse .at-index { right: auto; left: 30px; }

/* Portrait */
.at-portrait { position: relative; z-index: 1; }
.at-portrait::before {
  content: "";
  position: absolute;
  inset: -10% -8% -14% -10%;
  background: radial-gradient(ellipse 60% 60% at 42% 44%, rgba(111,224,0,.22), transparent 66%);
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}
.at-portrait .frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
}
.at-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);
}
.at-portrait .ph::after { color: rgba(240,222,196,.4); }
.at-portrait .frame .grad {
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(8,6,3,.82), transparent);
  z-index: 2;
}
.at-portrait .role-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  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;
}
.at-portrait .role-badge svg { color: #6FE000; flex-shrink: 0; }

/* Copy */
.at-copy { position: relative; z-index: 1; min-width: 0; }
.at-copy .eye-row {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3F8A00;
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.at-copy .eye-row::before { content: ""; width: 24px; height: 1.5px; background: #3F8A00; display: inline-block; }
.at-name {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .96;
  color: #0A0A0A;
  margin: 0 0 10px;
}
.at-role {
  font-size: 17px;
  font-weight: 600;
  color: #3F8A00;
  margin: 0 0 20px;
  letter-spacing: -.005em;
}
.at-bio {
  font-size: 16px;
  line-height: 1.68;
  font-weight: 300;
  color: #555550;
  max-width: 54ch;
  margin: 0 0 22px;
  text-wrap: pretty;
}

/* Specialism tags */
.at-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.at-tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  color: #555550;
  border: 1.5px solid rgba(0,0,0,.14);
  background: rgba(0,0,0,.015);
  padding: 6px 14px;
  border-radius: 999px;
}

/* Recent articles mini list */
.at-recent {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 22px;
  margin-bottom: 26px;
}
.at-recent .rt {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(10,10,10,.4);
  margin: 0 0 14px;
}
.at-recent ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.at-recent li { margin: 0; }
.at-recent a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0,0,0,.07);
  text-decoration: none;
  color: #0A0A0A;
  transition: color 180ms, padding-left 200ms cubic-bezier(.22,.61,.36,1);
}
.at-recent li:last-child a { border-bottom: 0; }
.at-recent a:hover { color: #3F8A00; padding-left: 6px; }
.at-recent .ra-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3F8A00;
  flex-shrink: 0;
  width: 92px;
}
.at-recent .ra-title {
  font-family: 'Kardige', sans-serif;
  font-size: 17px;
  letter-spacing: -.018em;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
}
.at-recent .ra-arr {
  flex-shrink: 0;
  color: rgba(10,10,10,.28);
  transition: transform 200ms cubic-bezier(.22,.61,.36,1), color 180ms;
}
.at-recent a:hover .ra-arr { color: #3F8A00; transform: translateX(3px); }

/* Footer of card: CTA + stats + socials */
.at-foot {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.at-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 12px 24px;
  border-radius: 999px;
  background: #0A0A0A;
  color: #F8F5EE;
  text-decoration: none;
  transition: all 220ms cubic-bezier(.22,.61,.36,1);
}
/* a.at-cta beats the global .od a:hover (0-2-1) so text stays readable */
a.at-cta { color: #F8F5EE; }
a.at-cta:hover { background: #6FE000; color: #000; box-shadow: 0 0 32px rgba(111,224,0,.4); }
.at-cta .cta-arr { transition: transform 200ms cubic-bezier(.22,.61,.36,1); }
.at-cta:hover .cta-arr { transform: translateX(3px); }

.at-count {
  font-size: 13px;
  font-weight: 700;
  color: rgba(10,10,10,.42);
  letter-spacing: .02em;
}
.at-count strong { color: #0A0A0A; font-weight: 700; }

.at-social {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}
.at-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(10,10,10,.5);
  text-decoration: none;
  transition: border-color 180ms, color 180ms, background 180ms;
  flex-shrink: 0;
}
.at-social a:hover { border-color: #3F8A00; color: #3F8A00; background: rgba(63,138,0,.05); }

/* ── Join strip ── */
.at-join {
  background: #D8D6CC;
  padding: 76px 0;
}
.at-join-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  background: #F3EEE2;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 24px;
  padding: 48px 52px;
}
.at-join-inner .eye { margin-bottom: 14px; }
.at-join-inner 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.06;
  max-width: 18ch;
}
.at-join-inner p { font-size: 16px; line-height: 1.62; color: #555550; margin: 0; max-width: 52ch; font-weight: 300; }

/* ── 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) {
  .at-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .at-hero-stats { padding-bottom: 0; }
  .at-row, .at-row.reverse { grid-template-columns: 1fr; gap: 32px; }
  .at-row.reverse .at-portrait { order: 1; }
  .at-row.reverse .at-copy { order: 2; }
  .at-portrait { max-width: 340px; }
  .at-index, .at-row.reverse .at-index { right: 28px; left: auto; }
  .at-join-inner { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .at-hero { padding: 80px 0 60px; }
  .at-bc { margin-bottom: 36px; }
  .at-body { padding: 56px 0 72px; }
  .at-intro { flex-direction: column; gap: 12px; margin-bottom: 36px; }
  .at-row { padding: 28px; }
}
@media (max-width: 600px) {
  .at-hero-stats { gap: 20px; flex-wrap: wrap; }
  .at-portrait { max-width: 100%; }
  .at-foot { gap: 16px; }
  .at-social { margin-left: 0; }
  .at-recent .ra-cat { width: auto; }
  .at-recent a { flex-wrap: wrap; gap: 4px 12px; }
  .nl-form { flex-direction: column; }
  .nl-input, .nl-form .btn { width: 100%; justify-content: center; }
  .at-join-inner { padding: 32px 26px; }
}
