:root{
  --background:#F6F2E9;
  --foreground:#19170F;
  --surface:#EEE7D6;
  --surface-elevated:#FBF8F1;
  --muted:#736B57;
  --border:#DCD2B8;
  --border-strong:#C4B790;
  --accent:#5E5A2E;
  --accent-soft:rgba(94,90,46,.10);
  --accent-rust:#9C4A28;
  --accent-rust-soft:rgba(156,74,40,.12);
  --line-decision:#B23B2E;

  --serif:'Source Serif 4', Georgia, serif;
  --sans:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:'JetBrains Mono', 'SFMono-Regular', Menlo, monospace;

  --content-width:1180px;
  --wide-width:1440px;
  --narrow-width:760px;

  --radius-small:2px;
  --radius-medium:4px;

  --transition-fast:120ms cubic-bezier(.4,0,.2,1);
  --transition-medium:320ms cubic-bezier(.4,0,.2,1);

  --section-gap:clamp(64px,10vw,144px);
  --header-h:84px;
  --header-h-shrunk:60px;
}

html.dark{
  --background:#100E0A;
  --foreground:#EFE9DA;
  --surface:#18150E;
  --surface-elevated:#1F1B13;
  --muted:#9A907A;
  --border:#2C2718;
  --border-strong:#403823;
  --accent:#C5B678;
  --accent-soft:rgba(197,182,120,.12);
  --accent-rust:#D9865C;
  --accent-rust-soft:rgba(217,134,92,.14);
  --line-decision:#D9765C;
}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important;}
}
