/* ══════════════════════════════════════════
   INSIGHTS — EDITORIAL STYLESHEET
   
   Philosophy:
   No boxes. No cards. No borders around content.
   Typography IS the design.
   Space IS the structure.
   The gold line IS the emphasis.
═══════════════════════════════════════════ */

/* ─────────────────────────────────────────
   MASTHEAD
───────────────────────────────────────── */

.masthead {
  background: var(--ink);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--gold);
}

.mh-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 20%, transparent 100%);
  pointer-events: none;
}

/* Top bar — publication info strip */
.mh-topbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid rgba(201,168,76,0.15);
  margin-bottom: 40px;
  animation: fadeUp 0.6s ease both 0.1s;
}
.mh-publication {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.mh-rule-h {
  flex: 1;
  height: 0.5px;
  background: rgba(201,168,76,0.15);
  display: block;
}
.mh-tagline {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}
.mh-date {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}

/* Main headline area */
.mh-main {
  display: flex;
  align-items: flex-end;
  gap: 0;
  padding-bottom: 40px;
  position: relative;
}

.mh-issue-num {
  font-family: var(--font-display);
  font-size: clamp(160px, 18vw, 260px);
  font-weight: 300;
  line-height: 0.82;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201,168,76,0.12);
  letter-spacing: -0.04em;
  user-select: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: fadeUp 0.8s ease both 0.15s;
}

.mh-headline-block {
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s ease both 0.2s;
}

.mh-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 108px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.96;
  color: var(--white);
}
.mh-title em {
  font-style: italic;
  color: var(--gold);
}

.mh-subtitle {
  font-family: var(--font-display);
  font-size: clamp(15px, 1.8vw, 20px);
  font-style: italic;
  color: var(--muted);
  margin-top: 18px;
  letter-spacing: 0.01em;
  animation: fadeUp 0.8s ease both 0.32s;
}

/* Bottom bar — filters */
.mh-bottombar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 20px;
  animation: fadeUp 0.8s ease both 0.4s;
}

.mh-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.mhf {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding: 6px 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.mhf:hover { color: var(--surface); }
.mhf.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.mh-count-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
  flex-shrink: 0;
}


/* ─────────────────────────────────────────
   LEAD STORY
───────────────────────────────────────── */

.lead-story {
  background: var(--ink-2);
  padding: 80px 0 72px;
}

.lead-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.lead-badge {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  padding: 4px 12px;
}

.lead-week {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* Category tag colours — inline, no borders */
.lead-tag, .ed-tag {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 0;
}
.lead-tag.strategy,   .ed-tag.strategy   { color: #d4a85a; border-bottom: 1px solid #d4a85a; }
.lead-tag.governance, .ed-tag.governance  { color: #7bafd4; border-bottom: 1px solid #7bafd4; }
.lead-tag.regulering, .ed-tag.regulering  { color: #d47b8e; border-bottom: 1px solid #d47b8e; }
.lead-tag.risico,     .ed-tag.risico      { color: #d49b6e; border-bottom: 1px solid #d49b6e; }
.lead-tag.leadership, .ed-tag.leadership  { color: #8ed49e; border-bottom: 1px solid #8ed49e; }

/* Lead story layout */
.lead-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}

.lead-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  line-height: 1.06;
  color: var(--white);
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}

.lead-deck {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 26px);
  font-style: italic;
  color: var(--gold);
  line-height: 1.3;
  margin-bottom: 36px;
}

/* Pull quote */
.lead-pull {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
}
.lead-pull-bar {
  width: 2px;
  background: var(--gold);
  flex-shrink: 0;
  min-height: 100%;
}
.lead-pull p {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--surface-2);
  line-height: 1.6;
  margin: 0;
}

.lead-readlink {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: letter-spacing 0.2s;
}
.lead-readlink:hover { letter-spacing: 0.15em; }

.lead-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 20px;
}
.lead-body:first-of-type { color: var(--surface-2); font-size: 17px; }

.lead-meta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 0.5px solid rgba(201,168,76,0.12);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  display: flex;
  gap: 10px;
  align-items: center;
}
.meta-dot { color: var(--rule); }


/* ─────────────────────────────────────────
   ARCHIVE — EDITION LIST
   Pure vertical rhythm. No boxes.
───────────────────────────────────────── */

.archive {
  background: var(--ink);
  padding-bottom: 120px;
}

.archive-mastline {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 52px 0 0;
  margin-bottom: 0;
}
.archive-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.archive-rule {
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.25;
}

/* Each edition row */
.edition {
  display: grid;
  grid-template-columns: 72px 1fr 120px;
  gap: 0;
  padding: 52px 0;
  border-bottom: 0.5px solid rgba(201,168,76,0.08);
  align-items: start;
  transition: background 0.2s;
  position: relative;
}

.edition:hover {
  background: rgba(201,168,76,0.02);
}

/* Accent bar left on hover */
.edition::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--gold);
  transition: width 0.25s ease;
}
.edition:hover::before { width: 2px; }

