/* Stucadoorsbedrijf R. van der Tuin — kale witte pagina */

:root {
  --ink:   #1b1f24;
  --text:  #3a3f45;
  --link:  #1b1f24;
  --maxw:  480px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 22px;
  background: #ffffff;
  color: var(--ink);
  text-align: center;
  line-height: 1.5;
}

.wrap { width: 100%; max-width: var(--maxw); }

.logo {
  display: block;
  height: auto;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 30px;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(1.35rem, 4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 16px;
  color: var(--text);
  line-height: 1.7;
}

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

a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 2px;
}
