/* Overblijvenenzijn — eenvoudige one-page website */

:root {
  --bg: #faf4ea;
  --surface: #f2e7d9;
  --text: #2d2925;
  --muted: #74685f;
  --accent: #a65f3a;
  --line: #dfd1c2;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover,
a:focus-visible {
  color: var(--accent);
}

.wrap {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  text-decoration: none;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.04em;
  font-weight: 450;
}

.brand span {
  font-weight: 700;
}

.descriptor {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero {
  min-height: 46vh;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  padding-block: 60px 66px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 4.2vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
  font-weight: 450;
}

.section {
  padding-block: 92px;
}

.section-soft {
  background: var(--surface);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 120px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.copy {
  max-width: 680px;
}

.copy p {
  margin-bottom: 1.35em;
}

.copy p:last-child {
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: 600;
}


.who-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(32px, 5vw, 64px);
  align-items: end;
}

.portrait {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  justify-self: end;
}

.contact {
  padding-block: 100px;
  background: var(--text);
  color: #f7f5f1;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(56px, 10vw, 140px);
  align-items: start;
}

.contact h2 {
  max-width: 680px;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 500;
}

.contact-intro {
  margin-top: 24px;
  color: #d8d2ca;
}

.contact-card {
  padding: 34px 36px;
  border: 1px solid rgba(255,255,255,.16);
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.contact-card a {
  color: #fff;
  text-decoration-color: #c99470;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: #d9a27c;
}

.contact-name {
  margin-bottom: 28px;
}

.small {
  color: #d8d2ca;
  font-size: 0.9rem;
}

.affiliations {
  margin-top: 30px;
}

.site-footer {
  padding-block: 24px;
  background: var(--text);
  color: #aaa49d;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 720px) {

  .content-grid .who-content {
    display: block;
    width: 100%;
  }

  .content-grid .who-content .copy {
    width: 100%;
    max-width: none;
  }

  .content-grid .portrait {
    display: block;
    width: 58%;
    max-width: 260px;
    margin-top: 32px;
    margin-bottom: 38px;
    margin-left: 0;
  }


  body {
    font-size: 17px;
  }

  .wrap {
    width: min(calc(100% - 36px), var(--max));
  }

  .header-inner {
    min-height: 78px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }


  .brand {
    font-size: clamp(1.9rem, 8.7vw, 2.45rem);
    white-space: nowrap;
  }

  .descriptor {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 38vh;
  }

  .hero-inner {
    padding-block: 42px 48px;
  }

  h1 {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }

  .section {
    padding-block: 56px;
  }

  .content-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  
.who-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(32px, 5vw, 64px);
  align-items: end;
}

.portrait {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  justify-self: end;
}

.contact {
    padding-block: 72px;
  }

  .contact-card {
    padding: 26px 24px;
  }
}


.hero h1 em {
  font-style: italic;
  font-weight: inherit;
}
