@font-face {
  font-family: Soehne;
  src: url(https://playfordpartners.com/fonts/soehne-leicht.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Soehne;
  src: url(https://playfordpartners.com/fonts/soehne-buch.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #F5F4F0;
  --fg: #2C2A28;
  --muted: #6B655C;
  --border: #E3E0D8;
  --accent: #2C4A3B;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  background: var(--bg);
  color: var(--fg);
  font-family: Soehne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body { padding: clamp(48px, 8vw, 96px) 24px 64px; }

.wrap {
  max-width: 720px;
  margin: 0 auto;
}

.back {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
}

.back:hover { color: var(--fg); }

h1 {
  font-weight: 300;
  font-size: clamp(36px, 5vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 8px;
}

.meta {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 40px;
}

h2 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 36px;
  margin-bottom: 12px;
}

p, li {
  font-size: 16px;
  color: #4A463F;
  margin-bottom: 12px;
}

ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover { text-decoration: underline; }

footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: space-between;
  font-size: 13px;
  color: #B0A89E;
}

footer nav {
  display: flex;
  gap: 20px;
}

footer nav a { color: #8C857B; }
