// VELOUR marketing — Manifesto: the brand's premise as an editorial essay.
function ManifestoPage() {
  return (
    <article>
      <window.Section pad={84} style={{ paddingBottom: 0 }}>
        <div style={{ maxWidth: 760, margin: "0 auto" }}>
          <window.Eyebrow>Manifesto</window.Eyebrow>
          <h1 style={{ fontFamily: "var(--font-serif)", fontWeight: 500, fontSize: 60, lineHeight: 1.08, letterSpacing: "-0.025em", color: "var(--text-primary)", margin: "20px 0 0", textWrap: "balance" }}>Soft systems.<br /><em style={{ fontStyle: "italic" }}>Sharp life.</em></h1>
        </div>
      </window.Section>

      <window.Section pad={56} style={{ paddingTop: 44 }}>
        <div style={{ maxWidth: 760, margin: "0 auto" }}>
          <div style={{ fontFamily: "var(--font-sans)", fontSize: 18.5, lineHeight: 1.78, color: "var(--text-secondary)" }}>
            <p style={{ margin: "0 0 26px" }}>Every year, software gets louder. More notifications, more badges, more urgency engineered into interfaces that are supposed to serve you. The apps meant to improve your life borrow their mechanics from slot machines — and then wonder why you burn out on them by February.</p>
            <p style={{ margin: "0 0 26px" }}>VELOUR is built on the opposite premise: the things worth changing in a life change quietly. Restraint isn't a limitation of the product. It is the product.</p>
            <blockquote style={{ fontFamily: "var(--font-serif)", fontStyle: "italic", fontWeight: 500, fontSize: 28, lineHeight: 1.4, letterSpacing: "-0.01em", color: "var(--text-primary)", borderLeft: "3px solid var(--sage)", padding: "4px 0 4px 28px", margin: "40px 0" }}>Nothing here is dramatic. That's the point.</blockquote>
            <p style={{ margin: "0 0 26px" }}>We don't count streaks. A streak is a debt — it compounds pressure until one missed morning erases a month of effort, and the guilt does the rest. We count holds: how long a ritual has been part of your life. A hold survives a rainy morning. It forgives a late night. It measures what stayed, not what broke.</p>
            <p style={{ margin: "0 0 26px" }}>We don't assign tasks. A task is something to get through; a ritual is something to return to. The difference isn't vocabulary — it's posture. A habit becomes a ritual the moment it stops needing willpower and starts feeling like yours.</p>
            <p style={{ margin: "0 0 26px" }}>And we don't promise transformation, because transformation isn't an event. It's arithmetic. A ten-minute walk, kept daily, is sixty hours of walking in a year. Coffee made at home is five dollars nobody misses — and a month of groceries by December. Small, kept daily — it compounds.</p>
            <blockquote style={{ fontFamily: "var(--font-serif)", fontStyle: "italic", fontWeight: 500, fontSize: 28, lineHeight: 1.4, letterSpacing: "-0.01em", color: "var(--text-primary)", borderLeft: "3px solid var(--sage)", padding: "4px 0 4px 28px", margin: "40px 0" }}>Day 14 feels like nothing. Day 180 feels like a different life.</blockquote>
            <p style={{ margin: 0 }}>So VELOUR asks very little of you, on purpose. One ritual, kept softly, held daily. Start small. What you tend to, grows.</p>
          </div>
        </div>
      </window.Section>
    </article>
  );
}

window.ManifestoPage = ManifestoPage;
