/* =============================================
   Over pagina — styles
   ============================================= */

.page-over body,
body.page-over {
  background: #fff8f0;
}

/* ─── Eyebrow ──────────────────────────────── */
.over-eyebrow {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  color: #6d5e16;
  margin-bottom: 16px;
}

/* ══════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════ */
.over-hero {
  background: #fff8f0;
  padding: 160px 32px 128px;
}
.over-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.over-hero__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.over-hero__title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  color: #30241a;
}
.over-hero__body {
  font-size: 20px;
  line-height: 1.4;
  color: var(--text);
  max-width: 576px;
  margin-top: 16px;
  opacity: .9;
}
.over-hero__image {
  position: relative;
  height: 720px;
  overflow: hidden;
}
.over-hero__image img {
  width: 125%;
  height: 100%;
  object-fit: cover;
  margin-left: -12.5%;
}
.over-hero__image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.2);
  mix-blend-mode: saturation;
}

/* ══════════════════════════════════════════════
   WAAR WE VOOR STAAN
   ══════════════════════════════════════════════ */
.over-standpunt {
  background: #fdf3de;
  padding: 128px 32px;
}
.over-standpunt__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}
.over-standpunt__heading h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  color: #30241a;
}
.over-standpunt__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.over-standpunt__lead {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.625;
  color: #30241a;
}
.over-standpunt__content p {
  font-size: 18px;
  line-height: 1.625;
  color: var(--text);
}

/* ══════════════════════════════════════════════
   VOOR WIE
   ══════════════════════════════════════════════ */
.over-forwho {
  background: #fff8f0;
  padding: 128px 32px;
}
.over-forwho__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.over-forwho__inner h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 48px;
  color: #30241a;
  text-align: center;
}
.over-forwho__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.forwho-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px;
}
.forwho-card--cream { background: #fff8f0; }
.forwho-card--white { background: var(--white); }
.forwho-card svg {
  width: 32px;
  height: 32px;
  color: var(--brown-gold);
  flex-shrink: 0;
}
.forwho-card span {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 16px;
  color: #30241a;
  text-align: center;
}

/* ══════════════════════════════════════════════
   VISIE & MISSIE
   ══════════════════════════════════════════════ */
.over-visie {
  background: #30241a;
  padding: 128px 32px;
}
.over-visie__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}
.over-visie__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.over-visie__label {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  color: rgba(255,255,255,.6);
}
.over-visie__col p {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 30px;
  line-height: 1.375;
  color: var(--white);
}

/* ══════════════════════════════════════════════
   OVER MERREDITH
   ══════════════════════════════════════════════ */
.over-merredith {
  background: #fff8f0;
  padding: 128px 32px;
}
.over-merredith__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.over-merredith__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.over-merredith__header h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1;
  color: #30241a;
}
.over-merredith__subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 24px;
  color: #6d5e16;
}
.over-merredith__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.over-merredith__text {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.over-merredith__block h4 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 30px;
  color: #30241a;
  margin-bottom: 16px;
}
.over-merredith__block p {
  font-size: 18px;
  line-height: 1.625;
  color: var(--text);
}
.over-merredith__photo {
  height: 568px;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(71,57,46,.06);
}
.over-merredith__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.over-merredith__quote {
  background: #f1e7d3;
  padding: 80px;
}
.over-merredith__quote h4 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 36px;
  color: #30241a;
  margin-bottom: 32px;
}
.over-merredith__quote blockquote {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.625;
  color: var(--text);
  max-width: 768px;
  border: none;
  padding: 0;
}

/* ══════════════════════════════════════════════
   MIJN WERK VANDAAG
   ══════════════════════════════════════════════ */
.over-werk {
  background: #fff8f0;
  padding: 96px 32px;
}
.over-werk__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.over-werk__inner h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 36px;
  color: #30241a;
}
.over-werk__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.over-werk__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.over-werk__bar {
  width: 48px;
  height: 4px;
}
.over-werk__bar--gold  { background: #6d5e16; }
.over-werk__bar--coral { background: #642a22; }
.over-werk__bar--dark  { background: #30241a; }
.over-werk__item h5 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 20px;
  color: #30241a;
}
.over-werk__item p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}

/* ══════════════════════════════════════════════
   PODCAST & MUZIEK
   ══════════════════════════════════════════════ */
.over-podcast {
  background: var(--white);
  margin: 0 32px;
  box-shadow: 0 20px 80px rgba(71,57,46,.06);
}
.over-podcast__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 608px;
}
.over-podcast__content {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.over-podcast__content h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 36px;
  color: #30241a;
}
.over-podcast__content p {
  font-size: 18px;
  line-height: 1.625;
  color: var(--text);
}
.over-podcast__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.over-podcast__image {
  height: 608px;
  overflow: hidden;
}
.over-podcast__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ══════════════════════════════════════════════
   FINAL CTA
   ══════════════════════════════════════════════ */
.over-cta {
  background: #fdf3de;
  padding: 128px 256px;
  margin-top: 80px;
}
.over-cta__inner {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.over-cta__inner h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  color: #30241a;
}
.over-cta__buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ─── Nav active state ─────────────────────── */
.nav__links a.active { color: var(--coral); }

/* ─── Responsive ───────────────────────────── */
@media (max-width: 900px) {
  .over-hero__inner,
  .over-standpunt__inner,
  .over-visie__inner,
  .over-merredith__grid,
  .over-podcast__inner { grid-template-columns: 1fr; }
  .over-hero__image { height: 400px; }
  .over-hero { padding: 120px 24px 64px; }
  .over-standpunt,
  .over-forwho,
  .over-visie,
  .over-merredith,
  .over-werk { padding: 64px 24px; }
  .over-forwho__grid { grid-template-columns: repeat(2, 1fr); }
  .over-werk__grid { grid-template-columns: 1fr; }
  .over-cta { padding: 64px 24px; }
  .over-podcast { margin: 0; }
  .over-podcast__content { padding: 48px 24px; }
  .over-podcast__image { height: 300px; }
  .over-merredith__quote { padding: 48px 24px; }
}

/* Placeholder achtergronden voor containers zonder eigen kleur */
.over-merredith__photo,
.over-podcast__image {
  background: var(--sand);
}
