
:root {
  --bg: #f5f1e8;
  --surface: #fbfaf7;
  --ink: #171816;
  --muted: #6c6d66;
  --line: rgba(23,24,22,.14);
  --dark: #191b18;
  --dark-2: #232620;
  --accent: #d8b56b;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,250,247,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: .04em;
  font-size: 28px;
}
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: var(--muted);
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  justify-self: end;
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

.hero {
  padding: 110px 0 90px;
  min-height: 74vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(216,181,107,.22), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f7f3eb 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 80px;
  align-items: end;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 600;
  color: #7a6e58;
  margin: 0 0 20px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 {
  font-size: clamp(58px, 8.2vw, 112px);
  max-width: 900px;
  margin-bottom: 32px;
}
h1 em { color: #6f624d; }
h2 {
  font-size: clamp(40px, 5vw, 66px);
  max-width: 860px;
  margin-bottom: 28px;
}
h3 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.hero-lead {
  font-size: clamp(18px, 2vw, 25px);
  color: #46483f;
  max-width: 760px;
  line-height: 1.5;
}
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  font-size: 14px;
  transition: .2s ease;
}
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #2d2f2a; }
.button-secondary:hover { background: rgba(23,24,22,.04); }

.hero-statement {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  max-width: 340px;
  justify-self: end;
}
.statement-number { font-size: 12px; color: var(--muted); }
.hero-statement p {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.15;
  margin: 18px 0 0;
}

.band { padding: 100px 0; background: var(--bg); }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.body-copy {
  font-size: 18px;
  color: #4d4f48;
}
.body-copy p { margin-bottom: 18px; }
.section { padding: 120px 0; }
.section-heading { margin-bottom: 58px; }
.section-heading.narrow { max-width: 790px; }
.section-subcopy { font-size: 19px; color: #aeb1a8; }

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle-card {
  min-height: 285px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principle-card span {
  display: block;
  font-size: 12px;
  color: #8b8d86;
  margin-bottom: 52px;
}
.principle-card p { color: var(--muted); }

.section-dark { background: var(--dark); color: #f3f1ea; }
.section-dark .eyebrow { color: #cab486; }
.themes { border-top: 1px solid rgba(255,255,255,.15); }
.theme-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.theme-index { color: #9fa398; font-size: 14px; }
.theme-row h3 { font-family: "Playfair Display", serif; font-size: 34px; }
.theme-row p { color: #b8bbb2; max-width: 800px; margin-bottom: 0; }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.portfolio-card {
  background: #f6f3ed;
  border: 1px solid var(--line);
  min-height: 160px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .18s ease, background .18s ease;
}
a.portfolio-card:hover {
  transform: translateY(-2px);
  background: #f0ece3;
}
.portfolio-card h3 { margin-bottom: 6px; }
.portfolio-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.funds-note {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 14px;
}
.funds-note strong { color: var(--ink); font-weight: 500; text-align: right; }

.section-cream { background: #efe8da; }
.test-list { border-top: 1px solid rgba(23,24,22,.22); }
.test-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  border-bottom: 1px solid rgba(23,24,22,.22);
  padding: 28px 0;
}
.test-item > span { color: #8b7d65; font-size: 13px; }
.test-item h3 { font-size: 26px; margin-bottom: 6px; }
.test-item p { margin: 0; color: #5f6059; max-width: 830px; }

.manifesto {
  background: #141613;
  color: white;
  padding: 140px 0;
}
.manifesto-inner { max-width: 980px; text-align: center; }
.manifesto blockquote {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.contact { background: #fbfaf7; }
.muted { color: #92948c; font-size: 14px; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  font-size: 13px;
  color: var(--muted);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 900px) {
  .nav {
    grid-template-columns: auto 1fr;
  }
  .nav-links { display: none; }
  .nav-cta { justify-self: end; }
  .hero { padding: 80px 0 70px; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 42px; }
  .hero-statement { justify-self: start; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 90px 0; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header .container { width: min(calc(100% - 24px), var(--max)); }
  .nav { height: 66px; }
  .brand { font-size: 24px; }
  .nav-cta { font-size: 13px; }
  .hero { min-height: auto; padding: 64px 0 58px; }
  h1 { font-size: 55px; }
  h2 { font-size: 42px; }
  .principles-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 230px; }
  .theme-row { grid-template-columns: 48px 1fr; }
  .theme-row h3 { font-size: 27px; }
  .test-item { grid-template-columns: 44px 1fr; gap: 14px; }
  .funds-note, .footer-inner { flex-direction: column; }
  .funds-note strong { text-align: left; }
}
