
:root {
  --burgundy-wine: #6b3944;
  --deep-plum: #4d3852;
  --swiss-red: #da291c;
}

/* ---------- Accent sections (dark, like navy) ---------- */
.section--wine { background: var(--burgundy-wine); color: var(--white); }
.section--plum { background: var(--deep-plum); color: var(--white); }
.section--wine .eyebrow, .section--plum .eyebrow { color: var(--gold); }
.section--wine p, .section--plum p { color: rgba(248, 248, 248, 0.85); }
.section--wine a, .section--plum a { color: var(--gold); }
.section--plum .card { border-color: var(--rule-dark); background: rgba(255, 255, 255, 0.05); }
.section--plum .card:hover { border-color: var(--gold-soft); box-shadow: none; }

/* ---------- Statement band ---------- */
.statement { padding: 84px 0; text-align: center; }
.statement__line {
  font-family: var(--ff-display); font-weight: 500; font-style: italic;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem); line-height: 1.25;
  max-width: 900px; margin: 0 auto; color: var(--white);
}
.statement__sub {
  margin-top: 18px; font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold) !important;
}
@media (max-width: 720px) { .statement { padding: 60px 0; } }

/* ---------- About: timeline + prose helpers ---------- */
.timeline__item p { max-width: 640px; }
.founder-link { margin-top: 28px; }
.split h3 { margin-bottom: 10px; }
.split p + h3 { margin-top: 28px; }

/* ---------- Governance: Swiss-red accent tag + disclosures ---------- */
.swiss-tag {
  display: inline-block; font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--swiss-red); font-weight: 600; margin-bottom: 10px;
}
.section--navy .swiss-tag, .section--navy2 .swiss-tag { color: #ff6b5f; }
.disclosures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 44px; margin-top: 40px; }
.disclosures__item { border-top: 1px solid var(--rule); padding: 22px 0 24px; }
.disclosures__item h3 {
  font-family: var(--ff-body); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 10px;
}
.disclosures__item p { font-size: 0.93rem; line-height: 1.65; }
@media (max-width: 720px) { .disclosures { grid-template-columns: 1fr; } }

/* ---------- Legal: contact / controller block ---------- */
.legal-contact {
  margin-top: 16px; padding: 22px 26px; border-left: 2px solid var(--gold);
  background: rgba(201, 169, 97, 0.06); font-style: normal; line-height: 1.7;
}
.legal-contact strong { font-weight: 500; }
.legal-contact a { overflow-wrap: anywhere; }


.legal-doc { counter-reset: legalsec; }
.legal { max-width: 740px; }
.legal p, .legal li { line-height: 1.8; }
.legal p + p, .legal p + ul, .legal ul + p { margin-top: 15px; }
.legal ul { margin: 15px 0 15px 22px; }
.legal ul li + li { margin-top: 9px; }

.legal h2 {
  position: relative; margin: 58px 0 16px; padding-top: 26px;
  font-size: clamp(1.32rem, 2.2vw, 1.5rem); line-height: 1.25;
}
.legal h2:first-child { margin-top: 0; }
.legal h2::after {
  content: ""; position: absolute; left: 0; top: 0;
  width: 64px; height: 1px; background: var(--gold);
}
.legal--numbered h2::before { counter-increment: legalsec; content: counter(legalsec) ". "; }

.legal .meta {
  margin-bottom: 36px; padding-bottom: 22px; border-bottom: 1px solid var(--rule);
}
.legal-contact { margin-top: 26px; padding: 26px 28px; }

@media (max-width: 720px) {
  .legal h2 { margin-top: 44px; padding-top: 22px; }
}