/* Featured edition: slightly different background */
.edition--featured {
  background: rgba(201,168,76,0.025);
}
.edition--featured::after {
  content: 'Aanbevolen';
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Opening edition */
.edition--opening {
  background: rgba(255,255,255,0.01);
}

/* Week number — large, faded */
.ed-number {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 300;
  color: rgba(201,168,76,0.15);
  line-height: 1;
  letter-spacing: -0.04em;
  padding-top: 4px;
  user-select: none;
  transition: color 0.2s;
}
.edition:hover .ed-number {
  color: rgba(201,168,76,0.35);
}

/* Content column */
.ed-content {
  padding: 0 48px 0 32px;
}

.ed-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.ed-date {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.ed-opening-badge {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 0.5px solid rgba(201,168,76,0.3);
  padding: 2px 8px;
}

/* Edition title — the main typographic moment */
.ed-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.22;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.ed-title em {
  font-style: italic;
  color: var(--surface-2);
  font-weight: 300;
}
.edition:hover .ed-title { color: var(--white); }

/* Body text */
.ed-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.82;
  margin-bottom: 16px;
}

/* Verdict — the boardroom takeaway */
.ed-verdict {
  font-family: var(--font-display);
  font-size: 15px;
  font-style: italic;
  color: var(--gold);
  line-height: 1.55;
  padding-left: 16px;
  border-left: 1.5px solid rgba(201,168,76,0.35);
}

/* Aside — readtime + link */
.ed-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding-top: 6px;
}
.ed-readtime {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.ed-link {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
  transition: letter-spacing 0.2s;
}
.edition:hover .ed-link { letter-spacing: 0.15em; }


/* ─────────────────────────────────────────
   SUBSCRIBE STRIP
───────────────────────────────────────── */

.sub-strip {
  background: var(--ink-2);
  border-top: 1px solid rgba(201,168,76,0.2);
  padding: 60px 0;
}

.sub-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.sub-strip-left {
  flex: 1;
}
.sub-strip-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}
.sub-strip-copy {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: var(--surface-2);
  line-height: 1.45;
}

.sub-strip-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}


/* ─────────────────────────────────────────
   NAV ACTIVE
───────────────────────────────────────── */

.nav-active { color: var(--surface) !important; }


/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */

@media (max-width: 1024px) {
  .lead-layout       { grid-template-columns: 1fr 1fr; gap: 48px; }
  .edition           { grid-template-columns: 56px 1fr 96px; }
  .ed-content        { padding: 0 32px 0 24px; }
}

@media (max-width: 768px) {
  .mh-topbar         { display: none; }
  .mh-issue-num      { display: none; }
  .mh-bottombar      { flex-direction: column; align-items: flex-start; gap: 16px; }
  .lead-layout       { grid-template-columns: 1fr; gap: 36px; }
  .lead-kicker       { flex-wrap: wrap; }
  .edition           { grid-template-columns: 40px 1fr; gap: 0; }
  .ed-aside          { display: none; }
  .ed-content        { padding: 0 0 0 20px; }
  .ed-number         { font-size: 36px; }
  .edition--featured::after { display: none; }
  .sub-strip-inner   { flex-direction: column; align-items: flex-start; }
  .sub-strip-right   { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 480px) {
  .mh-title          { font-size: 48px; }
  .lead-title        { font-size: 30px; }
  .edition           { padding: 36px 0; }
}

/* ─────────────────────────────────────────
   FORWARD-LOOKING EDITIONS — VOORUITBLIK
   Uitgelijnd met archief, groter aangekondigd
───────────────────────────────────────── */

.vooruitblik-header {
  margin-top: 88px;
  padding: 56px 0 48px;
  border-top: 1px solid rgba(201,168,76,0.2);
  border-bottom: 0.5px solid rgba(201,168,76,0.12);
}

.vooruitblik-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vooruitblik-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.vooruitblik-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.18;
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.vooruitblik-title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.vooruitblik-intro {
  font-family: var(--font-display);
  font-size: 19px;
  font-style: italic;
  color: var(--surface-2);
  line-height: 1.65;
  max-width: 720px;
}

/* Future edition rows — slightly more muted than published */
.edition--future {
  opacity: 0.75;
  transition: opacity 0.25s, background 0.2s;
}
.edition--future:hover {
  opacity: 1;
  background: rgba(201,168,76,0.015);
}

/* Future edition: dashed left accent */
.edition--future::before {
  background: repeating-linear-gradient(
    to bottom,
    var(--gold) 0,
    var(--gold) 4px,
    transparent 4px,
    transparent 8px
  );
}

/* "Binnenkort" label instead of link */
.ed-coming {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
  border: 0.5px solid var(--rule-light);
  padding: 4px 10px;
  white-space: nowrap;
}

/* Future label tag next to date */
.ed-future-label {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
  border: 0.5px solid rgba(255,255,255,0.08);
  padding: 2px 8px;
}

/* Slightly different title colour for future editions */
.edition--future .ed-title {
  color: var(--surface-2);
}
.edition--future .ed-title em {
  color: var(--muted);
}
.edition--future .ed-verdict {
  color: var(--muted);
  border-left-color: rgba(201,168,76,0.2);
}
.edition--future:hover .ed-verdict {
  color: var(--gold);
}
