/* Over ons page.
 *
 * Ported from Work/Website1/components/sections/About.module.css.
 *
 * Every class carries an `over-` prefix, for the reason recorded at the top of
 * dienst.css. The declarations are unchanged, so this file can be diffed
 * against the module to prove the port.
 */

.over-page { background: var(--paper); }
.over-breadcrumbs { align-items: center; color: var(--ink-muted); display: flex; flex-wrap: wrap; font-size: .78rem; gap: .55rem; margin: 0 auto; max-width: 1300px; padding: 1.2rem 4.5vw 0; }
.over-breadcrumbs a:hover { color: var(--green-deep); }
.over-breadcrumbs span:last-child { color: var(--ink); font-weight: 650; }

.over-section { margin: 0 auto; max-width: 1300px; padding: clamp(3rem,6vw,5.5rem) 4.5vw; }
.over-kicker { color: var(--green-deep); font-size: .78rem; font-weight: 750; letter-spacing: .12em; margin: 0 0 .8rem; text-transform: uppercase; }
.over-rule { background: #83c12d; clip-path: polygon(0 0,100% 0,calc(100% - 9px) 100%,0 100%); display: block; height: 4px; margin: 1.4rem 0 0; width: 74px; }

.over-hero { margin: 0 auto; max-width: 1300px; padding: clamp(2.5rem,5vw,4.5rem) 4.5vw clamp(3rem,6vw,5rem); position: relative; }
.over-hero::before { background-image: linear-gradient(rgba(19,34,28,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(19,34,28,.05) 1px,transparent 1px); background-size: 38px 38px; content: ''; height: 230px; mask-image: linear-gradient(90deg,transparent,black); position: absolute; right: 0; top: 1.5rem; width: 38%; }
.over-hero h1 { font-size: clamp(2.3rem,5.4vw,4.4rem); font-weight: 540; letter-spacing: -.055em; line-height: 1.03; margin: 0; max-width: 18ch; position: relative; z-index: 1; }
.over-hero-lead { display: grid; gap: 1.1rem; margin-top: 2.4rem; max-width: 62ch; position: relative; z-index: 1; }
.over-hero-lead p { color: var(--ink-muted); font-size: clamp(1rem,1.3vw,1.15rem); line-height: 1.68; margin: 0; }
.over-hero-lead p:first-child { color: var(--ink); font-size: clamp(1.1rem,1.5vw,1.32rem); font-weight: 600; }
.over-hero-lead strong { color: var(--ink); font-weight: 650; }

.over-thinking { background: var(--mist); border-block: 1px solid var(--line); }
.over-thinking-inner { display: grid; gap: clamp(2rem,5vw,5rem); grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); margin: 0 auto; max-width: 1300px; padding: clamp(3.5rem,7vw,6rem) 4.5vw; }
.over-section h2,.over-thinking h2,.over-closing h2 { font-size: clamp(1.8rem,3.4vw,3rem); font-weight: 550; letter-spacing: -.045em; line-height: 1.06; margin: 0; }
.over-prose { display: grid; gap: 1.15rem; max-width: 62ch; }
.over-prose p { color: var(--ink-muted); font-size: 1.02rem; line-height: 1.68; margin: 0; }
.over-prose strong { color: var(--ink); font-weight: 650; }

.over-people { display: grid; gap: clamp(1.5rem,3vw,2.5rem); grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 2.8rem; }
.over-person { display: grid; gap: 1.4rem; }
.over-portrait { align-items: flex-end; aspect-ratio: 4 / 3; background-color: var(--green-soft); background-image: linear-gradient(rgba(19,34,28,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(19,34,28,.06) 1px,transparent 1px); background-size: 30px 30px; border: 1px solid var(--line); border-radius: .9rem .9rem .9rem 3rem; display: flex; justify-content: space-between; overflow: hidden; padding: 1.2rem; position: relative; }
.over-portrait span { color: var(--green-deep); font-size: clamp(2.4rem,5vw,3.6rem); font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.over-portrait svg { color: var(--green-deep); height: 22px; opacity: .55; width: 22px; }
.over-person h3 { font-size: 1.35rem; letter-spacing: -.03em; margin: 0 0 .3rem; }
.over-person-role { color: var(--green-deep); font-size: .78rem; font-weight: 750; letter-spacing: .1em; margin: 0 0 1rem; text-transform: uppercase; }
.over-person p { color: var(--ink-muted); font-size: .97rem; line-height: 1.65; margin: 0 0 .8rem; }
.over-person p:last-child { margin-bottom: 0; }

.over-together { align-items: center; background: var(--green-soft); border: 1px solid color-mix(in srgb,var(--green) 22%,transparent); border-radius: 1rem; display: grid; gap: 1.2rem; grid-template-columns: auto 1fr; margin-top: 2.5rem; padding: 1.6rem 1.8rem; }
.over-together svg { color: var(--green-deep); height: 26px; width: 26px; }
.over-together p { font-size: clamp(1.05rem,1.7vw,1.35rem); font-weight: 560; letter-spacing: -.02em; line-height: 1.35; margin: 0; }

.over-questions { display: grid; gap: .1rem; margin: 2.2rem 0 0; max-width: 62ch; padding: 0; }
.over-questions li { align-items: center; border-top: 1px solid var(--line); display: grid; font-size: clamp(1.02rem,1.5vw,1.2rem); font-weight: 560; gap: 1rem; grid-template-columns: 4px 1fr; letter-spacing: -.02em; padding: .95rem 0; }
.over-questions li:last-child { border-bottom: 1px solid var(--line); }
.over-questions li::before { background: var(--green-deep); border-radius: 2px; content: ''; height: 20px; width: 4px; }

.over-split { display: grid; gap: clamp(2rem,5vw,5rem); grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); margin: 0 auto; max-width: 1300px; padding: clamp(3rem,6vw,5.5rem) 4.5vw; }
.over-split-heading { align-self: start; }
.over-pull { border-left: 4px solid var(--green); font-size: clamp(1.1rem,1.8vw,1.4rem); font-weight: 560; letter-spacing: -.025em; line-height: 1.45; margin: 1.6rem 0 0; padding-left: 1.2rem; }

.over-closing { background: var(--ink); color: white; padding: clamp(4rem,8vw,7rem) 4.5vw; }
.over-closing-inner { margin: 0 auto; max-width: 1000px; position: relative; }
.over-closing h2 { color: white; font-size: clamp(1.9rem,4vw,3.4rem); max-width: 20ch; }
.over-closing h2 em { color: #9bd347; font-style: normal; }
.over-closing p { color: #b8c5bf; font-size: 1.05rem; line-height: 1.65; margin: 1.6rem 0 0; max-width: 60ch; }
.over-closing-cta { align-items: center; background: white; border-radius: 999px; color: var(--ink); display: inline-flex; font-size: .93rem; font-weight: 680; gap: .8rem; margin-top: 2.4rem; min-height: 52px; padding: .8rem 1.5rem; }
.over-closing-cta:hover { background: #e9f2dc; }

@media (max-width: 900px) {
  .over-thinking-inner,.over-split { grid-template-columns: 1fr; }
  .over-people { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .over-breadcrumbs,.over-hero,.over-section,.over-split,.over-closing { padding-left: 1rem; padding-right: 1rem; }
  .over-thinking-inner { padding-left: 1rem; padding-right: 1rem; }
  .over-hero::before { display: none; }
  .over-together { grid-template-columns: 1fr; }
}
