@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;
}

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

html { scroll-behavior: smooth; }

html, body {
  background: #F5F4F0;
  color: #2C2A28;
  font-family: Soehne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

::selection { background: #8C857B; color: #F5F4F0; }

a {
  color: #52462F;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover { color: #2C2A28; }

/* Hero band */
.hero-band {
  background: linear-gradient(180deg, #2B3340 0%, #33373C 30%, #3D3C39 52%, #443F35 72%, #52462F 88%, #5C4D36 100%);
  padding: 0 0 clamp(72px, 10vw, 120px);
}

.hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 80px) 48px 0;
}

.hero-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 244, 240, 0.55);
  margin-bottom: 24px;
}

.hero-band h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #F5F4F0;
  text-wrap: balance;
}

.hero-band p {
  margin-top: 20px;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(245, 244, 240, 0.6);
  max-width: 540px;
}

/* Grid */
.wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) clamp(24px, 5vw, 48px) clamp(40px, 5vw, 64px);
}

.reports {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.report-card {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E3E0D8;
  border-radius: 8px;
  padding: 32px;
  transition: border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  position: relative;
}

.report-card:hover {
  border-color: #B0A89E;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(44, 42, 40, 0.06);
}

.report-card .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.tag-default { background: rgba(82, 70, 47, 0.08); color: #6B5D45; }
.tag-strategy { background: rgba(196, 77, 77, 0.08); color: #C44D4D; }
.tag-ai { background: rgba(61, 107, 142, 0.1); color: #3D6B8E; }
.tag-product { background: rgba(196, 77, 77, 0.08); color: #C44D4D; }
.tag-launch { background: rgba(196, 93, 44, 0.1); color: #C45D2C; }
.tag-fitness { background: rgba(44, 107, 79, 0.1); color: #2C6B4F; }
.tag-peptides { background: rgba(44, 107, 79, 0.1); color: #2C6B4F; }

.report-card h2 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #2C2A28;
  padding-right: 32px;
}

.report-card p {
  color: #4A463F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.report-card .meta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  font-size: 13px;
  color: #8C857B;
  flex-wrap: wrap;
}

.report-card .arrow {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 18px;
  color: #B0A89E;
  transition: color 0.15s ease, transform 0.15s ease;
}

.report-card:hover .arrow {
  color: #52462F;
  transform: translateX(4px);
}

/* Footer */
.site-footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px 52px;
  border-top: 1px solid #E3E0D8;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #B0A89E;
}

.site-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer nav a { color: #8C857B; }

@media (max-width: 768px) {
  .hero-inner { padding-left: 24px; padding-right: 24px; }
}
