:root {
  --orange: #e56622;
  --orange-deep: #b74916;
  --ink: #20231f;
  --forest: #27362e;
  --sage: #dfe5dc;
  --paper: #f7f4ec;
  --warm: #eee7da;
  --white: #fffef9;
  --muted: #676961;
  --line: #d9d5ca;
  --orange-accessible: #8f3513;
  --green: #3f6b4c;
  --shadow: 0 24px 60px rgba(50, 43, 31, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", "Trebuchet MS", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.wrap { width: min(1200px, calc(100% - 2.5rem)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(247, 244, 236, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { display: inline-flex; align-items: baseline; gap: .5rem; text-decoration: none; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 600; letter-spacing: -.06em; }
.brand i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.brand span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav-meta { font-size: .78rem; color: var(--muted); font-weight: 600; }

.hero { padding: 3.5rem 0 2.5rem; }
.eyebrow { display: block; color: var(--orange-deep); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.1rem; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.02; font-size: clamp(2.2rem, 4.4vw, 3.6rem); max-width: 820px; margin: 0 0 1.1rem; }
h1 em { color: var(--orange); font-style: italic; font-weight: 400; }
.lede { max-width: 680px; font-size: 1.08rem; color: var(--forest); margin: 0 0 1.5rem; }

.disclaimer {
  display: flex; gap: .75rem; align-items: flex-start;
  background: var(--warm); border: 1px solid var(--line); border-radius: 14px;
  padding: 1rem 1.2rem; max-width: 780px; font-size: .92rem; color: var(--forest);
}
.disclaimer b { color: var(--orange-accessible); }

section { padding: 2.6rem 0; border-top: 1px solid var(--line); }
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin: 0 0 .4rem; }
.section-sub { color: var(--muted); font-size: .95rem; margin: 0 0 1.8rem; max-width: 720px; }

.cockpit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-bottom: 1.6rem; }
.stat-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.3rem 1.4rem; box-shadow: var(--shadow); }
.stat-card .stat-label { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.stat-card .stat-value { font-family: Georgia, serif; font-size: 2rem; letter-spacing: -.03em; color: var(--ink); }
.stat-card .stat-note { font-size: .8rem; color: var(--muted); margin-top: .4rem; }
.stat-card.accent { border-color: var(--orange); background: linear-gradient(160deg, var(--warm), var(--white)); }
.stat-card.accent .stat-value { color: var(--orange-accessible); }

.tranche-flow { display: flex; flex-wrap: wrap; gap: .9rem; align-items: stretch; }
.tranche-step { flex: 1 1 200px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem 1.2rem; position: relative; }
.tranche-step .step-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .78rem; font-weight: 700; margin-bottom: .6rem; }
.tranche-step h3 { margin: 0 0 .35rem; font-size: 1rem; }
.tranche-step p { margin: 0; font-size: .86rem; color: var(--muted); }
.tranche-arrow { display: flex; align-items: center; justify-content: center; color: var(--orange-deep); font-size: 1.3rem; flex: 0 0 auto; }

.filter-bar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.filter-btn {
  border: 1px solid var(--line); background: var(--white); color: var(--forest);
  border-radius: 999px; padding: .45rem .95rem; font-size: .8rem; font-weight: 700;
  cursor: pointer; transition: .2s;
}
.filter-btn:hover { border-color: var(--orange); }
.filter-btn.active { background: var(--ink); color: var(--white); border-color: var(--ink); }

.roadmap-list { display: flex; flex-direction: column; gap: .7rem; }
.ws-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 1.1rem 1.3rem; display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) auto; gap: 1rem; align-items: center;
}
.ws-card .ws-title { font-weight: 760; font-size: .98rem; }
.ws-card .ws-cat { display: inline-block; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-deep); margin-bottom: .25rem; }
.ws-card .ws-meta { font-size: .84rem; color: var(--muted); }
.ws-card .ws-who { font-size: .86rem; color: var(--forest); font-weight: 600; }
.ws-card .ws-date { font-size: .84rem; color: var(--muted); }
.badge { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 800; padding: .3rem .7rem; border-radius: 999px; white-space: nowrap; }
.badge.open { background: #fbeae2; color: var(--orange-accessible); }
.badge.progress { background: #fff3d6; color: #8a5f00; }
.badge.done { background: #e3ede5; color: var(--green); }

table.honorare { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
table.honorare th, table.honorare td { text-align: left; padding: .8rem 1rem; font-size: .88rem; border-bottom: 1px solid var(--line); }
table.honorare th { background: var(--warm); font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; color: var(--forest); }
table.honorare tr:last-child td { border-bottom: none; }
.tbd { color: var(--orange-accessible); font-weight: 700; font-size: .82rem; }

.open-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.open-card { background: var(--white); border: 1px dashed var(--orange); border-radius: 14px; padding: 1.1rem 1.3rem; }
.open-card h3 { margin: 0 0 .4rem; font-size: .96rem; }
.open-card p { margin: 0; font-size: .86rem; color: var(--muted); }
.open-card .owner { display: block; margin-top: .5rem; font-size: .76rem; font-weight: 700; color: var(--orange-deep); }

.site-footer { padding: 2.5rem 0 3.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.site-footer b { color: var(--forest); }

@media (max-width: 760px) {
  .ws-card { grid-template-columns: 1fr; }
  .nav-meta { display: none; }
}
